forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user