X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclient.h;h=2babb11155e93da040a56533757696a65f9c6222;hb=2edce2d2a5274d4e797aca1f78a2b89fc688f8a1;hp=3679d652b16032754e1de7af64203918532fcda6;hpb=ee7d56f3abdb6ee4ce6c79ddea0142407b4e9e74;p=quassel.git diff --git a/src/client/client.h b/src/client/client.h index 3679d652..2babb111 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -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);