X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclient.h;h=a9580570c8b1aa315396252b731ab3f1867b7511;hp=95f30a35192507b3e0c85f0385a408e39362270a;hb=e7696b65e76e50137b8bab0ec3e43ce66a94f190;hpb=da791527a453a98e0fc800336fee4022ec3d4207 diff --git a/src/client/client.h b/src/client/client.h index 95f30a35..a9580570 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -59,6 +59,7 @@ public: static QList buffers(); static Buffer *buffer(BufferId bufferUid); static Buffer *buffer(BufferInfo); + static Buffer *monitorBuffer(); static QList networkIds(); static const Network * network(NetworkId); @@ -206,6 +207,8 @@ private: QHash _networks; QHash _identities; + Buffer *_monitorBuffer; + QTimer *layoutTimer; QList layoutQueue;