Skip to content

KNotification: Add hints property

Kai Uwe Broulik requested to merge work/kbroulik/hints-from-qml into master

Exposes custom hints to QML. While at it, make setHint invokable.

Notification {
    ...
    hints: ({
        "x-kde-origin-name": "Somewhere"
    })
}

@vkrause

Merge request reports