gstreamer_test_apps/QtGSTPlayer/views.h
changeset 9 2a0f36a70380
equal deleted inserted replaced
8:4a7fac7dd34a 9:2a0f36a70380
       
     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