This commit is contained in:
朱子楚\zhuzi
2023-12-20 21:58:59 +08:00
parent 0b7358af41
commit 1c67f2a41b
4 changed files with 29 additions and 10 deletions

View File

@ -5,6 +5,7 @@
#include <QFile>
#include <QColor>
#include <QtQml/qqml.h>
#include <QScreen>
#include "singleton.h"
/**
@ -50,6 +51,7 @@ public:
Q_INVOKABLE qint64 currentTimestamp();
Q_INVOKABLE QPoint cursorPos();
Q_INVOKABLE QIcon windowIcon();
Q_INVOKABLE int cursorScreenIndex();
};
#endif // FLUTOOLS_H