KNotification: Add hints property
Exposes custom hints to QML. While at it, make setHint invokable.
Notification {
...
hints: ({
"x-kde-origin-name": "Somewhere"
})
}
Exposes custom hints to QML. While at it, make setHint invokable.
Notification {
...
hints: ({
"x-kde-origin-name": "Somewhere"
})
}