X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;h=5549cde1e90190b849702584c181b65aa9c0cf5e;hp=3c75629359a56606bbe5ec15534631f099a9f506;hb=8ff7242c289343d53d1a0d7ca507096cb944cafb;hpb=fe4b38e66592f11fdf4c4651863968983daecd2d diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index 3c756293..5549cde1 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -79,7 +79,8 @@ class MainWin : public QMainWindow { void showChannelList(NetworkId netId = NetworkId()); void showSettingsDlg(); void showNetworkDlg(); - void showManageViewsDlg(); + void on_actionManageViews_triggered(); + void on_actionLockDockPositions_toggled(bool lock); void showAboutDlg(); void showDebugConsole();