diff -r 17f382c040b1 -r 518105d52e45 videocollection/tsrc/stubs/src/videolistwidget.cpp --- a/videocollection/tsrc/stubs/src/videolistwidget.cpp Fri Jul 02 17:14:33 2010 +0300 +++ b/videocollection/tsrc/stubs/src/videolistwidget.cpp Thu Jul 08 13:05:19 2010 +0300 @@ -219,16 +219,31 @@ // not stubbed } -void VideoListWidget::deleteItemDialogFinished(HbAction *action) +void VideoListWidget::deleteItemDialogFinished(int action) +{ + Q_UNUSED(action); + // not stubbed +} + +void VideoListWidget::removeCollectionDialogFinished(int action) { Q_UNUSED(action); // not stubbed } -void VideoListWidget::removeCollectionDialogFinished(HbAction *action) +void VideoListWidget::rowsInserted(const QModelIndex &parent, int start, int end) { - Q_UNUSED(action); + Q_UNUSED(parent); + Q_UNUSED(start); + Q_UNUSED(end); // not stubbed } +void VideoListWidget::rowsRemoved(const QModelIndex &parent, int start, int end) +{ + Q_UNUSED(parent); + Q_UNUSED(start); + Q_UNUSED(end); + // not stubbed +} // end of file