ProjectExplorer: Fix json wizards

Amends a8d44b04da.

Change-Id: I43c8726fd1fcf770d879dc21169bdde7433dcf53
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Stenger
2021-09-27 12:00:50 +02:00
parent 75cff21e42
commit eefb385918

View File

@@ -540,7 +540,7 @@ bool JsonWizardFactory::initialize(const QVariantMap &data, const FilePath &base
errorMessage->clear(); errorMessage->clear();
m_wizardDir = baseDir.absolutePath(); m_wizardDir = baseDir.absoluteFilePath();
m_enabledExpression = data.value(QLatin1String(ENABLED_EXPRESSION_KEY), true); m_enabledExpression = data.value(QLatin1String(ENABLED_EXPRESSION_KEY), true);