Fix initialization order for WidgetExplorerView.

wilder-5.14
Mirko Boehm (Endocode) 13 years ago
parent 4ee9406c53
commit 2584f1345c
  1. 4
      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);

Loading…
Cancel
Save