aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androiddebugsupport.h
diff options
context:
space:
mode:
authorVikas Pachdha <vikas.pachdha@qt.io>2018-08-02 11:00:06 +0200
committerVikas Pachdha <vikas.pachdha@qt.io>2018-08-02 10:01:12 +0000
commitd55373cab2eeb1f487c798fb72383d5bb1abcb10 (patch)
tree73f1af373012f7e3ba0d1909ee1c97e1e5d41064 /src/plugins/android/androiddebugsupport.h
parent51278a2bd526dd0bb463aac8b60c7f2c7a4ad48c (diff)
Android: Enable setting environment variables for android apps
Change-Id: Id4625f081d6997dcabad9b01fb09d6c9c6ef7477 Reviewed-by: BogDan Vatra <bogdan@kdab.com>
Diffstat (limited to 'src/plugins/android/androiddebugsupport.h')
-rw-r--r--src/plugins/android/androiddebugsupport.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/android/androiddebugsupport.h b/src/plugins/android/androiddebugsupport.h
index 9f6aa3981e..43a5f1f724 100644
--- a/src/plugins/android/androiddebugsupport.h
+++ b/src/plugins/android/androiddebugsupport.h
@@ -37,8 +37,7 @@ class AndroidDebugSupport : public Debugger::DebuggerRunTool
public:
AndroidDebugSupport(ProjectExplorer::RunControl *runControl,
- const QString &intentName = QString(),
- const Utils::Environment &extraEnvVars = Utils::Environment());
+ const QString &intentName = QString());
void start() override;
void stop() override;