summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2010-04-29 15:23:27 +0200
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2010-05-04 09:58:11 +0200
commit441db7c946a2bb4e3d6c52cee94ed5887c1e57ec (patch)
tree029d1c6588be487fc7a36ab0891ccc3103f96fac
parentfbcf42eedaac3d07130e855df71524c652ccc47d (diff)
downloadqt-creator-441db7c946a2bb4e3d6c52cee94ed5887c1e57ec.tar.gz
QmlDesigner.propertyEditor: initialize members
-rw-r--r--src/plugins/qmldesigner/components/propertyeditor/propertyeditorcontextobject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorcontextobject.cpp b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorcontextobject.cpp
index ff3a422cac..76407163bc 100644
--- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorcontextobject.cpp
+++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorcontextobject.cpp
@@ -3,7 +3,7 @@
namespace QmlDesigner {
PropertyEditorContextObject::PropertyEditorContextObject(QObject *parent) :
- QObject(parent), m_backendValues(0)
+ QObject(parent), m_backendValues(0), m_isBaseState(false), m_selectionChanged(false)
{
}