diff options
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; }; |