X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fcoreconnection.h;h=216e92536b884c4a21d6c169045a266aae10fc4a;hb=73f9fcde56bcf4d55b73eb88a8d6cf8dc9f9f814;hp=0019a534469f7c92b068ec1fe7975a6ef412d92b;hpb=eaa1bd30bc088e5cae6d8a742d7aedb3d8ff1897;p=quassel.git diff --git a/src/client/coreconnection.h b/src/client/coreconnection.h index 0019a534..216e9253 100644 --- a/src/client/coreconnection.h +++ b/src/client/coreconnection.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2016 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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();