gstreamer_test_apps/QtGSTPlayer/views.h
branchRCL_3
changeset 29 567bb019e3e3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gstreamer_test_apps/QtGSTPlayer/views.h	Tue Aug 31 15:30:33 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