X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Ftabcompleter.h;h=47aebb09eb8ee7cd40411c3d86ac712eafff7d2e;hp=b8461ee72c7521948ef1b13d7d36cdafce062fdf;hb=d650a89ba2410eea2b6b9a9be4644a7847d16d48;hpb=ed178d5c517ad031444fc64f1f85f9ea7a926e15;ds=inline diff --git a/src/uisupport/tabcompleter.h b/src/uisupport/tabcompleter.h index b8461ee7..47aebb09 100644 --- a/src/uisupport/tabcompleter.h +++ b/src/uisupport/tabcompleter.h @@ -47,6 +47,9 @@ public: virtual bool eventFilter(QObject *obj, QEvent *event); +public slots: + void onTabCompletionKey(); + private: struct CompletionKey {