fix utf8 without bom

This commit is contained in:
zhuzihcu
2023-05-22 16:17:51 +08:00
parent 038a2dd598
commit f802838847
156 changed files with 156 additions and 162 deletions

View File

@ -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());
}
}