X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fbufferinfo.h;h=2fc27c096130c1aefe2d53cfd9561bbe9de77314;hp=c816a8b2c54397ae6af736201dd6e12d4b98736a;hb=0e80eb98d55efe53d280b38984426318317bcb1a;hpb=9b8923e3625b5634163b5c164df8fa6a3760f660 diff --git a/src/common/bufferinfo.h b/src/common/bufferinfo.h index c816a8b2..2fc27c09 100644 --- a/src/common/bufferinfo.h +++ b/src/common/bufferinfo.h @@ -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; }