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

@ -16,16 +16,6 @@
#define ACTION_NAME(s) QStringLiteral(STRIFY(s))
#define STRIFY(s) #s
ActionManager::ActionManager()
{
}
ActionManager::~ActionManager()
{
}
QIcon ActionManager::loadHidpiIcon(const QString &resp, QSize sz)
{
QSvgRenderer r(resp);