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>2018-08-21 10:59:39 +0300
committerOlivier Goffart <olivier@woboq.com>2018-08-21 11:36:44 +0300
commit4194025eeb925f1eaabd847bd925a52df9221044 (patch)
tree5e073e8ea1dc4ceaa59478d0fb610e9d62616d99 /src/gui/folderstatusdelegate.h
parent4dc2a70031e426b0ea580c36d93c453ab7029ce6 (diff)
Account Settings: the info text should not be clickable
Adjustment for #6723
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 27d172bb0..dbb116b08 100644
--- a/src/gui/folderstatusdelegate.h
+++ b/src/gui/folderstatusdelegate.h
@@ -58,7 +58,7 @@ public:
* return the position of the option button within the item
*/
static QRect optionsButtonRect(QRect within, Qt::LayoutDirection direction);
- static QRect errorsListRect(QRect within);
+ static QRect errorsListRect(QRect within, const QModelIndex &);
static int rootFolderHeightWithoutErrors(const QFontMetrics &fm, const QFontMetrics &aliasFm);
private: