FluentUI/example/lang/Lang.cpp
2023-04-14 17:07:54 +08:00

8 lines
74 B
C++

#include "Lang.h"
Lang::Lang(QObject *parent)
: QObject{parent}
{
}