X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Finputline.h;h=936e1bda99c0807f982f237d4d90149b269075f2;hb=d1c517f3be0e4457f363f74a474a8a47bdd4a5cf;hp=1595125157df9c8df303657a5205ad20e9d28647;hpb=d6b056e936ec441258d291b7a8af7b83f9f53016;p=quassel.git 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