X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fbufferinfo.h;h=82189aeddf799c7836478e99f4c72ea3a3c5c01b;hp=1904906be8c204125e2e6254cbbd477fed1e72a4;hb=6447ec038a9553427fb729f5889c69e0f2f247a8;hpb=d6b056e936ec441258d291b7a8af7b83f9f53016 diff --git a/src/common/bufferinfo.h b/src/common/bufferinfo.h index 1904906b..82189aed 100644 --- a/src/common/bufferinfo.h +++ b/src/common/bufferinfo.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 * @@ -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);