LocalDiscoveryTracker: Separate from Folder and move to libsync
authorChristian Kamm <mail@ckamm.de>
Tue, 17 Apr 2018 09:23:37 +0000 (11:23 +0200)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:57:51 +0000 (10:57 +0100)
commit765c12dae1bc84a3eb1fc666b7b5e6e18d246b8d
treeeb6a2a923a8cfd1c7503e6c32047d87d7da5f9d3
parent7969067f80a84aa4e2badc7315d95cd01ea6b1af
LocalDiscoveryTracker: Separate from Folder and move to libsync

To allow relevant code to be closer together and for testing in
unittests without having to get a gui Folder.

See #6120
src/gui/folder.cpp
src/gui/folder.h
src/libsync/CMakeLists.txt
src/libsync/localdiscoverytracker.cpp [new file with mode: 0644]
src/libsync/localdiscoverytracker.h [new file with mode: 0644]
test/CMakeLists.txt
test/testlocaldiscovery.cpp [new file with mode: 0644]
test/testsyncengine.cpp