diff -r 45e72b57a2fd -r e3cecb93e76a videocollection/tsrc/stubs/inc/hblistview.h --- a/videocollection/tsrc/stubs/inc/hblistview.h Tue Jul 06 14:17:50 2010 +0300 +++ b/videocollection/tsrc/stubs/inc/hblistview.h Wed Aug 18 09:50:14 2010 +0300 @@ -281,6 +281,34 @@ 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); + } + + /** + * Dummy method + */ + void setItemPixmapCacheEnabled(bool enabled) + { + Q_UNUSED(enabled); + } + public: /**