This commit is contained in:
zhuzichu
2023-04-22 19:25:10 +08:00
parent da17b31be7
commit 82d1edc43c
7 changed files with 24 additions and 1 deletions

View File

@ -3,12 +3,13 @@
#include <QQmlEngine>
class FluentUI
class Q_DECL_EXPORT FluentUI
{
public:
static void registerTypes(const char *uri) ;
static void initializeEngine(QQmlEngine *engine, const char *uri);
static void initialize(QQmlEngine *engine);
};
#endif // FLUENTUI_H