X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fpeer.h;h=8c17811d45d9ae28d8e0cf0883ec502eb6bda0a8;hp=2bbbf72c683b82b42f7c52967756a59fabdc3d29;hb=c1722505b4906fe59c48aad54e6545a17afb78d7;hpb=45affd4fa815bb21d0b2e46ac80114bb9174f801 diff --git a/src/common/peer.h b/src/common/peer.h index 2bbbf72c..8c17811d 100644 --- a/src/common/peer.h +++ b/src/common/peer.h @@ -50,6 +50,11 @@ public: virtual int lag() const = 0; + int _id = -1; + + QString _buildDate; + QString _clientVersion; + public slots: /* Handshake messages */ virtual void dispatch(const Protocol::RegisterClient &) = 0;