X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fbufferinfo.h;h=bcd0d1aa693f8fd68c7f77babdbc185564467eb7;hp=22bf9332113ab56855c9c6ddc95e5e60360c379e;hb=4a82836fd9c03eb930e934e8839d560694145b6c;hpb=5b686746c880e5cda6d5de3e08180ea4332ff222 diff --git a/src/common/bufferinfo.h b/src/common/bufferinfo.h index 22bf9332..bcd0d1aa 100644 --- a/src/common/bufferinfo.h +++ b/src/common/bufferinfo.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2012 by the Quassel Project * + * Copyright (C) 2005-2014 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -59,6 +59,7 @@ public: void setGroupId(uint gid) { _groupId = gid; } QString bufferName() const; + bool acceptsRegularMessages() const; inline bool operator==(const BufferInfo &other) const { return _bufferId == other._bufferId; }