]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/TocModel.h
Use QFontMetrics information for underlines (and friends) width and position
[lyx.git] / src / frontends / qt4 / TocModel.h
index 4e557ccbac1b4e4395897710e5b5ee4192c37534..83e957b4a9ddac6a4eae98670498f8797541d7a0 100644 (file)
 #ifndef TOCMODEL_H
 #define TOCMODEL_H
 
-#include "qt_helpers.h"
-
 #include <QHash>
 #include <QSortFilterProxyModel>
-#include <QStandardItemModel>
 
 namespace lyx {
 
@@ -125,8 +122,6 @@ public:
        ///
        void init(Buffer const & buffer);
        ///
-       void updateBackend() const;
-       ///
        void updateItem(QString const & type, DocIterator const & dit);
        ///
        void sort(QString const & type, bool sort_it);