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:
@@ -11,7 +11,6 @@
|
||||
#include "androidtr.h"
|
||||
|
||||
#include <coreplugin/messagemanager.h>
|
||||
#include <projectexplorer/projectexplorer.h>
|
||||
#include <projectexplorer/projectexplorersettings.h>
|
||||
#include <projectexplorer/runconfigurationaspects.h>
|
||||
#include <projectexplorer/target.h>
|
||||
@@ -88,7 +87,7 @@ AndroidRunner::~AndroidRunner()
|
||||
|
||||
void AndroidRunner::start()
|
||||
{
|
||||
if (!ProjectExplorerPlugin::projectExplorerSettings().deployBeforeRun) {
|
||||
if (!projectExplorerSettings().deployBeforeRun) {
|
||||
qCDebug(androidRunnerLog) << "Run without deployment";
|
||||
launchAVD();
|
||||
if (!m_launchedAVDName.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user