forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/3.4'
Conflicts: src/libs/extensionsystem/pluginview.cpp Change-Id: I316199fe0a257cb085668ccb183b1590555278f2
This commit is contained in:
@@ -681,7 +681,8 @@ static bool mergeGradleProperties(const QString &path, GradleProperties properti
|
||||
|
||||
}
|
||||
|
||||
for (GradleProperties::const_iterator it = properties.begin(); it != properties.end(); ++it)
|
||||
for (GradleProperties::const_iterator it = properties.constBegin(); it != properties.constEnd();
|
||||
++it)
|
||||
file.write(it.key() + '=' + it.value() + '\n');
|
||||
|
||||
file.close();
|
||||
|
||||
Reference in New Issue
Block a user