the network item now shows the activity of the status buffer
[quassel.git] / src / client / networkmodel.h
index c678bae..251ba77 100644 (file)
@@ -64,6 +64,9 @@ public slots:
   void attachIrcChannel(IrcChannel *channel);
   void attachIrcUser(IrcUser *ircUser);
 
+signals:
+  void networkDataChanged(int column = -1);
+
 private:
   NetworkId _networkId;