This commit is contained in:
朱子楚\zhuzi
2024-04-11 19:18:37 +08:00
parent 531f659e59
commit 3997daaa11
22 changed files with 1545 additions and 1503 deletions

View File

@ -14,5 +14,5 @@ private:
public:
SINGLETON(AppInfo)
Q_INVOKABLE [[maybe_unused]] void testCrash();
[[maybe_unused]] Q_INVOKABLE void testCrash();
};