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:
|
||||
AndroidQmlPreviewWorker(RunControl *runControl)
|
||||
: AndroidQmlToolingSupport(runControl,
|
||||
runControl->runConfiguration()->runnable().executable.toString())
|
||||
: AndroidQmlToolingSupport(runControl, runControl->runnable().executable.toString())
|
||||
{}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user