X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fpeer.h;h=32ee0b5f5eb1edcfa7842e344c3374401b8be070;hb=9ef86f499753853c3751aee7da54d186837a5161;hp=8c17811d45d9ae28d8e0cf0883ec502eb6bda0a8;hpb=c1722505b4906fe59c48aad54e6545a17afb78d7;p=quassel.git diff --git a/src/common/peer.h b/src/common/peer.h index 8c17811d..32ee0b5f 100644 --- a/src/common/peer.h +++ b/src/common/peer.h @@ -50,8 +50,12 @@ public: virtual int lag() const = 0; + virtual QString address() const = 0; + virtual quint16 port() const = 0; + int _id = -1; + QDateTime _connectedSince; QString _buildDate; QString _clientVersion;