mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +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 lockTimeout = 0;
|
||||
QString lockToken;
|
||||
|
||||
bool isLivePhoto = false;
|
||||
QString livePhotoFile;
|
||||
};
|
||||
|
||||
struct LocalInfo
|
||||
|
|
Loading…
Reference in a new issue