[ref]同步711 原版的更新

This commit is contained in:
shi_jq 2025-03-17 16:49:32 +08:00
parent 789ca114a2
commit 8bef23a354
10 changed files with 10 additions and 12 deletions

View File

@ -1,4 +1,4 @@
#ifndef CDEVSPEPOINTCOMMON_H
#ifndef CDEVSPEPOINTCOMMON_H
#define CDEVSPEPOINTCOMMON_H
#include <QString>

View File

@ -1,4 +1,4 @@
#include "CDevSpePointPluginWidget.h"
#include "CDevSpePointPluginWidget.h"
#include "CDevSpePointWidget.h"
CDevSpePointPluginWidget::CDevSpePointPluginWidget()

View File

@ -1,4 +1,4 @@
#ifndef CDEVSPEPOINTPLUGINWIDGET_H
#ifndef CDEVSPEPOINTPLUGINWIDGET_H
#define CDEVSPEPOINTPLUGINWIDGET_H
#include <QObject>
@ -7,7 +7,7 @@
class CDevSpePointPluginWidget : public QObject, public CPluginWidgetInterface
{
Q_OBJECT
Q_PLUGIN_METADATA(IID "kbd.PluginWidgetInterface/1.0")
Q_PLUGIN_METADATA(IID HMI_WidgetPlugin_IID)
Q_INTERFACES(CPluginWidgetInterface)
public:

View File

@ -1,4 +1,4 @@
#include "CDevSpePointWidget.h"
#include "CDevSpePointWidget.h"
#include "public/pub_utility_api/FileStyle.h"
#include "CRealDataCollect.h"
#include "CRealTableModel.h"

View File

@ -1,4 +1,4 @@
#ifndef CDEVSPEPOINTWIDGET_H
#ifndef CDEVSPEPOINTWIDGET_H
#define CDEVSPEPOINTWIDGET_H
#include <QWidget>

View File

@ -1,4 +1,4 @@
#include "CRealDataCollect.h"
#include "CRealDataCollect.h"
#include <QTimer>
CRealDataCollect* CRealDataCollect::m_pInstance = NULL;

View File

@ -1,4 +1,4 @@
#ifndef CREALDATACOLLECT_H
#ifndef CREALDATACOLLECT_H
#define CREALDATACOLLECT_H
#include <QMap>

View File

@ -1,4 +1,4 @@
#include "CRealTableModel.h"
#include "CRealTableModel.h"
#include "dbms/rdb_api/CRdbAccess.h"
#include <QBrush>

View File

@ -1,4 +1,4 @@
#ifndef CREALTABLEMODEL_H
#ifndef CREALTABLEMODEL_H
#define CREALTABLEMODEL_H
#include <QAbstractTableModel>

View File

@ -57,5 +57,3 @@ exists($$COMMON_PRI) {
}else {
error("FATAL error: can not find common.pri")
}
FORMS +=