gstreamer_test_apps/QtGSTPlayer/views.cpp
changeset 11 1373546e05c6
parent 9 2a0f36a70380
equal deleted inserted replaced
10:6f340f756486 11:1373546e05c6
    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 }