ginebra2/ContentViews/GWebContentView.h
changeset 10 232fbd5a2dcb
parent 6 1c3b8676e58c
child 15 73c48011b8c7
--- a/ginebra2/ContentViews/GWebContentView.h	Tue Jul 06 14:03:49 2010 +0300
+++ b/ginebra2/ContentViews/GWebContentView.h	Wed Aug 18 09:37:05 2010 +0300
@@ -127,18 +127,8 @@
            widget()->hide();
       }
 
-      bool gesturesEnabled() const { 
-#ifndef BEDROCK_TILED_BACKING_STORE
-		return m_touchNavigation->enabled(); 
-#endif	
-		return false;
-	  }
-
-      void setGesturesEnabled(bool value) { 
-#ifndef BEDROCK_TILED_BACKING_STORE		  
-		  m_touchNavigation->setEnabled(value); 
-#endif
-	  	}
+      bool gesturesEnabled() const;
+      void setGesturesEnabled(bool value);
 
       bool enabled() const;
       void setEnabled(bool value);