aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/particles
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2014-12-09 09:53:01 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-12-09 11:43:35 +0100
commit14f0efa0aea942b4483796d42e618366257f7a36 (patch)
treeb0a1ebfbb70c07bdb0041e48e2852f241724d439 /src/imports/particles
parent87e4279651cf691e82f266d61330f8daf4300da2 (diff)
parente701690f79a7a0eecdb98d32c8f5130b67637256 (diff)
Merge "Merge remote-tracking branch 'origin/5.4.0' into 5.4" into refs/staging/5.4
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" }