[Pkg-owncloud-commits] [owncloud-client] 58/333: Accountsettings: Fix warning

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Apr 17 23:16:33 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 b7c7c9f3ebe3c35bb17ccbfd8916e746f3428949
Author: Markus Goetz <markus at woboq.com>
Date:   Wed Feb 19 10:59:57 2014 +0100

    Accountsettings: Fix warning
---
 src/mirall/accountsettings.cpp | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/mirall/accountsettings.cpp b/src/mirall/accountsettings.cpp
index f320751..301b755 100644
--- a/src/mirall/accountsettings.cpp
+++ b/src/mirall/accountsettings.cpp
@@ -635,6 +635,12 @@ void AccountSettings::slotSetProgress(const QString& folder, const Progress::Inf
     case Progress::NormalError:
     case Progress::FatalError:
         break;
+    case Progress::StartLocalUpdate:
+    case Progress::EndLocalUpdate:
+    case Progress::StartRemoteUpdate:
+    case Progress::EndRemoteUpdate:
+        // FIXME could be interesting to show this to the user
+        break;
     }
 
     QString fileProgressString;

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