麒麟适配头文件大小写问题修改
This commit is contained in:
parent
b2eb84c08e
commit
d739152896
|
|
@ -1,6 +1,6 @@
|
||||||
#include "memrdwt.h"
|
#include "MemRdWt.h"
|
||||||
#include "math.h"
|
#include "math.h"
|
||||||
#include "basefun.h"
|
#include "BaseFun.h"
|
||||||
#include "appDllTest.h"
|
#include "appDllTest.h"
|
||||||
#include "appDllTestDialog.h"
|
#include "appDllTestDialog.h"
|
||||||
Slf_WAVE mWave[1];
|
Slf_WAVE mWave[1];
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
#include <qtpropertybrowser.h>
|
#include <qtpropertybrowser.h>
|
||||||
#include "ColorSchemeComboBox.h"
|
#include "ColorSchemeComboBox.h"
|
||||||
#include "QtColorSchemeComboBox.h"
|
#include "qtColorSchemeComboBox.h"
|
||||||
// #include "QtColorTableData.h"
|
// #include "QtColorTableData.h"
|
||||||
template <class Value, class PrivateData>
|
template <class Value, class PrivateData>
|
||||||
static Value getData(const QMap<const QtProperty *, PrivateData> &propertyMap,
|
static Value getData(const QMap<const QtProperty *, PrivateData> &propertyMap,
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
|
|
||||||
#ifndef COLORSCHEMACOMOBOX_H
|
#ifndef COLORSCHEMACOMOBOX_H
|
||||||
#define COLORSCHEMACOMOBOX_H
|
#define COLORSCHEMACOMOBOX_H
|
||||||
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
// #include <QtGui/QComboBox>
|
// #include <QtGui/QComboBox>
|
||||||
#include "qtpropertybrowser.h"
|
#include "qtpropertybrowser.h"
|
||||||
#include "qteditorfactory.h"
|
#include "qteditorfactory.h"
|
||||||
#include "QtColorSchemeComboBox.h"
|
#include "qtColorSchemeComboBox.h"
|
||||||
//const QSize rectSize(200,15);
|
//const QSize rectSize(200,15);
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user