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