aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/particles
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2014-12-04 09:50:44 +0100
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2014-12-05 05:50:47 +0100
commite8338b8e861c8b94592c8e076c2b375814c0d791 (patch)
treee1bf2b58a6695daddec143b5b155cea5b7f50b47 /src/imports/particles
parent2ab6b863f4493acf5256de0027f1e3daa0fdd038 (diff)
Update plugins.qmltypes
Change-Id: I9b6c54b572d4653d609b154000e274b9e64d591f Reviewed-by: Fawzi Mohamed <fawzi.mohamed@theqtcompany.com> Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/imports/particles')
-rw-r--r--src/imports/particles/plugins.qmltypes4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/imports/particles/plugins.qmltypes b/src/imports/particles/plugins.qmltypes
index 712d4fd844..b1b825dea6 100644
--- a/src/imports/particles/plugins.qmltypes
+++ b/src/imports/particles/plugins.qmltypes
@@ -213,6 +213,7 @@ Module {
name: "QQuickDirection"
prototype: "QObject"
exports: ["QtQuick.Particles/NullVector 2.0"]
+ isCreatable: false
exportMetaObjectRevisions: [0]
}
Component {
@@ -574,6 +575,7 @@ Module {
defaultProperty: "data"
prototype: "QQuickItem"
exports: ["QtQuick.Particles/ParticleAffector 2.0"]
+ isCreatable: false
exportMetaObjectRevisions: [0]
Property { name: "system"; type: "QQuickParticleSystem"; isPointer: true }
Property { name: "groups"; type: "QStringList" }
@@ -800,6 +802,7 @@ Module {
name: "QQuickParticleExtruder"
prototype: "QObject"
exports: ["QtQuick.Particles/ParticleExtruder 2.0"]
+ isCreatable: false
exportMetaObjectRevisions: [0]
}
Component {
@@ -836,6 +839,7 @@ Module {
defaultProperty: "data"
prototype: "QQuickItem"
exports: ["QtQuick.Particles/ParticlePainter 2.0"]
+ isCreatable: false
exportMetaObjectRevisions: [0]
Property { name: "system"; type: "QQuickParticleSystem"; isPointer: true }
Property { name: "groups"; type: "QStringList" }