aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/util/qqmlchangeset_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/util/qqmlchangeset_p.h')
-rw-r--r--src/qml/util/qqmlchangeset_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qml/util/qqmlchangeset_p.h b/src/qml/util/qqmlchangeset_p.h
index 8bc13f1b67..8347a3ff19 100644
--- a/src/qml/util/qqmlchangeset_p.h
+++ b/src/qml/util/qqmlchangeset_p.h
@@ -62,10 +62,10 @@ class Q_QML_PRIVATE_EXPORT QQmlChangeSet
public:
struct MoveKey
{
- MoveKey() : moveId(-1), offset(0) {}
+ MoveKey() {}
MoveKey(int moveId, int offset) : moveId(moveId), offset(offset) {}
- int moveId;
- int offset;
+ int moveId = -1;
+ int offset = 0;
};
// The storrage for Change (below). This struct is trivial, which it has to be in order to store