diff -r 17f382c040b1 -r 518105d52e45 videocollection/tsrc/stubs/src/videohintwidget.cpp --- a/videocollection/tsrc/stubs/src/videohintwidget.cpp Fri Jul 02 17:14:33 2010 +0300 +++ b/videocollection/tsrc/stubs/src/videohintwidget.cpp Thu Jul 08 13:05:19 2010 +0300 @@ -25,8 +25,6 @@ QGraphicsItem *parent): HbWidget(parent), mUiLoader(uiLoader), - mServiceIcon(0), - mAddVideosIcon(0), mCurrentLevel(AllVideos) { // NOP @@ -37,10 +35,10 @@ // nop } -int VideoHintWidget::initialize() +void VideoHintWidget::initialize() { // not stubbed - return 0; + return; } void VideoHintWidget::setLevel(HintLevel level)