Move SyncFileStatus to libcommon
authorChristian Kamm <mail@ckamm.de>
Mon, 21 Jan 2019 10:13:17 +0000 (11:13 +0100)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:58:37 +0000 (10:58 +0100)
commitfe27804afbd47e524732b79b252ef1179b1f50c0
tree39710ab652c758f14a749611600f562a915220ad
parent1cc41427fcd9e0b4cc6ee2257846157d590fa71e
Move SyncFileStatus to libcommon

It'll be needed in vfs plugins so they can connect to the data coming
out of SyncFileStatusTracker.
src/common/common.cmake
src/common/syncfilestatus.cpp [new file with mode: 0644]
src/common/syncfilestatus.h [new file with mode: 0644]
src/gui/socketapi.h
src/libsync/CMakeLists.txt
src/libsync/syncengine.cpp
src/libsync/syncfilestatus.cpp [deleted file]
src/libsync/syncfilestatus.h [deleted file]
src/libsync/syncfilestatustracker.h