X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fbufferinfo.h;h=d429cae77751923786e158e63c638d0e7bfab00e;hp=c816a8b2c54397ae6af736201dd6e12d4b98736a;hb=e67887343c433cc35bc26ad6a9392588f427e746;hpb=4a5065255e652dd0c301bac0db41b7afb777ef49 diff --git a/src/common/bufferinfo.h b/src/common/bufferinfo.h index c816a8b2..d429cae7 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-2015 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; }