Fix initialization order for WidgetExplorerView.
This commit is contained in:
parent
a4af408b59
commit
bbe4c3cb4a
@ -31,8 +31,8 @@
|
||||
WidgetExplorerView::WidgetExplorerView(const QString &qmlPath, QWindow *parent)
|
||||
: QQuickView(parent),
|
||||
m_containment(0),
|
||||
m_qmlPath(qmlPath),
|
||||
m_widgetExplorer(0)
|
||||
m_widgetExplorer(0),
|
||||
m_qmlPath(qmlPath)
|
||||
{
|
||||
QSurfaceFormat format;
|
||||
format.setAlphaBufferSize(8);
|
||||
|
Loading…
Reference in New Issue
Block a user