X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fnetworkmodelcontroller.h;h=373a4034090637f0e41605a31a3d20dbc0c704fd;hp=5ffe127275ae4c50949b326c9659b62bf166b928;hb=a65f42197839da536975b3e2858eedcef420035f;hpb=8e93326fd70af3c0accc599770796619ef3cee6e diff --git a/src/uisupport/networkmodelcontroller.h b/src/uisupport/networkmodelcontroller.h index 5ffe1272..373a4034 100644 --- a/src/uisupport/networkmodelcontroller.h +++ b/src/uisupport/networkmodelcontroller.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 by the Quassel Project * + * Copyright (C) 2005-2019 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -159,10 +159,11 @@ signals: * * @see MainWin::showChannelList() * - * @param networkId Network ID for associated network - * @param channelFilters Partial channel name to search for, or empty to show all + * @param networkId Network ID for associated network + * @param channelFilters Partial channel name to search for, or empty to show all + * @param listImmediately If true, immediately list channels, otherwise just show dialog */ - void showChannelList(NetworkId, const QString &); + void showChannelList(NetworkId, const QString &, bool); void showNetworkConfig(NetworkId); void showIgnoreList(QString);