From b3b955f80f5f9f17e8cdad0d1ff4385cb419ea4e Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Tue, 29 Oct 2024 12:05:07 +0800 Subject: [PATCH] Add live photo properties to sync journal file record Signed-off-by: Claudio Cambra --- src/common/syncjournalfilerecord.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/syncjournalfilerecord.h b/src/common/syncjournalfilerecord.h index c7321c15f5..4d299e3a9f 100644 --- a/src/common/syncjournalfilerecord.h +++ b/src/common/syncjournalfilerecord.h @@ -88,6 +88,8 @@ public: bool _isShared = false; qint64 _lastShareStateFetchedTimestamp = 0; bool _sharedByMe = false; + bool _isLivePhoto = false; + QString _livePhotoFile; }; QDebug& operator<<(QDebug &stream, const SyncJournalFileRecord::EncryptionStatus status);