X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fnetworkmodelcontroller.h;h=4b85957421774662ad62bd67df04fae0a6c3f167;hp=73ceabbcb6b2f00542bd672ea067adbafe5d099c;hb=00e1a9c29e792ba4d65dba21b7ba04131bcb13bc;hpb=e04ec81f1b7a29542135286854040d353e1e1474 diff --git a/src/uisupport/networkmodelcontroller.h b/src/uisupport/networkmodelcontroller.h index 73ceabbc..4b859574 100644 --- a/src/uisupport/networkmodelcontroller.h +++ b/src/uisupport/networkmodelcontroller.h @@ -154,7 +154,16 @@ protected slots: virtual void actionTriggered(QAction *); signals: - void showChannelList(NetworkId); + /** + * Request to show the channel list dialog for the network, optionally searching by channel name + * + * @see MainWin::showChannelList() + * + * @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 &, bool); void showNetworkConfig(NetworkId); void showIgnoreList(QString);