mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 11:17:15 +08:00
8 lines
74 B
C++
8 lines
74 B
C++
#include "Lang.h"
|
|
|
|
Lang::Lang(QObject *parent)
|
|
: QObject{parent}
|
|
{
|
|
|
|
}
|