diff options
-rw-r--r-- | qt-ui/tagwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/tagwidget.h b/qt-ui/tagwidget.h index 1f5cc2d3e..b69bbdc24 100644 --- a/qt-ui/tagwidget.h +++ b/qt-ui/tagwidget.h @@ -18,12 +18,12 @@ public: void setCursorPosition(int position); void wheelEvent(QWheelEvent *event); public slots: - void reparse(); + void reparse(); void completionSelected(QString); protected: void keyPressEvent(QKeyEvent *e); private: - QCompleter *m_completer; + QCompleter *m_completer; }; #endif /* __TAGWIDGET_H */ |