X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fclient%2Fclient.h;h=4e7eb0e203bbb80304c57a32c3f9fb47d9a30285;hb=f545ffee2b1fc272a59ebdd7946485aaf69ceff4;hp=e0ad4eced9ae38a8298a426bf43d726100afbcca;hpb=0cc0a7626aa47a6fbb88da7e05dfc4d16a2ec616;p=quassel.git diff --git a/src/client/client.h b/src/client/client.h index e0ad4ece..4e7eb0e2 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -35,7 +35,6 @@ class MessageModel; class Identity; class Network; - class AbstractUi; class AbstractUiMsg; class NetworkModel; @@ -94,6 +93,7 @@ public: static inline NetworkModel *networkModel() { return instance()->_networkModel; } static inline BufferModel *bufferModel() { return instance()->_bufferModel; } + static inline MessageModel *messageModel() { return instance()->_messageModel; } static inline SignalProxy *signalProxy() { return instance()->_signalProxy; } static inline ClientBacklogManager *backlogManager() { return instance()->_backlogManager; } @@ -230,7 +230,7 @@ private: Buffer *_monitorBuffer; QTimer *layoutTimer; - QList layoutQueue; + QLinkedList layoutQueue; static AccountId _currentCoreAccount;