Android: Get rid of intentName arg

It's always empty string.

Change-Id: Id270e7fb128bfac414929e3eb611eb26beeb3624
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Jarek Kobus
2024-07-26 14:40:24 +02:00
committed by hjk
parent 73d2249960
commit bd493d7e5a
5 changed files with 13 additions and 15 deletions

View File

@@ -17,7 +17,7 @@ public:
{
setId("AndroidQmlToolingSupport");
auto runner = new AndroidRunner(runControl, {});
auto runner = new AndroidRunner(runControl);
addStartDependency(runner);
auto worker = runControl->createWorker(QmlDebug::runnerIdForRunMode(runControl->runMode()));