camerauis/cameraxui/cxui/src/cxuiview.cpp
changeset 46 c826656d6714
parent 42 feebad15db8c
child 52 7e18d488ac5f
--- a/camerauis/cameraxui/cxui/src/cxuiview.cpp	Thu Jul 15 01:53:45 2010 +0300
+++ b/camerauis/cameraxui/cxui/src/cxuiview.cpp	Fri Aug 06 10:03:37 2010 +0300
@@ -268,19 +268,8 @@
         mHideControlsTimeout.stop();
     }
 
-    // Hide title bar and status bar.
-    //!@todo: View flags property is missing from HbView, so can't set these in DocML.
-    HbView::HbViewFlags flags(HbView::ViewTitleBarTransparent
-                            | HbView::ViewTitleBarFloating
-                            | HbView::ViewTitleBarHidden
-                            | HbView::ViewStatusBarTransparent
-                            | HbView::ViewStatusBarFloating
-                            | HbView::ViewStatusBarHidden);
-    setViewFlags(flags);
-    //!@todo: Once the flags are defined in DocML, we can just use these convenience functions
-    //        to hide the title bar and status bar here.
-    //setTitleBarVisible(false);
-    //setStatusBarVisible(false);
+    setTitleBarVisible(false);
+    setStatusBarVisible(false);
 
     hideZoom();