FluentUI/src/FluentUI.h
2023-03-03 18:19:48 +08:00

15 lines
236 B
C++

#ifndef FLUENTUI_H
#define FLUENTUI_H
#include <QQmlEngine>
class FluentUI
{
public:
static void registerTypes(const char *uri) ;
static void initializeEngine(QQmlEngine *engine, const char *uri);
};
#endif // FLUENTUI_H