Add live photo properties to syncfileitem

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Claudio Cambra 2024-10-29 12:04:35 +08:00 committed by Matthieu Gallien
parent c465b7de85
commit 442dfcbe11

View file

@ -340,6 +340,9 @@ public:
bool _isAnyInvalidCharChild = false;
bool _isAnyCaseClashChild = false;
bool _isLivePhoto = false;
QString _livePhotoFile;
QString _discoveryResult;
};