mirror of
https://github.com/nextcloud/desktop.git
synced 2024-12-15 02:01:38 +03:00
Remove SelectiveSyncText
It is unused and there were compiler warnings about it not appearing it various switch() statements.
This commit is contained in:
parent
0d30e01e98
commit
dbddabfcd7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue