FluentUI/src/FluentUI.h
2023-04-22 19:25:10 +08:00

16 lines
298 B
C++

#ifndef FLUENTUI_H
#define FLUENTUI_H
#include <QQmlEngine>
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