forked from qt-creator/qt-creator
Coding style: wrongly indented line
Change-Id: Id8293537f7e608065862483fdbf7f425c09f5fe6 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
@@ -352,7 +352,7 @@ void Qt4Manager::runQMake(ProjectExplorer::Project *p, ProjectExplorer::Node *no
|
||||
|
||||
if (!qt4pro->activeTarget() ||
|
||||
!qt4pro->activeTarget()->activeBuildConfiguration())
|
||||
return;
|
||||
return;
|
||||
|
||||
Qt4BuildConfiguration *bc = qt4pro->activeTarget()->activeQt4BuildConfiguration();
|
||||
QMakeStep *qs = bc->qmakeStep();
|
||||
|
||||
Reference in New Issue
Block a user