Utils/ProjectExplorer: More Key and Store

Change-Id: Ic9cc3a36b320c7413c362d1a1cdf024298d25027
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
hjk
2023-08-24 16:14:26 +02:00
parent 648efd6524
commit b9f9d2574e
18 changed files with 130 additions and 126 deletions

View File

@@ -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);