ensure SyncEngine use an initialized instance of SyncOptions
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Thu, 4 Aug 2022 11:45:28 +0000 (13:45 +0200)
committerallexzander <allexzander@users.noreply.github.com>
Mon, 8 Aug 2022 09:36:37 +0000 (12:36 +0300)
commit8551a14c48bbfac15785a4cc00ab19aa9fc46f3e
tree466aa99001078354735b5d65643c68256880dc38
parent2d8fb14e198f2e617337692f8cb28010d9ebdc53
ensure SyncEngine use an initialized instance of SyncOptions

will prevent nextcloudcmd command line client from ignoring the settings
handled by SyncOptions

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/cmd/cmd.cpp
src/gui/folder.cpp
src/gui/folder.h
src/gui/socketapi/socketuploadjob.cpp
src/libsync/syncengine.cpp
src/libsync/syncengine.h
test/syncenginetestutils.cpp