aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmllistmodel.cpp
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-05-05 12:03:49 +0200
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-05-05 12:03:50 +0200
commitc6748dde37e12339cff209d6b0e05071679d4824 (patch)
tree60960a9940cacf302189f440b2792172452369a9 /src/qml/types/qqmllistmodel.cpp
parent7bf3f99ceca5818596c7dd03d6053ea40aa262b3 (diff)
parent3a8fae60043a8b38f14bee184ed1a672e798053b (diff)
Merge 5.9 into 5.9.0v5.9.0-beta4
Diffstat (limited to 'src/qml/types/qqmllistmodel.cpp')
-rw-r--r--src/qml/types/qqmllistmodel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/types/qqmllistmodel.cpp b/src/qml/types/qqmllistmodel.cpp
index 2011fcc4d6..4d8f213284 100644
--- a/src/qml/types/qqmllistmodel.cpp
+++ b/src/qml/types/qqmllistmodel.cpp
@@ -1071,6 +1071,7 @@ void ListElement::sync(ListElement *src, ListLayout *srcLayout, ListElement *tar
QVariant v = src->getProperty(srcRole, 0, 0);
target->setVariantProperty(targetRole, v);
}
+ break;
case ListLayout::Role::VariantMap:
{
QVariantMap *map = src->getVariantMapProperty(srcRole);