Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
6.6.0
-
DaVinci 91, DaVinci 92
Description
Documentation for NotificationModel seems to be missing completely even though it has been written:
https://code.qt.io/cgit/qt/qtapplicationmanager.git/tree/src/manager-lib/notificationmodel.cpp
Additionally, that is a little off. Neither sortFunction nor filterFunction are given Notification parameters. They both get QVariantMap instead.
sortFunction could also benefit from a little example like there is for filterFunction.