mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 11:17:15 +08:00
update
This commit is contained in:
parent
1a9cca4300
commit
1b0cdd6152
@ -6,7 +6,7 @@
|
||||
AppInfo::AppInfo(QObject *parent)
|
||||
: QObject{parent}
|
||||
{
|
||||
version("1.2.6");
|
||||
version("1.2.7");
|
||||
lang(new En());
|
||||
}
|
||||
|
||||
|
@ -27,11 +27,18 @@ set(SOURCES
|
||||
ChatController.cpp
|
||||
AppInfo.cpp
|
||||
main.cpp
|
||||
lang/Lang.cpp
|
||||
lang/Zh.cpp
|
||||
lang/En.cpp
|
||||
)
|
||||
|
||||
set(HEADERS
|
||||
ChatController.h
|
||||
AppInfo.h
|
||||
stdafx.h
|
||||
lang/Lang.h
|
||||
lang/Zh.h
|
||||
lang/En.h
|
||||
)
|
||||
|
||||
set(RESOURCES
|
||||
|
@ -2,7 +2,7 @@
|
||||
#define LANG_H
|
||||
|
||||
#include <QObject>
|
||||
#include "stdafx.h"
|
||||
#include "../stdafx.h"
|
||||
|
||||
class Lang : public QObject
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user