[Pkg-owncloud-commits] [owncloud-client] 234/470: Remove superflous iterator increment

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu May 12 16:25:07 UTC 2016


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 2e30a0e5bc1e0bfa2a66186bb8f642c4347d4f2b
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Tue Mar 29 16:50:15 2016 +0200

    Remove superflous iterator increment
---
 src/gui/activitylistmodel.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gui/activitylistmodel.cpp b/src/gui/activitylistmodel.cpp
index ac27db1..26762a3 100644
--- a/src/gui/activitylistmodel.cpp
+++ b/src/gui/activitylistmodel.cpp
@@ -108,7 +108,6 @@ bool ActivityListModel::canFetchMore(const QModelIndex& ) const
                 return true;
             }
         }
-        ++i;
     }
 
     return false;

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