remove custom property and use standard sourceModel for our proxy model
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Mon, 13 Feb 2023 17:02:14 +0000 (18:02 +0100)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Wed, 17 May 2023 16:16:08 +0000 (18:16 +0200)
commit32ee1a962f816b7d6b072fa863b8fc7100e14fbc
treeac7e71a7b7a0c6ca65e2c61f49c178b0ee72ce09
parent9bbabd3baa6e7bbda9d57f750fe2f86ca86e1836
remove custom property and use standard sourceModel for our proxy model

a QSortFilterProxyModel will trigger a new sort whenever needed, so
custom code is not needed

we might have someone that would use the standard property and loose teh
side effects of setting the source model via thet non standard property

this makes it more complicated to read as one might wonder why a custom
property was needed

deletes a bunch of code not really needed

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/gui/owncloudgui.cpp
src/gui/tray/ActivityList.qml
src/gui/tray/sortedactivitylistmodel.cpp
src/gui/tray/sortedactivitylistmodel.h