X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fremotepeer.h;h=9da39452d63107ab834871a21bbf20c4f2ea6e1c;hb=534f170271bf6e3749a1c10ca6518eb7746e71f0;hp=677ff21cc9c5598b3a694cdce536a3961bc657b4;hpb=d0e9b7a1d5e73041ade519189eea012500440ba9;p=quassel.git diff --git a/src/common/remotepeer.h b/src/common/remotepeer.h index 677ff21c..9da39452 100644 --- a/src/common/remotepeer.h +++ b/src/common/remotepeer.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2019 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -49,6 +49,9 @@ public: virtual QString description() const; virtual quint16 enabledFeatures() const { return 0; } + virtual QString address() const; + virtual quint16 port() const; + bool isOpen() const; bool isSecure() const; bool isLocal() const;