mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
Add live photo properties to remoteinfo struct
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
442dfcbe11
commit
eb2e83d210
1 changed files with 3 additions and 0 deletions
|
@ -87,6 +87,9 @@ struct RemoteInfo
|
||||||
qint64 lockTime = 0;
|
qint64 lockTime = 0;
|
||||||
qint64 lockTimeout = 0;
|
qint64 lockTimeout = 0;
|
||||||
QString lockToken;
|
QString lockToken;
|
||||||
|
|
||||||
|
bool isLivePhoto = false;
|
||||||
|
QString livePhotoFile;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct LocalInfo
|
struct LocalInfo
|
||||||
|
|
Loading…
Reference in a new issue