summaryrefslogtreecommitdiff
path: root/src/plugins/baremetal/baremetaldebugsupport.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2017-03-09 14:13:13 +0100
committerhjk <hjk@qt.io>2017-03-10 15:14:12 +0000
commit7826ec7ed5c44cf6bc5c80f10c8588dff8372c5d (patch)
tree926a70a8e3228e480b6b5494cd3526c05d263b1e /src/plugins/baremetal/baremetaldebugsupport.h
parent5090c2929a7ccf20ebe379bb572fd5bcbb10f8e1 (diff)
downloadqt-creator-7826ec7ed5c44cf6bc5c80f10c8588dff8372c5d.tar.gz
ProjectExplorer: Merge ApplicationLauncher and DeviceApplicationRunner
Treat ApplicationLauncher as a special case of a DeviceApplicationRunner with an implicit desktop device. As a first step, lump the two implementations together. Change-Id: Ifa3ea3f38d320023050378555e2d256e762b6683 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/plugins/baremetal/baremetaldebugsupport.h')
-rw-r--r--src/plugins/baremetal/baremetaldebugsupport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/baremetal/baremetaldebugsupport.h b/src/plugins/baremetal/baremetaldebugsupport.h
index 31aa1b5935..61f649ec65 100644
--- a/src/plugins/baremetal/baremetaldebugsupport.h
+++ b/src/plugins/baremetal/baremetaldebugsupport.h
@@ -30,7 +30,7 @@
namespace Debugger { class DebuggerRunControl; }
-namespace ProjectExplorer { class DeviceApplicationRunner; }
+namespace ProjectExplorer { class ApplicationLauncher; }
namespace BareMetal {
namespace Internal {
@@ -64,7 +64,7 @@ private:
void reset();
void showMessage(const QString &msg, int channel);
- ProjectExplorer::DeviceApplicationRunner *m_appRunner;
+ ProjectExplorer::ApplicationLauncher *m_appLauncher;
const QPointer<Debugger::DebuggerRunControl> m_runControl;
BareMetalDebugSupport::State m_state;
};