diff -r 4b0c6ed43234 -r 8e837d1bf446 QtGSTPlayer/views.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/QtGSTPlayer/views.h Wed Mar 24 18:04:17 2010 -0500 @@ -0,0 +1,15 @@ +#ifndef VIEWS_H +#define VIEWS_H + +class HbView; +//class HbFormView; +class HbMainWindow; + +namespace Views +{ + extern HbMainWindow *win; + HbView *folderView(); + //HbFormView *settingsView(); +} + +#endif // VIEWS_H