changeset 9 | 2a0f36a70380 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gstreamer_test_apps/QtGSTPlayer/views.h Mon May 03 12:47:24 2010 +0300 @@ -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