Skip to content
Snippets Groups Projects
Commit 441db7c9 authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner.propertyEditor: initialize members

parent fbcf42ee
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
namespace QmlDesigner { namespace QmlDesigner {
PropertyEditorContextObject::PropertyEditorContextObject(QObject *parent) : PropertyEditorContextObject::PropertyEditorContextObject(QObject *parent) :
QObject(parent), m_backendValues(0) QObject(parent), m_backendValues(0), m_isBaseState(false), m_selectionChanged(false)
{ {
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment