X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;h=431a30822a0e1473a8fb85b3afd176440c74ad26;hp=d27b892eab28d1c2320326fdf9c90761ebe54171;hb=e04ec81f1b7a29542135286854040d353e1e1474;hpb=54dd5d1f5ae8a4170ed7bfdbeb546e8340540cc3 diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index d27b892e..431a3082 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -119,6 +119,7 @@ private slots: void messagesInserted(const QModelIndex &parent, int start, int end); void showAboutDlg(); void showChannelList(NetworkId netId = NetworkId()); + void showNetworkConfig(NetworkId netId = NetworkId()); void showCoreConnectionDlg(); void showCoreConfigWizard(const QVariantList &, const QVariantList &); void showCoreInfoDlg();