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