[Pkg-owncloud-commits] [owncloud-client] 113/164: Propagator:	Delete job on finish
    Sandro Knauß 
    hefee-guest at moszumanska.debian.org
       
    Sun Mar 22 11:57:00 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 8746914f3b5ca659b2726c609703597a81810af4
Author: Markus Goetz <markus at woboq.com>
Date:   Mon Mar 9 15:41:13 2015 +0100
    Propagator: Delete job on finish
---
 src/libsync/owncloudpropagator.cpp | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/src/libsync/owncloudpropagator.cpp b/src/libsync/owncloudpropagator.cpp
index f8d8eb1..f5e679e 100644
--- a/src/libsync/owncloudpropagator.cpp
+++ b/src/libsync/owncloudpropagator.cpp
@@ -126,6 +126,8 @@ void PropagateItemJob::done(SyncFileItem::Status status, const QString &errorStr
 
     emit completed(_item);
     emit finished(status);
+
+    deleteLater();
 }
 
 /**
-- 
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