mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-03 16:45:24 +08:00
fix utf8 without bom
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#include "En.h"
|
||||
#include "En.h"
|
||||
|
||||
En::En(QObject *parent)
|
||||
: Lang{parent}
|
||||
|
@ -1,4 +1,4 @@
|
||||
#ifndef EN_H
|
||||
#ifndef EN_H
|
||||
#define EN_H
|
||||
|
||||
#include <QObject>
|
||||
|
@ -1,4 +1,4 @@
|
||||
#ifndef LANG_H
|
||||
#ifndef LANG_H
|
||||
#define LANG_H
|
||||
|
||||
#include <QObject>
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "Zh.h"
|
||||
#include "Zh.h"
|
||||
|
||||
Zh::Zh(QObject *parent)
|
||||
: Lang{parent}
|
||||
|
@ -1,4 +1,4 @@
|
||||
#ifndef ZH_H
|
||||
#ifndef ZH_H
|
||||
#define ZH_H
|
||||
|
||||
#include <QObject>
|
||||
|
Reference in New Issue
Block a user