forked from qt-creator/qt-creator
Utils, all: Standardize on QtcSettings
Change-Id: Id222016f15b1c3bfe6710fe5d0297666d4565ef1 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -40,4 +40,9 @@ void QtcSettings::setValue(const Key &key, const QVariant &value)
|
||||
QSettings::setValue(stringFromKey(key), mapEntryFromStoreEntry(value));
|
||||
}
|
||||
|
||||
KeyList QtcSettings::childKeys() const
|
||||
{
|
||||
return keysFromStrings(QSettings::childKeys());
|
||||
}
|
||||
|
||||
} // namespace Utils
|
||||
|
||||
Reference in New Issue
Block a user