gstreamer_test_apps/QtGSTPlayer/views.h
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
     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