]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiClipboard.h
enable Font cache only for MacOSX and inline width() for other platform.
[lyx.git] / src / frontends / qt4 / GuiClipboard.h
index cce918c9f00d386eb4f232d377456e6060a0d18a..5f577edf93519db482f62f6c39c4610fe2c564e1 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file GuiClipboard.h
+ * \file qt4/GuiClipboard.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -25,16 +25,13 @@ namespace frontend {
 class GuiClipboard: public Clipboard
 {
 public:
-       GuiClipboard() {}
-
        virtual ~GuiClipboard() {}
 
-       /** ClipBoard overloaded methods
+       /** Clipboard overloaded methods
         */
        //@{
-       void haveSelection(bool own);
-       std::string const get() const;
-       void put(std::string const & str);
+       docstring const get() const;
+       void put(docstring const & str);
        //@}
 };