X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Fkeyevent.h;h=31955666a8ddd0e557a9c6849099dc78bc1636b0;hb=a65f42197839da536975b3e2858eedcef420035f;hp=0e7b3b87c0edcaea764b819bb33b13d901feb134;hpb=4f2d0000935e5f040940aca85a44b905bd916147;p=quassel.git diff --git a/src/common/keyevent.h b/src/common/keyevent.h index 0e7b3b87..31955666 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-2019 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(); }