Fix build - rebase introduced an issue:(

Change-Id: I71c9326e39fdc6777ce2eebbcb4f347c7b607ff6
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Tobias Hunger
2012-11-17 09:21:09 +01:00
parent 0334bc93bf
commit 8a09d2ff34

View File

@@ -323,7 +323,7 @@ bool SessionManager::save()
.arg(c.red(), 2, 16, QLatin1Char('0')) .arg(c.red(), 2, 16, QLatin1Char('0'))
.arg(c.green(), 2, 16, QLatin1Char('0')) .arg(c.green(), 2, 16, QLatin1Char('0'))
.arg(c.blue(), 2, 16, QLatin1Char('0')); .arg(c.blue(), 2, 16, QLatin1Char('0'));
writer.saveValue(QLatin1String("Color"), tmp); data.insert(QLatin1String("Color"), tmp);
} }
QStringList projectFiles; QStringList projectFiles;