changeset 17 | 69946d1824c4 |
parent 15 | cf5481c2bc0b |
--- a/videocollection/tsrc/stubs/inc/hblistwidget.h Fri Apr 16 14:59:52 2010 +0300 +++ b/videocollection/tsrc/stubs/inc/hblistwidget.h Mon May 03 12:32:50 2010 +0300 @@ -25,9 +25,9 @@ Q_OBJECT public: - HbListWidget(QGraphicsItem *parent = 0) : HbWidget(parent) {}; - virtual ~HbListWidget(); - + HbListWidget(QGraphicsItem *parent = 0) : HbWidget(parent) {} + virtual ~HbListWidget() {} + }; #endif // HBLISTWIDGET_H