X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Finputline.h;h=936e1bda99c0807f982f237d4d90149b269075f2;hp=b0d59bd68b5f55d0bd01e2b54848e77fd1c3c038;hb=a643fb463875bb3e516bcf6d61948f764bcb48f3;hpb=5df99c1ab83baf3a6caef7e49177f84bd48d127e diff --git a/src/uisupport/inputline.h b/src/uisupport/inputline.h index b0d59bd6..936e1bda 100644 --- a/src/uisupport/inputline.h +++ b/src/uisupport/inputline.h @@ -1,11 +1,11 @@ /*************************************************************************** - * Copyright (C) 2005/06 by The Quassel 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 * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * + * (at your option) version 3. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * @@ -51,6 +51,9 @@ class InputLine : public QLineEdit { QStringList nickList; TabCompleter *tabComplete; + + int bindModifier; + int jumpModifier; }; #endif