X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclientsyncer.h;h=95aee59fe338ccab2a0b823caa23178e1c3706cc;hb=4e0445e459c690cfa6013c5ad574e94f9214827b;hp=9501d8deb74c0545168a33c64abd875774a5762f;hpb=d1b6499b0b848d4287efae89107576548533502c;p=quassel.git diff --git a/src/client/clientsyncer.h b/src/client/clientsyncer.h index 9501d8de..95aee59f 100644 --- a/src/client/clientsyncer.h +++ b/src/client/clientsyncer.h @@ -51,6 +51,9 @@ class ClientSyncer : public QObject { void loginFailed(const QString &error); void loginSuccess(); void syncFinished(); + void startCoreSetup(const QVariantList &); + void coreSetupSuccess(); + void coreSetupFailed(const QString &error); public slots: @@ -79,6 +82,8 @@ class ClientSyncer : public QObject { void syncToCore(const QVariantMap &sessionState); void sessionStateReceived(const QVariantMap &state); + void doCoreSetup(const QVariant &setupData); + private: QPointer socket; quint32 blockSize;