]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiClipboard.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiClipboard.h
index 67c404a1ba77de211e37903baf611fce58af7449..d0552a828136292e6e9aafd2ced55dc513d43f72 100644 (file)
@@ -41,6 +41,7 @@ public:
        void put(std::string const & lyx, docstring const & text);
        bool hasLyXContents() const;
        bool hasGraphicsContents(GraphicsType type = AnyGraphicsType) const;
+       bool hasTextContents() const;
        bool isInternal() const;
        bool hasInternal() const;
        bool empty() const;
@@ -58,10 +59,10 @@ private:
        bool has_graphics_contents_;
 };
 
-extern char const * lyx_mime_type;
-extern char const * pdf_mime_type;
-extern char const * emf_mime_type;
-extern char const * wmf_mime_type;
+QString const lyxMimeType();
+QString const pdfMimeType();
+QString const emfMimeType();
+QString const wmfMimeType();
 
 } // namespace frontend
 } // namespace lyx