diff --git a/src/shell/widgetexplorer/widgetexplorerview.cpp b/src/shell/widgetexplorer/widgetexplorerview.cpp index 3b4422096..faf5a7aa9 100644 --- a/src/shell/widgetexplorer/widgetexplorerview.cpp +++ b/src/shell/widgetexplorer/widgetexplorerview.cpp @@ -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);