aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlpropertycache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmlpropertycache.cpp')
-rw-r--r--src/qml/qml/qqmlpropertycache.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qml/qml/qqmlpropertycache.cpp b/src/qml/qml/qqmlpropertycache.cpp
index f2f6b975eb..8ffdc42d82 100644
--- a/src/qml/qml/qqmlpropertycache.cpp
+++ b/src/qml/qml/qqmlpropertycache.cpp
@@ -151,9 +151,9 @@ void QQmlPropertyData::load(const QMetaMethod &m)
Creates a new empty QQmlPropertyCache.
*/
QQmlPropertyCache::QQmlPropertyCache()
- : _parent(nullptr), propertyIndexCacheStart(0), methodIndexCacheStart(0),
- signalHandlerIndexCacheStart(0), _hasPropertyOverrides(false),
- argumentsCache(nullptr), _jsFactoryMethodIndex(-1)
+ : propertyIndexCacheStart(0), _parent(nullptr),
+ argumentsCache(nullptr), methodIndexCacheStart(0), signalHandlerIndexCacheStart(0),
+ _jsFactoryMethodIndex(-1), _hasPropertyOverrides(false)
{
}