X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fnetworkmodel.h;h=868de0bdd4f3dbcefcd6aaeb165aa4df67d5c47c;hp=840f1aa2a2a3ebf26c751735365584fc6faf74b5;hb=74b71a1dde2e2cab142a641db6e696595cf62493;hpb=f824db0e31b54969e0b7fa0b5405b1e9173d482c diff --git a/src/client/networkmodel.h b/src/client/networkmodel.h index 840f1aa2..868de0bd 100644 --- a/src/client/networkmodel.h +++ b/src/client/networkmodel.h @@ -28,6 +28,7 @@ #include "treemodel.h" class BufferItem; +class StatusBufferItem; /***************************************** * Network Items @@ -67,8 +68,12 @@ public slots: signals: void networkDataChanged(int column = -1); +private slots: + void onBeginRemoveChilds(int start, int end); + private: NetworkId _networkId; + StatusBufferItem *_statusBufferItem; QPointer _network; };