FluentUI/example/lang/Lang.cpp

8 lines
74 B
C++

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