Add Q_PROPERTIES interface to KDescendantsProxyModel
ClosedPublic

Authored by davidedmundson on Jul 31 2019, 3:57 PM.

Details

Summary

For eventual use in a KItemModels QML plugin

Test Plan

Compliles.
Used it in a QML project (exported elsewhere)
Seemed to work

Diff Detail

Repository
R275 KItemModels
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
davidedmundson created this revision.Jul 31 2019, 3:57 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptJul 31 2019, 3:57 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
davidedmundson requested review of this revision.Jul 31 2019, 3:57 PM
apol accepted this revision.Jul 31 2019, 6:03 PM
This revision is now accepted and ready to land.Jul 31 2019, 6:03 PM
kossebau added inline comments.
src/kdescendantsproxymodel.h
75

Please also add @since tags for properties as comments.

This revision was automatically updated to reflect the committed changes.