QskRgbValueQml removed. For QML we have the definitions in ColorConstants::Svg
This commit is contained in:
parent
6c7ba0489c
commit
fbd3f79195
@ -7,7 +7,6 @@
|
|||||||
#include "QskLayoutQml.h"
|
#include "QskLayoutQml.h"
|
||||||
#include "QskShortcutQml.h"
|
#include "QskShortcutQml.h"
|
||||||
#include "QskMainQml.h"
|
#include "QskMainQml.h"
|
||||||
#include "QskRgbValueQml.h"
|
|
||||||
|
|
||||||
#include <QskBoxBorderMetrics.h>
|
#include <QskBoxBorderMetrics.h>
|
||||||
#include <QskBoxShapeMetrics.h>
|
#include <QskBoxShapeMetrics.h>
|
||||||
@ -192,7 +191,6 @@ void QskQml::registerTypes()
|
|||||||
WarningBlocker warningBlocker;
|
WarningBlocker warningBlocker;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
QSK_REGISTER_GADGET( QskRgbValueQml, "RgbValue" );
|
|
||||||
QSK_REGISTER_GADGET( QskBoxBorderMetrics, "BorderMetrics" );
|
QSK_REGISTER_GADGET( QskBoxBorderMetrics, "BorderMetrics" );
|
||||||
QSK_REGISTER_GADGET( QskBoxShapeMetrics, "Shape" );
|
QSK_REGISTER_GADGET( QskBoxShapeMetrics, "Shape" );
|
||||||
QSK_REGISTER_GADGET( QskShadowMetrics, "ShadowMetrics" );
|
QSK_REGISTER_GADGET( QskShadowMetrics, "ShadowMetrics" );
|
||||||
|
@ -1,28 +0,0 @@
|
|||||||
/******************************************************************************
|
|
||||||
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
|
||||||
* This file may be used under the terms of the QSkinny License, Version 1.0
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
#ifndef QSK_RGBVALUE_QML_H
|
|
||||||
#define QSK_RGBVALUE_QML_H
|
|
||||||
|
|
||||||
#include "QskQmlGlobal.h"
|
|
||||||
#include <QskRgbValue.h>
|
|
||||||
#include <qmetatype.h>
|
|
||||||
|
|
||||||
class QskRgbValueQml
|
|
||||||
{
|
|
||||||
Q_GADGET
|
|
||||||
|
|
||||||
public:
|
|
||||||
enum Enum
|
|
||||||
{
|
|
||||||
#define RGBVALUE( name, value ) name = value,
|
|
||||||
QSK_RGB_VALUES
|
|
||||||
#undef RGBVALUE
|
|
||||||
};
|
|
||||||
|
|
||||||
Q_ENUM( Enum )
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif
|
|
@ -10,7 +10,6 @@ HEADERS += \
|
|||||||
QskQmlGlobal.h \
|
QskQmlGlobal.h \
|
||||||
QskShortcutQml.h \
|
QskShortcutQml.h \
|
||||||
QskLayoutQml.h \
|
QskLayoutQml.h \
|
||||||
QskRgbValueQml.h \
|
|
||||||
QskMainQml.h \
|
QskMainQml.h \
|
||||||
QskQml.h
|
QskQml.h
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user