mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-07 20:17:42 +08:00
fix utf8 without bom
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#include "AppInfo.h"
|
||||
#include "AppInfo.h"
|
||||
#include "lang/En.h"
|
||||
#include "lang/Zh.h"
|
||||
#include <QDebug>
|
||||
@ -26,5 +26,4 @@ void AppInfo::changeLang(const QString& locale){
|
||||
}else {
|
||||
lang(new En());
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user