]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiClipboard.h
On Linux show in crash message box the backtrace
[lyx.git] / src / frontends / qt4 / GuiClipboard.h
index 3ffdafcef631a79cd377f4062a84f547a0b53742..392f0594c600102f0cafd0f718e8b9b82a7cfa3d 100644 (file)
@@ -70,6 +70,7 @@ public:
        std::string const getAsLyX() const;
        FileName getAsGraphics(Cursor const & cur, GraphicsType type) const;
        docstring const getAsText(TextType type) const;
+       void put(std::string const & text) const;
        void put(std::string const & lyx, docstring const & html, docstring const & text);
        bool hasGraphicsContents(GraphicsType type = AnyGraphicsType) const;
        bool hasTextContents(TextType typetype = AnyTextType) const;