[Pkg-owncloud-commits] [owncloud-client] 338/484: ActivityWidget: fix compiler warnings

Sandro Knauß hefee-guest at moszumanska.debian.org
Wed Dec 16 00:38:02 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 11ef07c74a632dee34d8a1124c05ffaa992ecb88
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Tue Nov 17 09:54:38 2015 +0100

    ActivityWidget: fix compiler warnings
---
 src/gui/activitywidget.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gui/activitywidget.h b/src/gui/activitywidget.h
index df5e73c..441ae31 100644
--- a/src/gui/activitywidget.h
+++ b/src/gui/activitywidget.h
@@ -101,8 +101,8 @@ public:
     QVariant data(const QModelIndex &index, int role) const Q_DECL_OVERRIDE;
     int rowCount(const QModelIndex& parent = QModelIndex()) const Q_DECL_OVERRIDE;
 
-    bool canFetchMore(const QModelIndex& ) const;
-    void fetchMore(const QModelIndex&);
+    bool canFetchMore(const QModelIndex& ) const Q_DECL_OVERRIDE;
+    void fetchMore(const QModelIndex&) Q_DECL_OVERRIDE;
 
     ActivityList activityList() { return _finalList; }
 

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