update
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