Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kamm <kamm@incasoftware.de>2015-04-23 15:13:33 +0300
committerChristian Kamm <kamm@incasoftware.de>2015-04-23 15:13:33 +0300
commitdbddabfcd7b61485125dc31f80e12b6af69b9154 (patch)
tree3084b186fc99323570e212b08fdc918d3802335c /src/gui/folderstatusmodel.h
parent0d30e01e98fc20e50bee045cd53b368b9f50dbf6 (diff)
Remove SelectiveSyncText
It is unused and there were compiler warnings about it not appearing it various switch() statements.
Diffstat (limited to 'src/gui/folderstatusmodel.h')
-rw-r--r--src/gui/folderstatusmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/folderstatusmodel.h b/src/gui/folderstatusmodel.h
index e8945b259..804f1f088 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;