Move the proxyfiles to libsync where they make more sense
authorRoeland Jago Douma <roeland@famdouma.nl>
Sat, 21 Mar 2020 10:25:34 +0000 (11:25 +0100)
committerMichael Schuster <michael@schuster.ms>
Thu, 18 Jun 2020 16:38:06 +0000 (18:38 +0200)
commit50dcab5f8813f81394cb2e6ac2fa8740cce23b2f
treeeb751fe933d127f6690a01ecc741dd76781c73d5
parent9b9504c8606d3a33a8a7970a827a0e6ec1f1a968
Move the proxyfiles to libsync where they make more sense

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Michael Schuster <michael@schuster.ms>
src/gui/CMakeLists.txt
src/gui/clientproxy.cpp [deleted file]
src/gui/clientproxy.h [deleted file]
src/libsync/CMakeLists.txt
src/libsync/clientproxy.cpp [new file with mode: 0644]
src/libsync/clientproxy.h [new file with mode: 0644]
test/CMakeLists.txt