diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2011-09-28 23:01:21 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2011-09-28 23:01:21 +0200 |
commit | c6df72ffb7fa549e817dc3d71d2762d8071eb0cb (patch) | |
tree | 8f57bc78ebc70e06a1676ec593521438c648fdf0 /libsowatch/graphicswatchlet.h | |
parent | 3dc79838b5484aba0d805a3c5dac4c0e26503ac6 (diff) | |
download | sowatch-c6df72ffb7fa549e817dc3d71d2762d8071eb0cb.tar.gz sowatch-c6df72ffb7fa549e817dc3d71d2762d8071eb0cb.zip |
fixing a problem with the play/pause button
Diffstat (limited to 'libsowatch/graphicswatchlet.h')
-rw-r--r-- | libsowatch/graphicswatchlet.h | 5 |
1 files changed, 2 insertions, 3 deletions
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; }; |