X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoresession.h;h=6e718bea3f63a1b2b42bdd797ec89317e35ee33c;hp=5263be71584d0691bddef4bf304969bb9a569c72;hb=7c9c1b348382b8b77f96a883945c522d32a478d5;hpb=06425de049985c2300deec83f3d10bb7a0550c82 diff --git a/src/core/coresession.h b/src/core/coresession.h index 5263be71..6e718bea 100644 --- a/src/core/coresession.h +++ b/src/core/coresession.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel Project * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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.