videocollection/tsrc/stubs/src/hbmainwindow.cpp
changeset 35 3738fe97f027
parent 34 bbb98528c666
child 36 8aed59de29f9
--- a/videocollection/tsrc/stubs/src/hbmainwindow.cpp	Thu Apr 01 23:22:15 2010 +0300
+++ b/videocollection/tsrc/stubs/src/hbmainwindow.cpp	Thu Apr 01 23:32:44 2010 +0300
@@ -48,7 +48,11 @@
     return mViews;
 }
 
-HbView *currentView() const
+HbView* HbMainWindow::currentView() const
 {
+    if(mViews.count())
+    {
+        return mViews.at(0);
+    }
     return 0;
 }