麒麟适配头文件大小写问题修改

This commit is contained in:
jiayulong 2026-05-13 09:32:43 +08:00
parent b2eb84c08e
commit d739152896
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
#include "memrdwt.h"
#include "MemRdWt.h"
#include "math.h"
#include "basefun.h"
#include "BaseFun.h"
#include "appDllTest.h"
#include "appDllTestDialog.h"
Slf_WAVE mWave[1];

View File

@ -5,7 +5,7 @@
#include <QPainter>
#include <qtpropertybrowser.h>
#include "ColorSchemeComboBox.h"
#include "QtColorSchemeComboBox.h"
#include "qtColorSchemeComboBox.h"
// #include "QtColorTableData.h"
template <class Value, class PrivateData>
static Value getData(const QMap<const QtProperty *, PrivateData> &propertyMap,

View File

@ -1,4 +1,4 @@

#ifndef COLORSCHEMACOMOBOX_H
#define COLORSCHEMACOMOBOX_H
@ -7,7 +7,7 @@
// #include <QtGui/QComboBox>
#include "qtpropertybrowser.h"
#include "qteditorfactory.h"
#include "QtColorSchemeComboBox.h"
#include "qtColorSchemeComboBox.h"
//const QSize rectSize(200,15);
QT_BEGIN_NAMESPACE