Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2014-03-17 14:34:51 +0400
committerOlivier Goffart <ogoffart@woboq.com>2014-03-17 14:34:51 +0400
commit7b482c0e9656453aeb58b98c70618b59e3bdf6fb (patch)
treecec1bf0c9ebf17467a99de33980121da407be47a /src/CMakeLists.txt
parentbf5091d862749ff9978d38ab552e4f44ad99b08f (diff)
Rename CSyncThread to SyncEngine
CSyncThread has not been a thread for a long time now
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 6cd6d36f8..927de74c8 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -68,7 +68,7 @@ set(libsync_SRCS
mirall/folderwatcher.cpp
mirall/syncresult.cpp
mirall/mirallconfigfile.cpp
- mirall/csyncthread.cpp
+ mirall/syncengine.cpp
mirall/owncloudpropagator.cpp
mirall/propagatorjobs.cpp
mirall/propagator_qnam.cpp
@@ -118,7 +118,7 @@ set(libsync_HEADERS
mirall/folderman.h
mirall/folder.h
mirall/folderwatcher.h
- mirall/csyncthread.h
+ mirall/syncengine.h
mirall/owncloudpropagator.h
mirall/owncloudpropagator_p.h
mirall/propagator_qnam.h
@@ -178,7 +178,7 @@ ENDIF()
# These headers are installed for libowncloudsync to be used by 3rd party apps
set(owncloudsync_HEADERS
mirall/account.h
- mirall/csyncthread.h
+ mirall/syncengine.h
mirall/folder.h
mirall/folderman.h
mirall/folderwatcher.h