diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-11-02 12:56:18 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-02 12:56:18 -0700 |
commit | 7966f72fb78ef56a447ea6f33490dfec96c9d034 (patch) | |
tree | aa6f4210589e8cb61a1fa23887adc40a69c267bd /qt-ui/tagwidget.h | |
parent | 13ee1943ebd8303b38ae9f2549af0cdd16bcade4 (diff) | |
parent | c4d8b6a4d5907def9538b024030dc0980cc4182b (diff) | |
download | subsurface-7966f72fb78ef56a447ea6f33490dfec96c9d034.tar.gz |
Merge branch 'tagwidget-pr' of github.com:mguentner/subsurface
Diffstat (limited to 'qt-ui/tagwidget.h')
-rw-r--r-- | qt-ui/tagwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/tagwidget.h b/qt-ui/tagwidget.h index ff19d7283..b9c1619f9 100644 --- a/qt-ui/tagwidget.h +++ b/qt-ui/tagwidget.h @@ -19,6 +19,8 @@ public: public slots: void reparse(); void completionSelected(QString); +protected: + void keyPressEvent(QKeyEvent *e); private: QCompleter *m_completer; }; |