X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fnetworkmodelcontroller.h;h=73ceabbcb6b2f00542bd672ea067adbafe5d099c;hp=0885a4a0aa6ce225b5fa416783fdc78e7b37d16d;hb=aec9c711900a443bfa7860fa86c6e9c86b81a3e7;hpb=68878dc8366f2f4a0afe132847aad9a51a80cdbf diff --git a/src/uisupport/networkmodelcontroller.h b/src/uisupport/networkmodelcontroller.h index 0885a4a0..73ceabbc 100644 --- a/src/uisupport/networkmodelcontroller.h +++ b/src/uisupport/networkmodelcontroller.h @@ -75,6 +75,7 @@ public: JoinChannel = 0x1000, ShowChannelList = 0x2000, ShowIgnoreList = 0x3000, + ShowNetworkConfig = 0x4000, // Nick actions NickMask = 0xff0000, @@ -154,6 +155,7 @@ protected slots: signals: void showChannelList(NetworkId); + void showNetworkConfig(NetworkId); void showIgnoreList(QString); protected: