1
0

refactor: merge retranslateUi into setupAction in ActionManager

This commit is contained in:
2026-07-03 15:12:15 +08:00
parent d536e8c611
commit f4d272e014
2 changed files with 22 additions and 15 deletions

View File

@@ -9,6 +9,8 @@
class MainWindow;
/// Action Manager is separated from Main Window
/// to manage all actions specifically.
class ActionManager
{
public:
@@ -16,7 +18,6 @@ public:
~ActionManager() = default;
void setupAction(MainWindow * mainWindow);
void retranslateUi(MainWindow *MainWindow);
void setupShortcuts();
void enablePrevNextPictureAction(bool enablePrevPictureAction, bool enableNextPictureAction);