]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiCompleter.h
On Linux show in crash message box the backtrace
[lyx.git] / src / frontends / qt4 / GuiCompleter.h
index 5e96ac3c68a21bb0e2b374b148e0b8d2194c9760..a02a2c5dd6ea2aeb4dccbb134070fa412497e0ea 100644 (file)
 #ifndef GUICOMPLETER_H
 #define GUICOMPLETER_H
 
-#include "frontends/WorkArea.h"
-
 #include "DocIterator.h"
-#include "qt_helpers.h"
 #include "support/docstring.h"
 
-#include <QAbstractItemModel>
 #include <QCompleter>
-#include <QStringListModel>
 #include <QTimer>
 
 namespace lyx {
@@ -105,8 +100,6 @@ private:
        ///
        void showInline(Cursor const & cur);
        ///
-       void hidePopup(Cursor & cur);
-       ///
        void hideInline(Cursor const & cur);
        ///
        void updatePopup(Cursor const & cur);