This commit is contained in:
zhuzichu
2023-12-22 12:39:04 +08:00
parent 9dd9d10049
commit d817782526
5 changed files with 31 additions and 9 deletions

View File

@ -51,6 +51,7 @@ public:
Q_INVOKABLE QPoint cursorPos();
Q_INVOKABLE QIcon windowIcon();
Q_INVOKABLE int cursorScreenIndex();
Q_INVOKABLE bool isWindows11OrGreater();
};
#endif // FLUTOOLS_H