]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QTocDialog.h
rename LFUN enum values according to their command (as used in th minibuffer/bind...
[lyx.git] / src / frontends / qt4 / QTocDialog.h
index 1a5ab8574c7ddfb9b893b08fb828f9eef1b28895..dd9d60b90b7b829a29451e76cf0c3bf3c46de1bb 100644 (file)
@@ -46,6 +46,9 @@ 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;
 
@@ -56,9 +59,6 @@ protected slots:
        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: