[Pkg-owncloud-commits] [owncloud-client] 74/484: folderstatusmodel.h: Fix warning

Sandro Knauß hefee-guest at moszumanska.debian.org
Wed Dec 16 00:37:15 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 c3754e1fdda28b6bc4b29d1c09cbfd6cb942c94c
Author: Markus Goetz <markus at woboq.com>
Date:   Thu Oct 15 17:27:29 2015 +0200

    folderstatusmodel.h: Fix warning
---
 src/gui/folderstatusmodel.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gui/folderstatusmodel.h b/src/gui/folderstatusmodel.h
index b5f3de1..f12de02 100644
--- a/src/gui/folderstatusmodel.h
+++ b/src/gui/folderstatusmodel.h
@@ -144,7 +144,7 @@ signals:
     void dirtyChanged();
     void suggestExpand(const QModelIndex &); // Tell the view that this item should be expanded because it has an undecided item
 
-    friend class SubFolderInfo;
+    friend struct SubFolderInfo;
 };
 
 } // namespace OCC

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