FluentUI/example/lang/Lang.cpp

8 lines
74 B
C++
Raw Normal View History

2023-04-14 17:07:54 +08:00
#include "Lang.h"
Lang::Lang(QObject *parent)
: QObject{parent}
{
}