Android: Avoid a direct use of RunControl::runConfiguration()

Change-Id: Ib9b6533bb00446107150946c431b31cdc601a2da
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
hjk
2019-08-29 17:57:42 +02:00
parent 335ea0c831
commit d663b8e406

View File

@@ -92,8 +92,7 @@ class AndroidQmlPreviewWorker : public AndroidQmlToolingSupport
{ {
public: public:
AndroidQmlPreviewWorker(RunControl *runControl) AndroidQmlPreviewWorker(RunControl *runControl)
: AndroidQmlToolingSupport(runControl, : AndroidQmlToolingSupport(runControl, runControl->runnable().executable.toString())
runControl->runConfiguration()->runnable().executable.toString())
{} {}
}; };