mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-01-23 04:14:35 +08:00
update
This commit is contained in:
parent
ee69c57ac9
commit
b24d54cd69
@ -1,11 +1,10 @@
|
|||||||
#include "FluentUI.h"
|
#include "FluentUI.h"
|
||||||
|
|
||||||
#include "Fluent.h"
|
#include "Fluent.h"
|
||||||
|
|
||||||
|
|
||||||
void FluentUI::registerTypes(const char *uri){
|
void FluentUI::registerTypes(const char *uri){
|
||||||
Fluent::getInstance()->registerTypes(uri);
|
Fluent::getInstance()->registerTypes(uri);
|
||||||
}
|
}
|
||||||
|
|
||||||
void FluentUI::initializeEngine(QQmlEngine *engine, const char *uri){
|
void FluentUI::initializeEngine(QQmlEngine *engine, const char *uri){
|
||||||
Fluent::getInstance()->initializeEngine(engine,uri);
|
Fluent::getInstance()->initializeEngine(engine,uri);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user