PE: Fix handling of settings

Amends 81f8a3fd7d.

Fixes: QTCREATORBUG-30680
Change-Id: I47c2c50f1acb1888dc8e3514e942ebefaf87e6ca
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
Christian Stenger
2024-06-18 12:46:57 +02:00
parent b0428120c4
commit 044c1f686c

View File

@@ -71,7 +71,7 @@ void GlobalOrProjectAspect::setProjectSettings(AspectContainer *settings)
void GlobalOrProjectAspect::setGlobalSettings(AspectContainer *settings)
{
m_globalSettings = settings;
m_projectSettings->setAutoApply(false);
m_globalSettings->setAutoApply(false);
}
void GlobalOrProjectAspect::setUsingGlobalSettings(bool value)