forked from qt-creator/qt-creator
Android: Avoid a direct use of RunControl::runConfiguration()
Change-Id: Ib9b6533bb00446107150946c431b31cdc601a2da Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
@@ -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())
|
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user