Make the style engine fix a little less obscure by copying the string explicitely...
[quassel.git] / src / uisupport / tabcompleter.cpp
index 68f1532..8c29e8a 100644 (file)
@@ -34,6 +34,7 @@ TabCompleter::TabCompleter(InputLine *inputLine_)
     enabled(false),
     nickSuffix(": ")
 {
+  inputLine->installEventFilter(this);
 }
 
 void TabCompleter::buildCompletionList() {