never use QFileInfo on possibly pure virtual placeholder file
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Tue, 5 Nov 2024 16:43:10 +0000 (17:43 +0100)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Fri, 22 Nov 2024 08:50:09 +0000 (09:50 +0100)
commit9c23be343420e3fe85f84cf98da955786f381d44
tree36a56b3e0324f8fb107f2c53e3d6a12b77185a32
parentb6b0a9d4a33e167fa73bf412cb2e6ba511fb496d
never use QFileInfo on possibly pure virtual placeholder file

will prevent some type of activity being added to the list from
triggering implicit hydration during synchronization

most probably breaks existing open actions on those activities

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/gui/tray/activitylistmodel.cpp