mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
Add live photo properties to syncfileitem
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
c465b7de85
commit
442dfcbe11
1 changed files with 3 additions and 0 deletions
|
@ -340,6 +340,9 @@ public:
|
||||||
bool _isAnyInvalidCharChild = false;
|
bool _isAnyInvalidCharChild = false;
|
||||||
bool _isAnyCaseClashChild = false;
|
bool _isAnyCaseClashChild = false;
|
||||||
|
|
||||||
|
bool _isLivePhoto = false;
|
||||||
|
QString _livePhotoFile;
|
||||||
|
|
||||||
QString _discoveryResult;
|
QString _discoveryResult;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue