X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclient.h;h=003a23d8c2b5b0a584daa02ce07285ee0b13ef33;hp=fb5247d8cc9918b294d906941506c96fd06cda00;hb=93800658bba5dcbeca7f3deb02dd7091c455efe8;hpb=9bb1e377323247ce65e70f2506f096098969d19e diff --git a/src/client/client.h b/src/client/client.h index fb5247d8..003a23d8 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -120,6 +120,8 @@ public: static void logMessage(QtMsgType type, const char *msg); static inline const QString &debugLog() { return instance()->_debugLogBuffer; } + static inline void registerClientSyncer(ClientSyncer *syncer) { emit instance()->newClientSyncer(syncer); } + signals: void sendInput(BufferInfo, QString message); void requestNetworkStates(); @@ -183,6 +185,8 @@ private slots: void setConnectedToCore(AccountId id, QIODevice *socket = 0); void setSyncedToCore(); void requestInitialBacklog(); + void createDefautBufferView(); + void createDefaultIdentity(); void setSecuredConnection();