This revision was automatically updated to reflect the committed changes.
Closed by commit R169:22d31898ae0b: Add support for custom display components
to Action (authored by ahiemstra).
REPOSITORY
R169 Kirigami
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D25940?vs=71418&id=71459
ahiemstra updated this revision to Diff 71418.
ahiemstra added a comment.
- Add missing @since
REPOSITORY
R169 Kirigami
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D25940?vs=71415&id=71418
BRANCH
action_displaycomponent
REVISION DETAIL
https://phabricator.kde.org/D25940
A
mart accepted this revision.
mart added inline comments.
This revision is now accepted and ready to land.
INLINE COMMENTS
> Action.qml:151
> + * A Component that should be preferred when displaying this Action.
> + */
> +property Component displayComponent: null
@since 2.12
@since 5.
ahiemstra created this revision.
ahiemstra added a reviewer: Kirigami.
Herald added a project: Kirigami.
Herald added a subscriber: plasma-devel.
ahiemstra requested review of this revision.
REVISION SUMMARY
This adds a "displayComponent" property to Action, which allows specifying a
component