aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/applicationlauncher.h
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2022-02-23 14:41:23 +0100
committerJarek Kobus <jaroslaw.kobus@qt.io>2022-02-23 15:03:30 +0000
commit10abf43afaaa0e1889bf77f9ca4c2900573d2fb2 (patch)
treea935b026ea80b0fa95df0b416b94d1b347bf4a6a /src/plugins/projectexplorer/applicationlauncher.h
parent8e0bc89e6477f82eee8ab853d1ccb76fd41f6a55 (diff)
ApplicationLauncher: Remove start(IDevice *) overload
Take the device from runnable passed in setRunnable(). If the intention is to run locally, set the device to nullptr inside runnable. Otherwise we don't run locally. Follows 47957de2dcef70b644290c0d6b35f07837160e8a Change-Id: I5b381bb499cf76e469c844ac7474ce2f60761cef Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'src/plugins/projectexplorer/applicationlauncher.h')
-rw-r--r--src/plugins/projectexplorer/applicationlauncher.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/applicationlauncher.h b/src/plugins/projectexplorer/applicationlauncher.h
index c5272eba5b..b3e833c22c 100644
--- a/src/plugins/projectexplorer/applicationlauncher.h
+++ b/src/plugins/projectexplorer/applicationlauncher.h
@@ -58,7 +58,6 @@ public:
void setRunnable(const Runnable &runnable);
void start();
- void start(const IDevice::ConstPtr &device);
void stop();
bool isRunning() const;
Utils::ProcessHandle applicationPID() const;