X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientsyncer.h;h=95aee59fe338ccab2a0b823caa23178e1c3706cc;hp=9501d8deb74c0545168a33c64abd875774a5762f;hb=0c9cd0eef379e1d3e10a75cc8506a7e65f95fd67;hpb=43159be08b173c4c1c973eb3ea26cdaae191fc2f 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;