X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fremotepeer.h;h=677ff21cc9c5598b3a694cdce536a3961bc657b4;hb=bd0b31b38c8111206ce630dbeac7a6c19bdb8a6e;hp=448982975ae2ca7567d894896b634a045e4d57d0;hpb=249a178a775bce425a83aefd7c7c39a868ebfe98;p=quassel.git diff --git a/src/common/remotepeer.h b/src/common/remotepeer.h index 44898297..677ff21c 100644 --- a/src/common/remotepeer.h +++ b/src/common/remotepeer.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 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 * @@ -45,7 +45,6 @@ public: void setSignalProxy(SignalProxy *proxy); - virtual Protocol::Type protocol() const = 0; virtual QString protocolName() const = 0; virtual QString description() const; virtual quint16 enabledFeatures() const { return 0; }