aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-02-07 10:44:08 +0100
committerJ-P Nurmi <jpnurmi@qt.io>2017-02-08 15:49:05 +0000
commit13ece44c44b4214b568ca3638ef62e0f1af04d7f (patch)
tree4bfa88c4d90cf669cb13fdc8a1faf09b41a58d1f
parent54aef070625c2b1bd45394f8ffe1ea0b07bc5805 (diff)
Provide more context for the configurable feature descriptions
Change-Id: I962d8150583cc1637cbb8d6fb7399b8f408b186e Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
-rw-r--r--src/quickcontrols2/configure.json4
-rw-r--r--src/quicktemplates2/configure.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/quickcontrols2/configure.json b/src/quickcontrols2/configure.json
index e1d16d17..2d966a40 100644
--- a/src/quickcontrols2/configure.json
+++ b/src/quickcontrols2/configure.json
@@ -15,12 +15,12 @@
},
"quickcontrols2-material": {
"label": "Material",
- "purpose": "A style based on the Material Design guidelines",
+ "purpose": "Provides a Qt Quick Controls 2 style based on the Material Design guidelines",
"output": [ "privateFeature" ]
},
"quickcontrols2-universal": {
"label": "Universal",
- "purpose": "A style based on the Universal Design guidelines",
+ "purpose": "Provides a Qt Quick Controls 2 style based on the Universal Design guidelines",
"output": [ "privateFeature" ]
}
},
diff --git a/src/quicktemplates2/configure.json b/src/quicktemplates2/configure.json
index c262b035..9bd5e311 100644
--- a/src/quicktemplates2/configure.json
+++ b/src/quicktemplates2/configure.json
@@ -4,7 +4,7 @@
"features": {
"quicktemplates2-hover": {
"label": "Hover support",
- "purpose": "Support hover effects",
+ "purpose": "Provides support for hover effects in Qt Quick Templates 2",
"output": [ "privateFeature" ]
}
},