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:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-10-12 13:33:33 +0300
committerHannah von Reth <vonreth@kde.org>2020-10-13 20:41:30 +0300
commit79eac35525d5facff5d936df697d0321ed98a011 (patch)
tree9db1525acd212457553fc8186fab1260656df7b2 /src/gui/folderstatusdelegate.cpp
parent7dd0aae07dc334db807f2f4412fc36030dd487df (diff)
Remove empty function override
Diffstat (limited to 'src/gui/folderstatusdelegate.cpp')
-rw-r--r--src/gui/folderstatusdelegate.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gui/folderstatusdelegate.cpp b/src/gui/folderstatusdelegate.cpp
index 52d381277..3dda99216 100644
--- a/src/gui/folderstatusdelegate.cpp
+++ b/src/gui/folderstatusdelegate.cpp
@@ -352,12 +352,6 @@ void FolderStatusDelegate::paint(QPainter *painter, const QStyleOptionViewItem &
}
}
-bool FolderStatusDelegate::editorEvent(QEvent *event, QAbstractItemModel *model,
- const QStyleOptionViewItem &option, const QModelIndex &index)
-{
- return QStyledItemDelegate::editorEvent(event, model, option, index);
-}
-
QRect FolderStatusDelegate::optionsButtonRect(QRect within, Qt::LayoutDirection direction)
{
QFont font = QFont();