X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fkeyevent.h;h=9c24fbb13ad1fc41a475ba2b2065c602e52e6703;hp=0e7b3b87c0edcaea764b819bb33b13d901feb134;hb=aec9c711900a443bfa7860fa86c6e9c86b81a3e7;hpb=04315f46a16fc3627218377071e008b6b9744992 diff --git a/src/common/keyevent.h b/src/common/keyevent.h index 0e7b3b87..9c24fbb1 100644 --- a/src/common/keyevent.h +++ b/src/common/keyevent.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2013 by the Quassel Project * + * Copyright (C) 2013-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -65,7 +65,7 @@ protected: dbg << ", prefix = " << qPrintable(prefix()) << ", target = " << qPrintable(target()) << ", exchangetype = " << (exchangeType() == Init ? "init" : "finish") - << ", key = " << qPrintable(key()); + << ", key = " << key(); }