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)
|
AppInfo::AppInfo(QObject *parent)
|
||||||
: QObject{parent}
|
: QObject{parent}
|
||||||
{
|
{
|
||||||
version("1.2.6");
|
version("1.2.7");
|
||||||
lang(new En());
|
lang(new En());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -27,11 +27,18 @@ set(SOURCES
|
|||||||
ChatController.cpp
|
ChatController.cpp
|
||||||
AppInfo.cpp
|
AppInfo.cpp
|
||||||
main.cpp
|
main.cpp
|
||||||
|
lang/Lang.cpp
|
||||||
|
lang/Zh.cpp
|
||||||
|
lang/En.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
set(HEADERS
|
set(HEADERS
|
||||||
ChatController.h
|
ChatController.h
|
||||||
AppInfo.h
|
AppInfo.h
|
||||||
|
stdafx.h
|
||||||
|
lang/Lang.h
|
||||||
|
lang/Zh.h
|
||||||
|
lang/En.h
|
||||||
)
|
)
|
||||||
|
|
||||||
set(RESOURCES
|
set(RESOURCES
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#define LANG_H
|
#define LANG_H
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include "stdafx.h"
|
#include "../stdafx.h"
|
||||||
|
|
||||||
class Lang : public QObject
|
class Lang : public QObject
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user