lnj resigned from this revision.
REPOSITORY
R266 Breeze Icons
REVISION DETAIL
https://phabricator.kde.org/D27197
To: mbruchert
Cc: kde-frameworks-devel, LeGast00n, cblack, GB_2, michaelh, ngraham, bruns
lnj added a comment.
This is required for the screenshot action in the panel of the plasma mobile
shell. I don't know enough about creating breeze icons to approve this diff,
but at least I don't see any problems.
REPOSITORY
R266 Breeze Icons
REVISION DETAIL
https://phabricator.kde.org/
lnj added a comment.
The ActionsTypes are already registered using a wrapper class (this was
required before Qt 5.8 / Q_NAMESPACE) in peopleqmlplugin.cpp. The Q_NAMESPACE
solution would be better I think.
And yes, the namespace still needs to be registered using e.g.
`qmlRegisterUncreat
lnj added a comment.
There's something for notifications for iOS and macOS here:
https://developer.apple.com/documentation/foundation/nsnotification
Would this patch already work on iOS or could a common API for both be used?
(I have no experiences with iOS or macOS, but we (Kaidan) wou