ui/widgets/glxzoomwidget/inc/glxzoomwidget.h
changeset 44 aa2fa096cbfb
parent 43 72396548277c
child 45 863223ea6961
--- a/ui/widgets/glxzoomwidget/inc/glxzoomwidget.h	Fri May 28 21:11:54 2010 +0530
+++ b/ui/widgets/glxzoomwidget/inc/glxzoomwidget.h	Fri Jun 11 17:53:15 2010 +0530
@@ -67,6 +67,7 @@
     protected:
     bool sceneEvent(QEvent *event);
     bool sceneEventFilter(QGraphicsItem *watched,QEvent *event);
+    void timerEvent(QTimerEvent *event);
     protected slots:
     void dataChanged(QModelIndex startIndex, QModelIndex endIndex);
 
@@ -130,6 +131,7 @@
     bool mPinchGestureOngoing; 
     //to check if decoded image is available
     bool mDecodedImageAvailable;
+    int mTimerId;
 
 };
 #endif  //GLXZOOMWIDGET_H