X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fbufferinfo.h;h=3631d96171814736f00080b7c3778482ced06be6;hp=c816a8b2c54397ae6af736201dd6e12d4b98736a;hb=aec9c711900a443bfa7860fa86c6e9c86b81a3e7;hpb=04315f46a16fc3627218377071e008b6b9744992 diff --git a/src/common/bufferinfo.h b/src/common/bufferinfo.h index c816a8b2..3631d961 100644 --- a/src/common/bufferinfo.h +++ b/src/common/bufferinfo.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 by the Quassel Project * + * Copyright (C) 2005-2018 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; }