QmlDesigner: Cleanup

Change-Id: I571325fd98ed555abc19f87ac8a164d7e0c76288
Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
Thomas Hartmann
2015-07-08 15:24:08 +02:00
committed by Thomas Hartmann
parent 94eff1ddae
commit acac9cb89a
7 changed files with 12 additions and 13 deletions

View File

@@ -353,7 +353,6 @@ QProcessEnvironment PuppetCreator::processEnvironment() const
else else
environment.appendOrSet("QML2_IMPORT_PATH", m_model->importPaths().join(pathSep), pathSep); environment.appendOrSet("QML2_IMPORT_PATH", m_model->importPaths().join(pathSep), pathSep);
} }
return environment.toProcessEnvironment(); return environment.toProcessEnvironment();
} }