X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fcoreconnection.h;h=69b4c9e56dbead99f52b4dfce127e29565e5e33f;hb=6fd69e84e6c395a108e6b2620c6428907b7d7efd;hp=ba8a17ca4682a64da89ab2faa9431d9ffde6efee;hpb=68878dc8366f2f4a0afe132847aad9a51a80cdbf;p=quassel.git diff --git a/src/client/coreconnection.h b/src/client/coreconnection.h index ba8a17ca..69b4c9e5 100644 --- a/src/client/coreconnection.h +++ b/src/client/coreconnection.h @@ -101,8 +101,7 @@ signals: void coreSetupSuccess(); void coreSetupFailed(const QString &error); - void startInternalCore(); - void connectToInternalCore(InternalPeer *connection); + void connectToInternalCore(QPointer connection); // These signals MUST be handled synchronously! void userAuthenticationRequired(CoreAccount *, bool *valid, const QString &errorMessage = QString());