X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclient.h;h=30a3d164ddc7847176d9ff66ed91cde7d07318b5;hb=e0872cf3b3cdb8c52c5a52f32c3140143a29409d;hp=21e6102aca7b532cbf2af596ec8bafe74cbe3fce;hpb=f1e45389df014fb5445ee96769bf02dcf34f1e21;p=quassel.git diff --git a/src/client/client.h b/src/client/client.h index 21e6102a..30a3d164 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -62,6 +62,8 @@ public: static Buffer *buffer(BufferInfo); static inline Buffer *monitorBuffer() { return instance()->_monitorBuffer; } + Buffer *statusBuffer(const NetworkId &networkid) const; + static QList networkIds(); static const Network * network(NetworkId); @@ -208,6 +210,7 @@ private: bool _connectedToCore, _syncedToCore; QHash _buffers; + QHash _statusBuffers; // fast lookup QHash _networks; QHash _identities;