diff -r 17f382c040b1 -r 518105d52e45 videocollection/tsrc/stubs/inc/hblistview.h --- a/videocollection/tsrc/stubs/inc/hblistview.h Fri Jul 02 17:14:33 2010 +0300 +++ b/videocollection/tsrc/stubs/inc/hblistview.h Thu Jul 08 13:05:19 2010 +0300 @@ -281,6 +281,26 @@ Q_UNUSED(name); } + /** + * dummy method + */ + void rowsInserted(const QModelIndex &parent, int start, int end) + { + Q_UNUSED(parent); + Q_UNUSED(start); + Q_UNUSED(end); + } + + /** + * dummy method + */ + void rowsRemoved(const QModelIndex &parent, int start, int end) + { + Q_UNUSED(parent); + Q_UNUSED(start); + Q_UNUSED(end); + } + public: /**