This commit is contained in:
朱子楚\zhuzi
2024-04-11 15:09:47 +08:00
parent 96fef84c2d
commit 3f6ef13cd0
13 changed files with 20 additions and 79 deletions

View File

@ -1,5 +1,3 @@
#pragma clang diagnostic push
#pragma ide diagnostic ignored "OCUnusedGlobalDeclarationInspection"
#pragma once
#include <QObject>
@ -94,6 +92,4 @@ SINGLETON(FluTools)
Q_INVOKABLE bool isWindows10OrGreater();
Q_INVOKABLE QRect desktopAvailableGeometry(QQuickWindow *window);
};
#pragma clang diagnostic pop
};