aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlpropertyvalueinterceptor.cpp
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2012-05-29 09:04:05 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-29 03:15:27 +0200
commitd4b2f0eec8e328818973c1852c19fc7ef45efb5f (patch)
tree47d09ed9083a0baf13e019fe733d3d3b55ee4cef /src/qml/qml/qqmlpropertyvalueinterceptor.cpp
parent1634d6b3c8aaf51e3a37f5a4a7bf2b72df38a5f6 (diff)
Initialize data members in QML engine
Found by static analysis. None look suspicious, but worthwhile cleaning up. Change-Id: Icb5046eb9e57493a9c68b3509ca0c7f546480b73 Reviewed-by: Chris Adams <christopher.adams@nokia.com>
Diffstat (limited to 'src/qml/qml/qqmlpropertyvalueinterceptor.cpp')
-rw-r--r--src/qml/qml/qqmlpropertyvalueinterceptor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlpropertyvalueinterceptor.cpp b/src/qml/qml/qqmlpropertyvalueinterceptor.cpp
index 331b90da5c..31319db5fc 100644
--- a/src/qml/qml/qqmlpropertyvalueinterceptor.cpp
+++ b/src/qml/qml/qqmlpropertyvalueinterceptor.cpp
@@ -57,7 +57,7 @@ QT_BEGIN_NAMESPACE
/*!
Constructs a QQmlPropertyValueInterceptor.
*/
-QQmlPropertyValueInterceptor::QQmlPropertyValueInterceptor()
+QQmlPropertyValueInterceptor::QQmlPropertyValueInterceptor() : m_next(0)
{
}