X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fcoreconnection.h;h=ba33f178041064115a23024061d60ccb80596451;hb=465e723c31d36f28eff7665ca2a8e0fb34427c29;hp=0019a534469f7c92b068ec1fe7975a6ef412d92b;hpb=695758015a80eb8c158a9ac4c0f1c0b547e70df3;p=quassel.git diff --git a/src/client/coreconnection.h b/src/client/coreconnection.h index 0019a534..ba33f178 100644 --- a/src/client/coreconnection.h +++ b/src/client/coreconnection.h @@ -73,6 +73,8 @@ public: //! Check if we consider the last connect as reconnect bool wasReconnect() const { return _wasReconnect; } + QPointer peer() { return _peer; } + public slots: bool connectToCore(AccountId = 0); void reconnectToCore();