[Pkg-owncloud-commits] [owncloud-client] 07/27: propagator_qnam Fix signal slot connection

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Jul 29 16:23:58 UTC 2014


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 51e9c5fd96b994570615394af6105630604cd9fd
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Tue Jul 15 17:52:01 2014 +0200

    propagator_qnam Fix signal slot connection
    
    Fix the signature so it can be connected
    
    This was hapenning if the derver does not support X-OC-MTime
    
    issue #1963
---
 src/mirall/propagator_qnam.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mirall/propagator_qnam.h b/src/mirall/propagator_qnam.h
index 40e15d9..6df32a6 100644
--- a/src/mirall/propagator_qnam.h
+++ b/src/mirall/propagator_qnam.h
@@ -99,7 +99,7 @@ private slots:
     void slotUploadProgress(qint64,qint64);
     void abort();
     void startNextChunk();
-    void finalize(const Mirall::SyncFileItem&);
+    void finalize(const SyncFileItem&);
 };
 
 

-- 
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