gstreamer_test_apps/QtGSTPlayer/views.cpp
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
--- a/gstreamer_test_apps/QtGSTPlayer/views.cpp	Tue Aug 31 15:30:33 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-#include <hbmainwindow.h>
-#include <hbview.h>
-//#include <hbformview.h>
-
-#include "views.h"
-
-// Helper methods for retrieving the views used in this application
-namespace Views {
-
-    // Store the mainwindow ptr here because we cannot call HbWidget::mainWindow() from these static functions.
-    HbMainWindow *win;
-    
-/*!
-  Returns the pointer to folder view.
-*/
-    HbView *folderView()
-    {
-    	// 0 since folderView was added first to the main window
-        return win->viewAt(0);
-    }
-    
-}