X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Fbufferinfo.h;h=82293634caf95247ab41e6ecb3287e23cb21fac6;hb=17a902604b2631d1165fb8c7af65e064e37a49d7;hp=b74305490d742ba94cf0e7384257c69d7b462c5c;hpb=902c95728306e5ba115de84800fc8d5d239c9d62;p=quassel.git diff --git a/src/common/bufferinfo.h b/src/common/bufferinfo.h index b7430549..82293634 100644 --- a/src/common/bufferinfo.h +++ b/src/common/bufferinfo.h @@ -1,11 +1,11 @@ /*************************************************************************** - * Copyright (C) 2005-07 by The Quassel IRC Development Team * + * Copyright (C) 2005-07 by the Quassel IRC Team * * 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 * @@ -54,6 +54,7 @@ private: QDataStream &operator<<(QDataStream &out, const BufferInfo &bufferInfo); QDataStream &operator>>(QDataStream &in, BufferInfo &bufferInfo); +QDebug operator<<(QDebug dbg, const BufferInfo &b); Q_DECLARE_METATYPE(BufferInfo);