forked from qt-creator/qt-creator
ProjectExplorerPlugin: Make settings accessor static
Change-Id: Ic4c78e4d2eefeefe55e2868a7f9db1eca52c3863 Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
@@ -2403,7 +2403,7 @@ void DebuggerPluginPrivate::showSettingsDialog()
|
||||
|
||||
void DebuggerPluginPrivate::updateDebugWithoutDeployMenu()
|
||||
{
|
||||
const bool state = ProjectExplorerPlugin::instance()->projectExplorerSettings().deployBeforeRun;
|
||||
const bool state = ProjectExplorerPlugin::projectExplorerSettings().deployBeforeRun;
|
||||
m_debugWithoutDeployAction->setVisible(state);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user