qa: Remove lots of superfluous semicolons
[quassel.git] / src / uisupport / networkmodelcontroller.h
index 73ceabb..4b85957 100644 (file)
@@ -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);