main
朱子楚\zhuzi 2023-03-07 23:58:32 +08:00
parent ee69c57ac9
commit b24d54cd69
1 changed files with 1 additions and 2 deletions

View File

@ -1,11 +1,10 @@
#include "FluentUI.h"
#include "Fluent.h"
void FluentUI::registerTypes(const char *uri){
Fluent::getInstance()->registerTypes(uri);
}
void FluentUI::initializeEngine(QQmlEngine *engine, const char *uri){
Fluent::getInstance()->initializeEngine(engine,uri);
}