diff options
-rw-r--r-- | Swift/QtUI/Roster/GroupItemDelegate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/Roster/GroupItemDelegate.h b/Swift/QtUI/Roster/GroupItemDelegate.h index 1378e14..5d8ba0f 100644 --- a/Swift/QtUI/Roster/GroupItemDelegate.h +++ b/Swift/QtUI/Roster/GroupItemDelegate.h @@ -14,7 +14,7 @@ namespace Swift { class QtTreeWidgetItem; - class GroupItemDelegate : public QStyledItemDelegate { + class GroupItemDelegate { public: GroupItemDelegate(); QSize sizeHint(const QStyleOptionViewItem& option, const QModelIndex& index) const; |