You can now jump to buffers with the keyboard. Select the buffer of
[quassel.git] / src / uisupport / inputline.h
index 802eae2..936e1bd 100644 (file)
@@ -51,6 +51,9 @@ class InputLine : public QLineEdit {
     QStringList nickList;
 
     TabCompleter *tabComplete;
+
+    int bindModifier;
+    int jumpModifier;
 };
 
 #endif