Added tooltip for networkItems and bufferItems
[quassel.git] / src / client / client.h
index feb9f16..cb6620b 100644 (file)
@@ -157,6 +157,9 @@ public slots:
 
   void setCoreConfiguration(const QVariantMap &settings);
 
+  void bufferRemoved(BufferId bufferId);
+  void bufferRenamed(BufferId bufferId, const QString &newName);
+
 private slots:
   //void coreSocketError(QAbstractSocket::SocketError);