coding style

This commit is contained in:
dt
2010-12-06 16:24:29 +01:00
parent 1f917d2086
commit 3f804ed0b2

View File

@@ -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!";