From 21f272a8c7cdefd6b23537a1027885d49f8a7d5d Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Tue, 20 Jan 2015 14:45:31 +0100 Subject: [PATCH] JsonWizard: WS only change Change-Id: I6f5fd3818d51ee531b92be0b78b4435d621fe0ed Reviewed-by: Orgad Shaneh Reviewed-by: Tobias Hunger --- src/plugins/projectexplorer/jsonwizard/jsonwizardfactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/projectexplorer/jsonwizard/jsonwizardfactory.cpp b/src/plugins/projectexplorer/jsonwizard/jsonwizardfactory.cpp index a850f60ac28..c8d8acca679 100644 --- a/src/plugins/projectexplorer/jsonwizard/jsonwizardfactory.cpp +++ b/src/plugins/projectexplorer/jsonwizard/jsonwizardfactory.cpp @@ -312,7 +312,7 @@ QList JsonWizardFactory::createWizardFactories() } JsonWizardFactory *JsonWizardFactory::createWizardFactory(const QVariantMap &data, const QDir &baseDir, - QString *errorMessage) + QString *errorMessage) { JsonWizardFactory *factory = new JsonWizardFactory; if (!factory->initialize(data, baseDir, errorMessage)) {