showPassiveNotification which mirrors
ApplicationWindow.showPassiveNotification
some kcms need to show a tiny non interrupting message for which neither
a dialog nor an InlineMessage are adapt.
see D28131
Details
Details
- Reviewers
broulik - Commits
- R296:cebaeb4daf59: Introduce api for passive notifications
Diff Detail
Diff Detail
- Repository
- R296 KDeclarative
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
src/quickaddons/configmodule.h | ||
---|---|---|
507 | const QVariant & |
Comment Actions
I wonder if it's for the use case wehere an InlineMessage doesn't work does it need to contain actions?
Comment Actions
doesn't really *need* it, but matches the existing api already existing in ApplicationWindow
Comment Actions
doesn't really *need* it, but matches the existing api already existing in ApplicationWindow which is better to not have inconsitencies