[Pkg-owncloud-commits] [owncloud-client] 140/175: Rename thread to SyncEngine Thread to avoid confusion about Neon.

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Aug 8 10:36:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit fc2ceb88fb978c53c6207beb96ca5ff9a176bc2a
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Sat Jun 6 10:49:24 2015 +0200

    Rename thread to SyncEngine Thread to avoid confusion about Neon.
---
 src/libsync/syncengine.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libsync/syncengine.cpp b/src/libsync/syncengine.cpp
index f1307ac..ebeb734 100644
--- a/src/libsync/syncengine.cpp
+++ b/src/libsync/syncengine.cpp
@@ -75,7 +75,7 @@ SyncEngine::SyncEngine(AccountPtr account, CSYNC *ctx, const QString& localPath,
     qRegisterMetaType<SyncFileItem::Status>("SyncFileItem::Status");
     qRegisterMetaType<Progress::Info>("Progress::Info");
 
-    _thread.setObjectName("CSync_Neon_Thread");
+    _thread.setObjectName("SyncEngine_Thread");
     _thread.start();
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list