]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QDialogView.h
enable Font cache only for MacOSX and inline width() for other platform.
[lyx.git] / src / frontends / qt4 / QDialogView.h
index 654a5fd3fc5189a893b1af3b0fda4115c72ddf19..06d2e999a8035068bfdf025ab4646528946a50b5 100644 (file)
@@ -40,6 +40,9 @@ public:
        /// the dialog has changed contents
        virtual void changed();
 
+       ///
+       Qt2BC & bcview();
+
 protected:
        /// build the actual dialog
        virtual void build_dialog() = 0;
@@ -57,12 +60,10 @@ protected:
        /// is the dialog currently valid ?
        virtual bool isValid();
 
-       ///
-       Qt2BC & bcview();
-
        /// are we updating ?
        bool updating_;
-protected slots:
+
+public Q_SLOTS:
        // dialog closed from WM
        void slotWMHide();