QtGSTPlayer/views.h
changeset 16 8e837d1bf446
equal deleted inserted replaced
15:4b0c6ed43234 16:8e837d1bf446
       
     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