X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fcoreconnection.h;h=ba33f178041064115a23024061d60ccb80596451;hb=465e723c31d36f28eff7665ca2a8e0fb34427c29;hp=0019a534469f7c92b068ec1fe7975a6ef412d92b;hpb=eaa1bd30bc088e5cae6d8a742d7aedb3d8ff1897;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();