fix: FTBFS, and tidy code

This commit is contained in:
2025-06-25 21:55:08 +08:00
parent 040e2a7b5f
commit c828f86b74
5 changed files with 7 additions and 22 deletions

View File

@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2022 Gary Wang <wzc782970009@gmail.com>
// SPDX-FileCopyrightText: 2025 Gary Wang <git@blumia.net>
//
// SPDX-License-Identifier: MIT
@ -12,8 +12,8 @@ class MainWindow;
class ActionManager
{
public:
ActionManager();
~ActionManager();
explicit ActionManager() = default;
~ActionManager() = default;
void setupAction(MainWindow * mainWindow);
void retranslateUi(MainWindow *MainWindow);