aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/declarative/items/qsgvisualitemmodel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/items/qsgvisualitemmodel.cpp b/src/declarative/items/qsgvisualitemmodel.cpp
index a3433253de..2fa4e4213d 100644
--- a/src/declarative/items/qsgvisualitemmodel.cpp
+++ b/src/declarative/items/qsgvisualitemmodel.cpp
@@ -272,6 +272,7 @@ public:
| QMetaObjectBuilder::SuperClass
| QMetaObjectBuilder::ClassName)
{
+ builder.setFlags(QMetaObjectBuilder::DynamicMetaObject);
}
~VDMDelegateDataType()