X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;h=deb25002e4994c5b11a3d106a801b501dfb3f430;hp=e5b6ba218fd7031c3c605fcfff458c256f1ee434;hb=8e93326fd70af3c0accc599770796619ef3cee6e;hpb=37110ceaa070167b4f40ed449ac9ea130503a792 diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index e5b6ba21..deb25002 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -121,7 +121,14 @@ private slots: void currentBufferChanged(BufferId); void messagesInserted(const QModelIndex &parent, int start, int end); void showAboutDlg(); - void showChannelList(NetworkId netId = NetworkId()); + + /** + * 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 + */ + void showChannelList(NetworkId netId = {}, const QString &channelFilters = {}); void showNetworkConfig(NetworkId netId = NetworkId()); void showCoreConnectionDlg(); void showCoreConfigWizard(const QVariantList &, const QVariantList &);