forked from qt-creator/qt-creator
coding style
This commit is contained in:
@@ -293,7 +293,7 @@ bool Qt4Project::fromMap(const QVariantMap &map)
|
||||
|
||||
// Prune targets without buildconfigurations:
|
||||
// This can happen esp. when updating from a old version of Qt Creator
|
||||
QList<Target *>ts(targets());
|
||||
QList<Target *>ts = targets();
|
||||
foreach (Target *t, ts) {
|
||||
if (t->buildConfigurations().isEmpty()) {
|
||||
qWarning() << "Removing" << t->id() << "since it has no buildconfigurations!";
|
||||
|
Reference in New Issue
Block a user