forked from qt-creator/qt-creator
Utils/ProjectExplorer: More Key and Store
Change-Id: Ic9cc3a36b320c7413c362d1a1cdf024298d25027 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -488,7 +488,7 @@ void SessionManagerPrivate::updateSessionMenu()
|
||||
|
||||
void SessionManagerPrivate::restoreValues(const PersistentSettingsReader &reader)
|
||||
{
|
||||
const KeyList keys = keyListFromStringList(reader.restoreValue("valueKeys").toStringList());
|
||||
const KeyList keys = keysFromStrings(reader.restoreValue("valueKeys").toStringList());
|
||||
for (const Key &key : keys) {
|
||||
QVariant value = reader.restoreValue("value-" + key);
|
||||
m_values.insert(key, value);
|
||||
|
||||
Reference in New Issue
Block a user