diff -r bbb98528c666 -r 3738fe97f027 videocollection/tsrc/stubs/src/videolistview.cpp --- a/videocollection/tsrc/stubs/src/videolistview.cpp Thu Apr 01 23:22:15 2010 +0300 +++ b/videocollection/tsrc/stubs/src/videolistview.cpp Thu Apr 01 23:32:44 2010 +0300 @@ -43,8 +43,6 @@ VideoListView::~VideoListView() { - VideoListViewData::reset(); - // disconnect signals disconnect(); } @@ -204,6 +202,11 @@ // not stubbed } +void VideoListView::removeVideosFromCollectionSlot() +{ + // not stubbed +} + void VideoListView::aboutToShowMainMenuSlot() { // not stubbed @@ -226,11 +229,6 @@ // not stubbed } -void VideoListView::openSortByMenuSlot() -{ - // not stubbed -} - void VideoListView::widgetReadySlot(QGraphicsWidget *widget, const QString &name) { Q_UNUSED(widget); @@ -245,6 +243,27 @@ // not stubbed } + +void VideoListView::finishCollectionOpenedSlot(const HbEffect::EffectStatus &status) +{ + Q_UNUSED(status); +} + +void VideoListView::finishCollectionClosedSlot(const HbEffect::EffectStatus &status) +{ + Q_UNUSED(status); +} + +void VideoListView::doSorting(int value) +{ + Q_UNUSED(value); +} + +void VideoListView::doDelayedsSlot() +{ + // not stubbed +} + void VideoListView::debugNotImplementedYet() { // not stubbed