client: Convert /list #chan to UI advanced search
[quassel.git] / src / uisupport / networkmodelcontroller.h
index 73ceabb..5ffe127 100644 (file)
@@ -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);