FluentUI/example/AppInfo.cpp

8 lines
107 B
C++

#include "AppInfo.h"
AppInfo::AppInfo(QObject *parent)
: QObject{parent}
{
version("1.2.4");
}