From f643f8779355df99536d29778b558b4075925248 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Thu, 4 Jul 2019 09:32:54 +0200 Subject: [PATCH] Wizards: Fix typo in Plain C++ wizard Change-Id: Ifbef31b7edded3f372debe3065fe4e9abc4e9455 Reviewed-by: David Schulz --- share/qtcreator/templates/wizards/projects/plaincpp/wizard.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/templates/wizards/projects/plaincpp/wizard.json b/share/qtcreator/templates/wizards/projects/plaincpp/wizard.json index af7e84362d9..f5fbffaa847 100644 --- a/share/qtcreator/templates/wizards/projects/plaincpp/wizard.json +++ b/share/qtcreator/templates/wizards/projects/plaincpp/wizard.json @@ -49,7 +49,7 @@ { "trKey": "CMake", "value": "cmake", - "condition": "%{JS: value('Plugins).indexOf('CMakeProjectManager') >= 0}" + "condition": "%{JS: value('Plugins').indexOf('CMakeProjectManager') >= 0}" }, { "trKey": "Qbs",