More refactor.

This commit is contained in:
Petr Mrázek
2014-03-05 01:50:05 +01:00
parent 6b76af116e
commit 47bc7e5ee3
10 changed files with 184 additions and 215 deletions

View File

@ -357,7 +357,7 @@ QMap<QString, int> OneSixModEditDialog::getExistingOrder() const
QMap<QString, int> order;
// default
{
for (VersionFinal::VersionFile file : m_version->versionFiles)
for (auto & file : m_version->versionFiles)
{
if (file.id.startsWith("org.multimc."))
{