--- 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)