This commit is contained in:
朱子楚\zhuzi
2023-05-18 20:57:57 +08:00
parent 1491abc614
commit 0003f8192e
4 changed files with 31 additions and 2 deletions

View File

@ -42,6 +42,12 @@ public:
*/
Q_INVOKABLE QString readFile(const QString &fileName);
Q_INVOKABLE bool isMacos();
Q_INVOKABLE bool isLinux();
Q_INVOKABLE bool isWin();
};
#endif // FLUTOOLS_H