mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
OP-1109 Fix uninitialised use of m_container in welcomemode
This commit is contained in:
parent
0afbed5995
commit
42ad960044
@ -74,6 +74,7 @@ WelcomeMode::WelcomeMode() :
|
||||
m_d->quickView->setResizeMode(QQuickView::SizeRootObjectToView);
|
||||
m_d->quickView->engine()->rootContext()->setContextProperty("welcomePlugin", this);
|
||||
m_d->quickView->setSource(QUrl("qrc:/welcome/qml/main.qml"));
|
||||
m_container = NULL;
|
||||
}
|
||||
|
||||
WelcomeMode::~WelcomeMode()
|
||||
|
Loading…
x
Reference in New Issue
Block a user