This commit is contained in:
zhuzichu
2023-12-13 18:13:35 +08:00
parent 3c924bb0de
commit 6974b0efa6
9 changed files with 26 additions and 2 deletions

View File

@ -49,6 +49,7 @@ public:
Q_INVOKABLE bool isSoftware();
Q_INVOKABLE qint64 currentTimestamp();
Q_INVOKABLE QPoint cursorPos();
Q_INVOKABLE QIcon windowIcon();
};
#endif // FLUTOOLS_H