diff -r 13331705e488 -r 229f037ce963 videocollection/tsrc/stubs/src/videolistwidget.cpp --- a/videocollection/tsrc/stubs/src/videolistwidget.cpp Fri Jun 11 09:44:20 2010 +0300 +++ b/videocollection/tsrc/stubs/src/videolistwidget.cpp Thu Jun 24 09:49:13 2010 +0300 @@ -33,7 +33,6 @@ mVideoServices(0), mCurrentLevel(VideoCollectionCommon::ELevelInvalid), mSignalsConnected(false), - mIsService(false), mNavKeyAction(0), mContextMenu(0), mSelectionMode(HbAbstractItemView::NoSelection), @@ -49,9 +48,9 @@ } int VideoListWidget::initialize(VideoSortFilterProxyModel &model, - VideoServices *videoServices, VideoCollectionCommon::TCollectionLevels level) + bool isService, VideoCollectionCommon::TCollectionLevels level) { - Q_UNUSED(videoServices); + Q_UNUSED(isService); VideoListWidgetData::mInitializeCount++; mModel = &model; @@ -178,6 +177,11 @@ // not stubbed } +void VideoListWidget::endVideoFecthingSlot() +{ + // not stubbed +} + void VideoListWidget::scrollingStartedSlot() { // not stubbed