summaryrefslogtreecommitdiffstats
path: root/Swift
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-06-11 18:42:00 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-06-11 18:42:00 (GMT)
commit28584fcbc82974c51b8d9c3571238819085f266f (patch)
tree1fd28286ad1beac76c2fe5fb9fbaee5be9cde517 /Swift
parent094280d3a9cc10252f50f1787c14d08363db9f11 (diff)
downloadswift-28584fcbc82974c51b8d9c3571238819085f266f.zip
swift-28584fcbc82974c51b8d9c3571238819085f266f.tar.bz2
Avoid compiler warnings for the group delegate
Diffstat (limited to 'Swift')
-rw-r--r--Swift/QtUI/Roster/GroupItemDelegate.h2
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;