to store subjectRichParameters use a QVariantMap that is qml friendly
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Mon, 13 Feb 2023 20:18:41 +0000 (21:18 +0100)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Wed, 17 May 2023 16:16:08 +0000 (18:16 +0200)
commit10f9ef5cd5cd989ec34177463fb2285fcf4fcff7
tree188bceb6513adcad575121aadd27afb979a73b6a
parentbc9b7a05f4dafec3c0812cfc1f3c6d3d5dd702f1
to store subjectRichParameters use a QVariantMap that is qml friendly

will make it much easier to access fom qml in order to use the data
inside to improve activity list items

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/gui/tray/activitydata.cpp
src/gui/tray/activitydata.h
src/gui/tray/notificationhandler.cpp
test/testactivitydata.cpp