1
0

refactor: fully remove ToolButton because no one require it.

- fully remove ToolButton.
- make loadHidpiIcon as a static function in ActionManager because no outside function may call it.
This commit is contained in:
2026-07-03 15:37:20 +08:00
parent f4d272e014
commit c93ed94210
7 changed files with 2 additions and 71 deletions

View File

@@ -21,8 +21,6 @@ public:
void setupShortcuts();
void enablePrevNextPictureAction(bool enablePrevPictureAction, bool enableNextPictureAction);
static QIcon loadHidpiIcon(const QString &resp, QSize sz = QSize(32, 32));
public:
QAction *actionOpen;