Skip to content

table: Workaround a memory leak in QQmlPropertyCache

Arjen Hiemstra requested to merge work/ahiemstra/memleak into master

Apparently, the combination of a Connections object along with the QAbstractItemModel::layoutChanged() signal leads to a memory leak inside QQmlPropertyCache::createArgumentsObject(). To avoid that, put a proxy signal in between that Connections can connect to.

Merge request reports