diff -r ccee5c4b0de4 -r 45459746d5e8 ui/widgets/glxzoomwidget/inc/glxzoomwidget.h --- a/ui/widgets/glxzoomwidget/inc/glxzoomwidget.h Mon Sep 20 12:39:08 2010 +0530 +++ b/ui/widgets/glxzoomwidget/inc/glxzoomwidget.h Mon Sep 27 15:13:20 2010 +0530 @@ -81,6 +81,8 @@ void modelDestroyed(); private: + void springEffectAtMin(); + void springEffectAtMax(); bool executeGestureEvent(QGraphicsItem *source,QGestureEvent *event); //Responsible for changing the transforms of the widget wrt the ZF and center //Also adjusts the ZF, center and final size so as to respect the boundaries @@ -155,5 +157,6 @@ QSizeF minitSize; //counter to track the double tap animation steps int mdoubletapSteps; + bool mDoubleTap; }; #endif //GLXZOOMWIDGET_H