diff options
Diffstat (limited to '')
-rw-r--r-- | src/ui/main_window/MainWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/main_window/MainWindow.h b/src/ui/main_window/MainWindow.h index 11c97884..ef3fda13 100644 --- a/src/ui/main_window/MainWindow.h +++ b/src/ui/main_window/MainWindow.h @@ -425,7 +425,7 @@ class MainWindow : public GeneralMainWindow { * @details Disable tab related actions, if number of tabs is 0. * @param number number of the opened tabs and -1, if no tab is opened */ - void slot_switch_menu_control_mode(int number); + void slot_switch_menu_control_mode(int); /** * @details called when need to upgrade. |