mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 19:20:59 +08:00
8 lines
107 B
C++
8 lines
107 B
C++
|
#include "AppInfo.h"
|
|||
|
|
|||
|
AppInfo::AppInfo(QObject *parent)
|
|||
|
: QObject{parent}
|
|||
|
{
|
|||
|
version("1.2.4");
|
|||
|
}
|