]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QToc.h
enable Font cache only for MacOSX and inline width() for other platform.
[lyx.git] / src / frontends / qt4 / QToc.h
index 025b9beb5581b6d9598816958ffd5e7d1c0c8ca9..abee279bfb79874e5ed0117e513783e49c31455c 100644 (file)
@@ -43,10 +43,11 @@ public:
        QStringListModel * typeModel()
        { return &type_model_; }
 
+       ///
+       QModelIndex const getCurrentIndex();
+       ///
        void goTo(QModelIndex const & index);
 
-       void move(toc::OutlineOp const operation, QModelIndex & index);
-
 private:
 
        std::vector<TocModel *> toc_models_;