X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoresession.h;h=6e718bea3f63a1b2b42bdd797ec89317e35ee33c;hp=22cfaf23f62582a7356cc13cc22b49c533fb264a;hb=1b113021e8d82f93f46e02cf66428aebfb7d0357;hpb=6c19be8efa70b6fb76d2c43aa96ab5c908e039e3 diff --git a/src/core/coresession.h b/src/core/coresession.h index 22cfaf23..6e718bea 100644 --- a/src/core/coresession.h +++ b/src/core/coresession.h @@ -89,7 +89,7 @@ public slots: //! Create a network and propagate the changes to the clients. /** \param info The network's settings. */ - void createNetwork(const NetworkInfo &info); + void createNetwork(const NetworkInfo &info, const QStringList &persistentChannels = QStringList()); //! Remove network and propagate that fact to the clients. /** \param network The id of the network to be removed.