diff options
author | Kevin Smith <git@kismith.co.uk> | 2010-06-11 18:42:00 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2010-06-11 18:42:00 (GMT) |
commit | 28584fcbc82974c51b8d9c3571238819085f266f (patch) | |
tree | 1fd28286ad1beac76c2fe5fb9fbaee5be9cde517 /Swift | |
parent | 094280d3a9cc10252f50f1787c14d08363db9f11 (diff) | |
download | swift-28584fcbc82974c51b8d9c3571238819085f266f.zip swift-28584fcbc82974c51b8d9c3571238819085f266f.tar.bz2 |
Avoid compiler warnings for the group delegate
Diffstat (limited to 'Swift')
-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; |