修改部分文件编码格式
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "Payload.h"
|
||||
#include "Payload.h"
|
||||
#include "ui_Payload.h"
|
||||
|
||||
Payload::Payload(QWidget *parent) :
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#ifndef PAYLOAD_H
|
||||
#ifndef PAYLOAD_H
|
||||
#define PAYLOAD_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "flare_device.h"
|
||||
#include "flare_device.h"
|
||||
#include <QtGlobal>
|
||||
#include <QDebug>
|
||||
#include <QBitArray>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#ifndef FLARE_DEVICE_H
|
||||
#ifndef FLARE_DEVICE_H
|
||||
#define FLARE_DEVICE_H
|
||||
|
||||
#include <QObject>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
|
||||
|
||||
#ifndef PAYLOAD_PROTOCOL_H
|
||||
#define PAYLOAD_PROTOCOL_H
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "radar_warning_device.h"
|
||||
#include "radar_warning_device.h"
|
||||
#include <QtGlobal>
|
||||
#include <QDebug>
|
||||
#include <QMetaType>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#ifndef RADAR_WARNING_DEVICE_H
|
||||
#ifndef RADAR_WARNING_DEVICE_H
|
||||
#define RADAR_WARNING_DEVICE_H
|
||||
|
||||
#include <QObject>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "uv_warning_device.h"
|
||||
#include "uv_warning_device.h"
|
||||
#include <QtGlobal>
|
||||
#include <QDebug>
|
||||
#include <QMetaType>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#ifndef UV_WARNING_DEVICE_H
|
||||
#ifndef UV_WARNING_DEVICE_H
|
||||
#define UV_WARNING_DEVICE_H
|
||||
|
||||
#include <QObject>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "MyButton.h"
|
||||
#include "MyButton.h"
|
||||
#include <QMouseEvent>
|
||||
|
||||
MyButton::MyButton(QWidget *parent)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#ifndef MYBUTTON_H
|
||||
#ifndef MYBUTTON_H
|
||||
#define MYBUTTON_H
|
||||
|
||||
#include <QPushButton>
|
||||
|
||||
@@ -82,5 +82,6 @@ unix {
|
||||
|
||||
|
||||
TRANSLATIONS += COCKPIT_zh_CN.ts
|
||||
QMAKE_CXXFLAGS += /utf-8
|
||||
|
||||
|
||||
|
||||
@@ -9,3 +9,5 @@ SUBDIRS += MavLinkNode
|
||||
SUBDIRS += dlink
|
||||
SUBDIRS += App
|
||||
SUBDIRS += VehicleManage
|
||||
|
||||
QMAKE_CXXFLAGS += /utf-8
|
||||
|
||||
@@ -133,6 +133,7 @@ unix {
|
||||
}
|
||||
|
||||
TRANSLATIONS += MAVLINKNODE_zh_CN.ts
|
||||
QMAKE_CXXFLAGS += /utf-8
|
||||
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -77,4 +77,4 @@ unix {
|
||||
|
||||
system(cp $$src_dir $$dst_dir -arf )
|
||||
}
|
||||
|
||||
QMAKE_CXXFLAGS += /utf-8
|
||||
|
||||
@@ -105,6 +105,7 @@ unix {
|
||||
}
|
||||
|
||||
TRANSLATIONS += DLINK_zh_CN.ts
|
||||
QMAKE_CXXFLAGS += /utf-8
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -11,3 +11,4 @@ SUBDIRS += mapwidget
|
||||
|
||||
|
||||
TRANSLATIONS += MAP_zh_CN.ts
|
||||
QMAKE_CXXFLAGS += /utf-8
|
||||
|
||||
Reference in New Issue
Block a user