X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclient.h;h=4d1bad6c1342f252464d29fa65995afbc92692a8;hb=e9f87d7542d4a9fe0e9c63dec96e93d270667ecd;hp=21e6102aca7b532cbf2af596ec8bafe74cbe3fce;hpb=f1e45389df014fb5445ee96769bf02dcf34f1e21;p=quassel.git diff --git a/src/client/client.h b/src/client/client.h index 21e6102a..4d1bad6c 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -193,6 +193,8 @@ private: static void setCurrentCoreAccount(AccountId); static inline BufferSyncer *bufferSyncer() { return instance()->_bufferSyncer; } + Buffer *statusBuffer(const NetworkId &networkid) const; + static QPointer instanceptr; QPointer socket; @@ -208,6 +210,7 @@ private: bool _connectedToCore, _syncedToCore; QHash _buffers; + QHash _statusBuffers; // fast lookup QHash _networks; QHash _identities;