forked from qt-creator/qt-creator
ProjectExplorer: Fix json wizards
Amends a8d44b04da
.
Change-Id: I43c8726fd1fcf770d879dc21169bdde7433dcf53
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -540,7 +540,7 @@ bool JsonWizardFactory::initialize(const QVariantMap &data, const FilePath &base
|
||||
|
||||
errorMessage->clear();
|
||||
|
||||
m_wizardDir = baseDir.absolutePath();
|
||||
m_wizardDir = baseDir.absoluteFilePath();
|
||||
|
||||
m_enabledExpression = data.value(QLatin1String(ENABLED_EXPRESSION_KEY), true);
|
||||
|
||||
|
Reference in New Issue
Block a user