aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels/configure.json
diff options
context:
space:
mode:
authorTasuku Suzuki <tasuku.suzuki@qbc.io>2019-07-16 10:34:11 +0900
committerTasuku Suzuki <tasuku.suzuki@qbc.io>2019-07-22 19:18:20 +0900
commitb0e19e1d08e17a7fd76008447be0f788ebf73f1f (patch)
tree251561b8e6433dc36471bf25ef0008c09bb6e694 /src/qmlmodels/configure.json
parentce545a5bf291eec7c623e6f691842eca18b09ddc (diff)
Fix label name of features.qml-object-model
Change-Id: I8a35e51f87cfa49bdec834cca65ef169dd76b750 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'src/qmlmodels/configure.json')
-rw-r--r--src/qmlmodels/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmlmodels/configure.json b/src/qmlmodels/configure.json
index 2b4fa4f6e2..84eefed261 100644
--- a/src/qmlmodels/configure.json
+++ b/src/qmlmodels/configure.json
@@ -7,7 +7,7 @@
"features": {
"qml-object-model" : {
- "label": "QML list model",
+ "label": "QML object model",
"purpose": "Provides the ObjectModel and Instantiator QML types.",
"section": "QML",
"output": [ "privateFeature" ]