X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fpeer.h;h=c77c6bfa297505d90441f1181f5ca7a675e34115;hb=74226102118400b228618f7373137a4a01e7d85f;hp=fbc17914889f244b7ab56bd842f48a51e2bccc02;hpb=f353beded3963b67da6ac0878700dee8e61abfc4;p=quassel.git diff --git a/src/common/peer.h b/src/common/peer.h index fbc17914..c77c6bfa 100644 --- a/src/common/peer.h +++ b/src/common/peer.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 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 * @@ -51,6 +51,7 @@ public: QString clientVersion() const; void setClientVersion(const QString &clientVersion); + bool hasFeature(Quassel::Feature feature) const; Quassel::Features features() const; void setFeatures(Quassel::Features features);