Fix initialization order for WidgetExplorerView.

This commit is contained in:
Mirko Boehm (Endocode) 2013-10-07 00:57:32 +02:00
parent a4af408b59
commit bbe4c3cb4a

View File

@ -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);