Android: Support commandline arguments for Android app

Change-Id: I3910b68ebbf00e1b62da663a3e58224413a1929e
Reviewed-by: BogDan Vatra <bogdan@kdab.com>
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Vikas Pachdha
2018-07-31 12:21:47 +02:00
parent e9eb1a6437
commit 1b12da2493
12 changed files with 19 additions and 23 deletions

View File

@@ -39,9 +39,8 @@ namespace Android {
namespace Internal {
AndroidRunSupport::AndroidRunSupport(RunControl *runControl, const QString &intentName,
const QString &extraAppParams,
const Utils::Environment &extraEnvVars)
: AndroidRunner(runControl, intentName, extraAppParams, extraEnvVars)
: AndroidRunner(runControl, intentName, extraEnvVars)
{
runControl->setIcon(Utils::Icons::RUN_SMALL_TOOLBAR);
}