X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;h=1c5521e2c2106e931be86520f372db3c9d4df333;hp=721cc3e9bcbd40b0c4f2d49a03dd05787007c2d9;hb=52df0969e22249e6758714eec9e5afd7d4fe9b83;hpb=dbd52200c4ce9bdf30f5aea707b54a28ea900003 diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index 721cc3e9..1c5521e2 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -77,6 +77,7 @@ class MainWin : public QMainWindow { void removeBufferView(int bufferViewConfigId); void receiveMessage(const Message &msg); void showChannelList(NetworkId netId = NetworkId()); + void showCoreInfoDlg(); void showSettingsDlg(); void on_actionEditNetworks_triggered(); void on_actionManageViews_triggered();