forked from qt-creator/qt-creator
Fix build - rebase introduced an issue:(
Change-Id: I71c9326e39fdc6777ce2eebbcb4f347c7b607ff6 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user