X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclient.h;h=684cb581331358369f84eb3651254cca8b5b2eef;hb=1b113021e8d82f93f46e02cf66428aebfb7d0357;hp=a67f2badfbd11144b97f10768b853c37dea6b964;hpb=6c19be8efa70b6fb76d2c43aa96ab5c908e039e3;p=quassel.git diff --git a/src/client/client.h b/src/client/client.h index a67f2bad..684cb581 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -90,7 +90,7 @@ public: */ static void removeIdentity(IdentityId id); - static void createNetwork(const NetworkInfo &info); + static void createNetwork(const NetworkInfo &info, const QStringList &persistentChannels = QStringList()); static void updateNetwork(const NetworkInfo &info); static void removeNetwork(NetworkId id); @@ -154,7 +154,7 @@ signals: void networkCreated(NetworkId id); void networkRemoved(NetworkId id); - void requestCreateNetwork(const NetworkInfo &info); + void requestCreateNetwork(const NetworkInfo &info, const QStringList &persistentChannels = QStringList()); void requestRemoveNetwork(NetworkId); void newClientSyncer(ClientSyncer *); @@ -185,8 +185,9 @@ private slots: void setConnectedToCore(AccountId id, QIODevice *socket = 0); void setSyncedToCore(); void requestInitialBacklog(); - void createDefautBufferView(); + void createDefaultBufferView(); void createDefaultIdentity(); + void createDefaultNetworks(); void setSecuredConnection();