]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QTocDialog.h
enable Font cache only for MacOSX and inline width() for other platform.
[lyx.git] / src / frontends / qt4 / QTocDialog.h
index 1a5ab8574c7ddfb9b893b08fb828f9eef1b28895..df86647ebfd933388a257df00124c01aed2ac2e0 100644 (file)
@@ -46,19 +46,19 @@ public:
        /// Update the display of the dialog whilst it is still visible.
        void update();
 
+       /// Update Gui of the display.
+       void updateGui();
+
        /// \return true if the dialog is visible.
        bool isVisible() const;
 
-protected slots:
+protected Q_SLOTS:
        ///
        void select(QModelIndex const & index);
        ///
        void selectionChanged(const QModelIndex & current,
                const QModelIndex & previous);
 
-       /// Temporary until the slot above work.
-       void on_tocTV_clicked(const QModelIndex & index );
-
        void on_closePB_clicked();
        void on_updatePB_clicked();
        void on_depthSL_valueChanged(int depth);
@@ -71,9 +71,6 @@ protected slots:
 protected:
        ///
        void enableButtons(bool enable = true);
-       ///
-       void move(toc::OutlineOp const operation);
-       ///
 
 private: