X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fcoreconnection.h;h=69b4c9e56dbead99f52b4dfce127e29565e5e33f;hp=ba8a17ca4682a64da89ab2faa9431d9ffde6efee;hb=358e5d557d527675c7bc62e58a4c7ad3b408897c;hpb=dbcfda6f073ab1c72d8dc0c3a9325c59f083642d 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());