--- a/src/hbwidgets/widgets/hbcheckbox.h Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbwidgets/widgets/hbcheckbox.h Mon May 03 12:48:33 2010 +0300
@@ -70,9 +70,13 @@
virtual bool hitButton( const QPointF &pos ) const;
virtual void checkStateSet( );
virtual void nextCheckState( );
-
+#ifndef HB_GESTURE_FW
void mouseReleaseEvent( QGraphicsSceneMouseEvent *event );
void mouseMoveEvent(QGraphicsSceneMouseEvent *event);
+#endif
+#ifdef HB_GESTURE_FW
+ virtual void gestureEvent(QGestureEvent *event);
+#endif
void keyPressEvent(QKeyEvent *keyEvent);
QVariant itemChange( GraphicsItemChange change, const QVariant &value );
@@ -82,6 +86,7 @@
private:
Q_DECLARE_PRIVATE_D(d_ptr, HbCheckBox)
Q_DISABLE_COPY(HbCheckBox)
+
};