aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/util/qqmlchangeset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/util/qqmlchangeset.cpp')
-rw-r--r--src/qml/util/qqmlchangeset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/util/qqmlchangeset.cpp b/src/qml/util/qqmlchangeset.cpp
index 79e3332331..ba876b42e2 100644
--- a/src/qml/util/qqmlchangeset.cpp
+++ b/src/qml/util/qqmlchangeset.cpp
@@ -120,7 +120,7 @@ void QQmlChangeSet::remove(int index, int count)
{
QVector<Change> removes;
removes.append(Change(index, count));
- remove(&removes, 0);
+ remove(&removes, nullptr);
}
/*!