mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-10-31 16:17:29 +08:00
11 lines
272 B
C++
11 lines
272 B
C++
#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);
|
|
}
|