forked from qt-creator/qt-creator
JsonWizard: WS only change
Change-Id: I6f5fd3818d51ee531b92be0b78b4435d621fe0ed Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -312,7 +312,7 @@ QList<JsonWizardFactory *> 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)) {
|
||||
|
Reference in New Issue
Block a user