diff options
Diffstat (limited to 'qt-ui/tagwidget.h')
-rw-r--r-- | qt-ui/tagwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/tagwidget.h b/qt-ui/tagwidget.h index a3f5007fb..6a16129f3 100644 --- a/qt-ui/tagwidget.h +++ b/qt-ui/tagwidget.h @@ -17,6 +17,7 @@ public: void clear(); void setCursorPosition(int position); void wheelEvent(QWheelEvent *event); + void fixPopupPosition(int delta); public slots: void reparse(); @@ -25,7 +26,6 @@ slots: protected: void keyPressEvent(QKeyEvent *e); - private: QCompleter *m_completer; bool lastFinishedTag; |