]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/settings/serviceitemdelegate.cpp
Allow compiling Dolphin with KF5
[dolphin.git] / src / settings / serviceitemdelegate.cpp
index 7538e038bd706a2f5812bca54053d6e910e8e260..8058b369bb1e6b6f9b7092655aac987e4efbe1c8 100644 (file)
@@ -66,7 +66,7 @@ void ServiceItemDelegate::paint(QPainter* painter, const QStyleOptionViewItem& o
     painter->restore();
 }
 
-QList<QWidget*> ServiceItemDelegate::createItemWidgets() const
+QList<QWidget*> ServiceItemDelegate::createItemWidgets(const QModelIndex&) const
 {
     QCheckBox* checkBox = new QCheckBox();
     QPalette palette = checkBox->palette();