aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint/typedescriptionreader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmllint/typedescriptionreader.cpp')
-rw-r--r--tools/qmllint/typedescriptionreader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmllint/typedescriptionreader.cpp b/tools/qmllint/typedescriptionreader.cpp
index 4f0cc88800..3dc87ffc8d 100644
--- a/tools/qmllint/typedescriptionreader.cpp
+++ b/tools/qmllint/typedescriptionreader.cpp
@@ -380,7 +380,7 @@ void TypeDescriptionReader::readProperty(UiObjectDefinition *ast, const ScopeTre
return;
}
- scope->addProperty(MetaProperty(name, type, isList, !isReadonly, isPointer, revision));
+ scope->addProperty(MetaProperty(name, type, isList, !isReadonly, isPointer, false, revision));
}
void TypeDescriptionReader::readEnum(UiObjectDefinition *ast, const ScopeTree::Ptr &scope)