X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;h=476db5116b55371ae04027ab7105882dcbfe27ed;hp=deb25002e4994c5b11a3d106a801b501dfb3f430;hb=70955828d6ffab8c39435fe48a923d0c7dbbb678;hpb=efe1292ee3dffb7fe2f8cee2c4c2767cd53efb34 diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index deb25002..476db511 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -125,10 +125,13 @@ private slots: /** * Show the channel list dialog for the network, optionally searching by channel name * - * @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 netId = {}, const QString &channelFilters = {}); + void showChannelList(NetworkId netId = {}, const QString &channelFilters = {}, + bool listImmediately = false); + void showNetworkConfig(NetworkId netId = NetworkId()); void showCoreConnectionDlg(); void showCoreConfigWizard(const QVariantList &, const QVariantList &);