forked from qt-creator/qt-creator
ProjectExplorer: Make settings access more direct
A step towards aspectification. Change-Id: Iabf5e56e993449dc482d1d2ab6eeb2885243ab3e Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -1993,7 +1993,7 @@ void DebuggerPluginPrivate::setInitialState()
|
||||
|
||||
void DebuggerPluginPrivate::updateDebugWithoutDeployMenu()
|
||||
{
|
||||
const bool state = ProjectExplorerPlugin::projectExplorerSettings().deployBeforeRun;
|
||||
const bool state = projectExplorerSettings().deployBeforeRun;
|
||||
m_debugWithoutDeployAction.setVisible(state);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user