X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fnetworkmodelcontroller.h;h=5ffe127275ae4c50949b326c9659b62bf166b928;hp=73ceabbcb6b2f00542bd672ea067adbafe5d099c;hb=8e93326fd70af3c0accc599770796619ef3cee6e;hpb=37110ceaa070167b4f40ed449ac9ea130503a792 diff --git a/src/uisupport/networkmodelcontroller.h b/src/uisupport/networkmodelcontroller.h index 73ceabbc..5ffe1272 100644 --- a/src/uisupport/networkmodelcontroller.h +++ b/src/uisupport/networkmodelcontroller.h @@ -154,7 +154,15 @@ 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 + */ + void showChannelList(NetworkId, const QString &); void showNetworkConfig(NetworkId); void showIgnoreList(QString);