]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/TocModel.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / TocModel.h
index ed94218ad6529786d0b1b154573beaa52407d098..8d336399c13399ae6450d9fd269e6d5b0e46831d 100644 (file)
@@ -22,6 +22,7 @@ namespace lyx {
 class Buffer;
 class BufferView;
 class DocIterator;
+class FuncRequest;
 
 namespace frontend {
 
@@ -124,9 +125,7 @@ public:
        QModelIndex currentIndex(QString const & type,
                                 DocIterator const & dit) const;
        ///
-       void goTo(QString const & type, QModelIndex const & index) const;
-       ///
-       void init(Buffer const & buffer);
+       FuncRequest goTo(QString const & type, QModelIndex const & index) const;
        ///
        void updateItem(QString const & type, DocIterator const & dit);
        ///