register revision 1 for QQuickItem
make the base properties of revision 1 available
This commit is contained in:
parent
f4211def25
commit
48e27b5493
@ -92,6 +92,7 @@ void CoreBindingsPlugin::registerTypes(const char *uri)
|
|||||||
qmlRegisterType<PlasmaQuick::Dialog>(uri, 2, 0, "Dialog");
|
qmlRegisterType<PlasmaQuick::Dialog>(uri, 2, 0, "Dialog");
|
||||||
// HACK make properties like "opacity" work that are in REVISION 1 of QWindow
|
// HACK make properties like "opacity" work that are in REVISION 1 of QWindow
|
||||||
qmlRegisterRevision<QWindow, 1>(uri, 2, 0);
|
qmlRegisterRevision<QWindow, 1>(uri, 2, 0);
|
||||||
|
qmlRegisterRevision<QQuickItem, 1>(uri, 2, 0);
|
||||||
qmlRegisterType<ToolTip>(uri, 2, 0, "ToolTipArea");
|
qmlRegisterType<ToolTip>(uri, 2, 0, "ToolTipArea");
|
||||||
|
|
||||||
qmlRegisterInterface<Plasma::Service>("Service");
|
qmlRegisterInterface<Plasma::Service>("Service");
|
||||||
|
Loading…
Reference in New Issue
Block a user