]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiClipboard.h
Fix caption numbering of child documents.
[features.git] / src / frontends / qt4 / GuiClipboard.h
index 4bb808cda318b523d3e4ea3c6a81626287c1af0e..5e7e455f06bcb5eb53cf614ed2ed42027a9c6e5e 100644 (file)
@@ -21,6 +21,8 @@
 namespace lyx {
 namespace frontend {
 
+class QWindowsMimeMetafile;
+
 /**
  * The Qt4 version of the Clipboard.
  */
@@ -52,6 +54,8 @@ private Q_SLOTS:
        void on_dataChanged();
 
 private:
+       /// WMF Mime handler for Windows clipboard.
+       QWindowsMimeMetafile * wmf_mime_;
        bool text_clipboard_empty_;
        bool has_lyx_contents_;
        bool has_graphics_contents_;