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:
authorMarkus Goetz <markus@woboq.com>2015-11-06 18:10:03 +0300
committerMarkus Goetz <markus@woboq.com>2015-11-06 18:10:50 +0300
commit4784b327e74adf04781485219f62282234dcca3f (patch)
tree48fa692bd94214118ca31b002816a51cb71ead1c /src/gui/folderstatusdelegate.h
parent1a1541ecd6abc8f8b6f29655500f8f0ba4606b79 (diff)
Folder Status: Use same fat ... icon as web
Diffstat (limited to 'src/gui/folderstatusdelegate.h')
-rw-r--r--src/gui/folderstatusdelegate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/folderstatusdelegate.h b/src/gui/folderstatusdelegate.h
index 1cea50e35..b299a30fe 100644
--- a/src/gui/folderstatusdelegate.h
+++ b/src/gui/folderstatusdelegate.h
@@ -26,6 +26,8 @@ class FolderStatusDelegate : public QStyledItemDelegate
{
Q_OBJECT
public:
+ QIcon m_moreIcon;
+ FolderStatusDelegate();
enum datarole { FolderAliasRole = Qt::UserRole + 100,
HeaderRole,