mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 11:17:15 +08:00
6 lines
82 B
C++
6 lines
82 B
C++
#include "FluentUI.h"
|
|
|
|
void FluentUI::init(){
|
|
qDebug()<<"FluentUI init";
|
|
}
|