aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/tagwidget.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-11-02 12:56:18 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-11-02 12:56:18 -0700
commit7966f72fb78ef56a447ea6f33490dfec96c9d034 (patch)
treeaa6f4210589e8cb61a1fa23887adc40a69c267bd /qt-ui/tagwidget.h
parent13ee1943ebd8303b38ae9f2549af0cdd16bcade4 (diff)
parentc4d8b6a4d5907def9538b024030dc0980cc4182b (diff)
downloadsubsurface-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.h2
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;
};