From 8a09d2ff347aa31ae8767c1e5427df5a4aa213f9 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Sat, 17 Nov 2012 09:21:09 +0100 Subject: [PATCH] Fix build - rebase introduced an issue:( Change-Id: I71c9326e39fdc6777ce2eebbcb4f347c7b607ff6 Reviewed-by: Tobias Hunger --- src/plugins/projectexplorer/session.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/projectexplorer/session.cpp b/src/plugins/projectexplorer/session.cpp index 7a421bd62a8..afc48940eb0 100644 --- a/src/plugins/projectexplorer/session.cpp +++ b/src/plugins/projectexplorer/session.cpp @@ -323,7 +323,7 @@ bool SessionManager::save() .arg(c.red(), 2, 16, QLatin1Char('0')) .arg(c.green(), 2, 16, QLatin1Char('0')) .arg(c.blue(), 2, 16, QLatin1Char('0')); - writer.saveValue(QLatin1String("Color"), tmp); + data.insert(QLatin1String("Color"), tmp); } QStringList projectFiles;