gstreamer_test_apps/QtGSTPlayer/views.h
branchRCL_3
changeset 29 567bb019e3e3
equal deleted inserted replaced
6:9b2c3c7a1a9c 29:567bb019e3e3
       
     1 #ifndef VIEWS_H
       
     2 #define VIEWS_H
       
     3 
       
     4 class HbView;
       
     5 //class HbFormView;
       
     6 class HbMainWindow;
       
     7 
       
     8 namespace Views
       
     9 {
       
    10     extern HbMainWindow *win;
       
    11     HbView *folderView();
       
    12     //HbFormView *settingsView();
       
    13 }
       
    14 
       
    15 #endif // VIEWS_H