The BufferSyncer cache is now purged when an unknown bufferId is encountered.
[quassel.git] / src / client / client.h
index 3679d65..2babb11 100644 (file)
@@ -116,6 +116,7 @@ public:
   static void removeBuffer(BufferId id);
   static void renameBuffer(BufferId bufferId, const QString &newName);
   static void mergeBuffersPermanently(BufferId bufferId1, BufferId bufferId2);
+  static void purgeKnownBufferIds();
 
   static void logMessage(QtMsgType type, const char *msg);
   static inline const QString &debugLog() { return instance()->_debugLogBuffer; }
@@ -185,8 +186,6 @@ private slots:
   void setSyncedToCore();
   void requestInitialBacklog();
   void createDefaultBufferView();
-  void createDefaultIdentity();
-  void createDefaultNetworks();
 
 private:
   Client(QObject *parent = 0);