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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2015-07-14 12:03:25 +0300
committerOlivier Goffart <ogoffart@woboq.com>2015-07-14 12:03:25 +0300
commitb485e8f97fb37c2f0cb7012b8146948d45602ec7 (patch)
tree20d0590975c6b20d7d1bcb6b74ec3993b1b558e0 /src/gui/folderstatusdelegate.h
parentab23368764a631689c18f89ba75daca144ca2904 (diff)
AccountSettings: disable the add folder button when syncing the entire owncloud #3438
Diffstat (limited to 'src/gui/folderstatusdelegate.h')
-rw-r--r--src/gui/folderstatusdelegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/folderstatusdelegate.h b/src/gui/folderstatusdelegate.h
index 1e63b61bc..a6585f3cf 100644
--- a/src/gui/folderstatusdelegate.h
+++ b/src/gui/folderstatusdelegate.h
@@ -44,7 +44,7 @@ public:
WarningCount,
SyncRunning,
- AddButton
+ AddButton // 1 = enabled; 2 = disabled
};
void paint( QPainter*, const QStyleOptionViewItem&, const QModelIndex& ) const Q_DECL_OVERRIDE;
QSize sizeHint( const QStyleOptionViewItem&, const QModelIndex& ) const Q_DECL_OVERRIDE;