X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclient.h;h=4d1bad6c1342f252464d29fa65995afbc92692a8;hp=30a3d164ddc7847176d9ff66ed91cde7d07318b5;hb=d1192c9aeef46d5d995c728812740b765cb98b28;hpb=e0872cf3b3cdb8c52c5a52f32c3140143a29409d diff --git a/src/client/client.h b/src/client/client.h index 30a3d164..4d1bad6c 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -62,8 +62,6 @@ 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); @@ -195,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;