X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fnetworkmodelcontroller.h;fp=src%2Fuisupport%2Fnetworkmodelcontroller.h;h=4b85957421774662ad62bd67df04fae0a6c3f167;hp=5ffe127275ae4c50949b326c9659b62bf166b928;hb=70955828d6ffab8c39435fe48a923d0c7dbbb678;hpb=efe1292ee3dffb7fe2f8cee2c4c2767cd53efb34 diff --git a/src/uisupport/networkmodelcontroller.h b/src/uisupport/networkmodelcontroller.h index 5ffe1272..4b859574 100644 --- a/src/uisupport/networkmodelcontroller.h +++ b/src/uisupport/networkmodelcontroller.h @@ -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);