forked from qt-creator/qt-creator
QmlDesigner: Fix warning about initialization order
Change-Id: I7c2a77656cb8d46a53944cf09375d3dd654da395 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Thomas Hartmann
parent
f7fb3f5400
commit
706dcd9da2
@@ -41,8 +41,7 @@
|
||||
#include <QTimer>
|
||||
|
||||
GradientModel::GradientModel(QObject *parent) :
|
||||
QAbstractListModel(parent), m_locked(false)
|
||||
,m_gradientTypeName("Gradient")
|
||||
QAbstractListModel(parent), m_gradientTypeName("Gradient"), m_locked(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user