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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user