From c6df72ffb7fa549e817dc3d71d2762d8071eb0cb Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Wed, 28 Sep 2011 23:01:21 +0200 Subject: fixing a problem with the play/pause button --- libsowatch/graphicswatchlet.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libsowatch/graphicswatchlet.h') diff --git a/libsowatch/graphicswatchlet.h b/libsowatch/graphicswatchlet.h index 61b68bf..6456a18 100644 --- a/libsowatch/graphicswatchlet.h +++ b/libsowatch/graphicswatchlet.h @@ -20,8 +20,8 @@ public: QGraphicsScene* scene(); void setScene(QGraphicsScene* scene); - static const int frameDelay = 20; - static const int busyFrameDelay = 40; + static const int frameDelay = 25; + static const int busyFrameDelay = 50; protected: void activate(); @@ -35,7 +35,6 @@ private slots: void frameTimeout(); private: - QRegion _damaged; }; -- cgit v1.2.3