gstreamer_test_apps/QtGSTPlayer/views.cpp
branchGCC_SURGE
changeset 25 7ce29e50e9e1
parent 11 1373546e05c6
equal deleted inserted replaced
12:fae53e47b8b4 25:7ce29e50e9e1
    16     HbView *folderView()
    16     HbView *folderView()
    17     {
    17     {
    18     	// 0 since folderView was added first to the main window
    18     	// 0 since folderView was added first to the main window
    19         return win->viewAt(0);
    19         return win->viewAt(0);
    20     }
    20     }
    21 
    21     
    22 /*!
       
    23   Returns the pointer to settings view.
       
    24 */
       
    25   /*  HbFormView *settingsView()
       
    26     {
       
    27 	    // 1 since settingsView was the second view added
       
    28         return static_cast<HbFormView *>(win->viewAt(1));
       
    29     }
       
    30     */
       
    31 }
    22 }