Utils: Base AspectContainer on BaseAspect

Change-Id: I78b11727af6e465da5731ba36bbae476d11d11ee
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
hjk
2023-07-21 18:58:18 +02:00
parent 5a9cc840d5
commit 2c353c37ea
8 changed files with 30 additions and 32 deletions

View File

@@ -109,7 +109,7 @@ void TestSettings::toSettings() const
{
AspectContainer::writeSettings();
QSettings *s = Utils::BaseAspect::settings();
QSettings *s = Utils::BaseAspect::qtcSettings();
s->beginGroup(Constants::SETTINGSGROUP);
// store frameworks and their current active and grouping state
@@ -128,7 +128,7 @@ void TestSettings::fromSettings()
{
AspectContainer::readSettings();
QSettings *s = Utils::BaseAspect::settings();
QSettings *s = Utils::BaseAspect::qtcSettings();
s->beginGroup(Constants::SETTINGSGROUP);
// try to get settings for registered frameworks