Fixed some bugs concerning BufferIds.
[quassel.git] / core / backlog.h
index 709125a..9dc0dcf 100644 (file)
@@ -51,6 +51,9 @@ class Backlog : public QObject {
   public slots:
     void importOldBacklog();
 
+  signals:
+    void bufferIdUpdated(BufferId); // sent also if a new bufferid is created
+
   private:
     QString user;
     bool backlogEnabled;