[Pkg-owncloud-commits] [owncloud-client] 61/333: OwncloudCmd: Register a meta type

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Apr 17 23:16:34 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 399b08ad40f45e0a6a0d1201b36c560afe3bf15e
Author: Markus Goetz <markus at woboq.com>
Date:   Wed Feb 19 12:00:16 2014 +0100

    OwncloudCmd: Register a meta type
---
 src/owncloudcmd/owncloudcmd.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/owncloudcmd/owncloudcmd.cpp b/src/owncloudcmd/owncloudcmd.cpp
index a053378..2854210 100644
--- a/src/owncloudcmd/owncloudcmd.cpp
+++ b/src/owncloudcmd/owncloudcmd.cpp
@@ -223,6 +223,7 @@ int main(int argc, char **argv) {
     SyncJournalDb db(options.source_dir);
     CSyncThread csyncthread(_csync_ctx, options.source_dir, QUrl(options.target_url).path(), folder, &db);
     QObject::connect(&csyncthread, SIGNAL(finished()), &app, SLOT(quit()));
+    qRegisterMetaType<Progress::Info>("Progress::Info");
     QObject::connect(&csyncthread, SIGNAL(transmissionProgress(Progress::Info)), &owncloudCmd, SLOT(transmissionProgressSlot(Progress::Info)));
     csyncthread.startSync();
 

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