[Pkg-owncloud-commits] [owncloud-client] 40/498: Remove SelectiveSyncText
Sandro Knauß
hefee-guest at moszumanska.debian.org
Tue Aug 11 14:48:31 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 dbddabfcd7b61485125dc31f80e12b6af69b9154
Author: Christian Kamm <kamm at incasoftware.de>
Date: Thu Apr 23 14:13:33 2015 +0200
Remove SelectiveSyncText
It is unused and there were compiler warnings about it not
appearing it various switch() statements.
---
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 e8945b2..804f1f0 100644
--- a/src/gui/folderstatusmodel.h
+++ b/src/gui/folderstatusmodel.h
@@ -61,7 +61,7 @@ public:
mutable QVector<SubFolderInfo> _folders;
- enum ItemType { RootFolder, SubFolder, AddButton, SelectiveSyncText };
+ enum ItemType { RootFolder, SubFolder, AddButton/*, SelectiveSyncText*/ };
ItemType classify(const QModelIndex &index) const;
SubFolderInfo *infoForIndex(const QModelIndex &index) const;
--
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