Ensure that the changedEntries property is correctly propagated

Authored by leinir on Oct 29 2019, 9:57 AM.

Description

Ensure that the changedEntries property is correctly propagated

Summary:
Without this change, for some reason unknown to me, the alias
seems to fail quietly (that is, you can still read the property,
but it does not forward the changed signal).

This was discovered during the course of reviewing D24942.

Expose the amount of changed entries

Since changedEntries is only a forwarding type, and not a true list
in the QML sense, there's no good way to get the number of entries
(without for e.g. changing changedEntries to a model, which just
seems like overkill)

Reviewers: Frameworks, KNewStuff, apol, ngraham

Reviewed By: ngraham

Subscribers: kde-frameworks-devel

Tags: Frameworks

Differential Revision: https://phabricator.kde.org/D25041

Details

Committed
leinirOct 30 2019, 9:28 AM
Reviewer
ngraham
Differential Revision
D25041: Ensure that the changedEntries property is correctly propagated
Parents
R304:f21a3f876e91: GIT_SILENT enable Qt deprecation warnings
Branches
Unknown
Tags
Unknown