Wizards: Fix typo in Plain C++ wizard

Change-Id: Ifbef31b7edded3f372debe3065fe4e9abc4e9455
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Christian Stenger
2019-07-04 09:32:54 +02:00
committed by David Schulz
parent 9034c6ade6
commit f643f87793

View File

@@ -49,7 +49,7 @@
{
"trKey": "CMake",
"value": "cmake",
"condition": "%{JS: value('Plugins).indexOf('CMakeProjectManager') >= 0}"
"condition": "%{JS: value('Plugins').indexOf('CMakeProjectManager') >= 0}"
},
{
"trKey": "Qbs",