X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclient.h;h=2c65e1ee60982303c45538a259ef8897dba28f36;hb=75d7f7d582826603236394a37f43feb4cd725bb0;hp=fb5247d8cc9918b294d906941506c96fd06cda00;hpb=9bb1e377323247ce65e70f2506f096098969d19e;p=quassel.git diff --git a/src/client/client.h b/src/client/client.h index fb5247d8..2c65e1ee 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,7 @@ private slots: void setConnectedToCore(AccountId id, QIODevice *socket = 0); void setSyncedToCore(); void requestInitialBacklog(); + void createDefautBufferView(); void setSecuredConnection();