forked from qt-creator/qt-creator
vcsbase: style
Change-Id: I139d9d46605383f03215c80bd9e9fd965021b435 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
@@ -195,9 +195,9 @@ QString BaseCheckoutWizard::openProject(const QString &path, QString *errorMessa
|
||||
return QString();
|
||||
// Open. Do not use a busy cursor here as additional wizards might pop up
|
||||
const QString projectFile = projectFiles.front().absoluteFilePath();
|
||||
if (!pe->openProject(projectFile, errorMessage)) {
|
||||
if (!pe->openProject(projectFile, errorMessage))
|
||||
return QString();
|
||||
}
|
||||
|
||||
return projectFile;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user