Make Up/Down arrows work with tags

When using Up/Down arrows to scroll the tag list it always selected the
first item in the list and doesn't scroll.

Fixes #468

Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Gehad 2014-03-19 18:24:53 +02:00 committed by Dirk Hohndel
parent f2238300ef
commit fdf6f3cd4e
2 changed files with 16 additions and 1 deletions

View file

@ -20,6 +20,7 @@ public
slots:
void reparse();
void completionSelected(QString);
void completionHighlighted(QString);
protected:
void keyPressEvent(QKeyEvent *e);