X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Finputline.h;h=936e1bda99c0807f982f237d4d90149b269075f2;hp=1595125157df9c8df303657a5205ad20e9d28647;hb=a643fb463875bb3e516bcf6d61948f764bcb48f3;hpb=d6b056e936ec441258d291b7a8af7b83f9f53016 diff --git a/src/uisupport/inputline.h b/src/uisupport/inputline.h index 15951251..936e1bda 100644 --- a/src/uisupport/inputline.h +++ b/src/uisupport/inputline.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-07 by the Quassel IRC Team * + * Copyright (C) 2005-08 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -51,6 +51,9 @@ class InputLine : public QLineEdit { QStringList nickList; TabCompleter *tabComplete; + + int bindModifier; + int jumpModifier; }; #endif