~osomon/ubuntu-ui-toolkit/downloadmanager

« back to all changes in this revision

Viewing changes to components.api

Do not trigger a ToolbarButton that is not enabled. Fixes: https://bugs.launchpad.net/bugs/1202245.

Approved by PS Jenkins bot, Christian Dywan.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    property Action action
17
17
    property string text
18
18
    property url iconSource
19
 
    signal triggered(var caller)
 
19
    signal triggered(var value)
 
20
    function trigger(value)
20
21
modules/Ubuntu/Components/ActionList.qml
21
22
QtObject
22
23
    default property list<Action> children