summaryrefslogtreecommitdiffstats
path: root/src/gui/configure.json
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2018-09-10 14:27:27 +0200
committerTobias Hunger <tobias.hunger@qt.io>2018-10-16 11:24:09 +0000
commita174b3df4411f5534789d11a1c2aa310095a02f9 (patch)
tree99b6480f7e2fa16145517c5a88a621f5160b2f57 /src/gui/configure.json
parente0b1c39bed0a70445529ec249688ff1ac5f3a199 (diff)
Fix wrong keyword in configure.json
'description' is used only once in all configure.json files, so I assume that was meant to be 'purpose'. Change-Id: I66e9d9196c27d2f2131c2d57ea03895e8f5ce754 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'src/gui/configure.json')
-rw-r--r--src/gui/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/configure.json b/src/gui/configure.json
index 4741ed345a..0332631ec8 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
@@ -1577,7 +1577,7 @@
},
"multiprocess": {
"label": "Multi process",
- "description": "Provides support for detecting the desktop environment, launching external processes and opening URLs.",
+ "purpose": "Provides support for detecting the desktop environment, launching external processes and opening URLs.",
"section": "Utilities",
"condition": "!config.integrity",
"output": [ "privateFeature" ]