diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2011-09-16 20:51:27 +0200 |
---|---|---|
committer | Javier <javier@pcjavier.(none)> | 2011-09-16 20:51:27 +0200 |
commit | b6060852c4b317cd73043cdc82b652d187d952fd (patch) | |
tree | a5795eb33379e7172cd16962c131b8bac8db16da /graphicswatchlet.h | |
parent | aa1c0fd3146b4ed055d181c99d52463afa6bedbb (diff) | |
download | sowatch-b6060852c4b317cd73043cdc82b652d187d952fd.tar.gz sowatch-b6060852c4b317cd73043cdc82b652d187d952fd.zip |
Fixing some bugs in damage tracking on real N950
Diffstat (limited to 'graphicswatchlet.h')
-rw-r--r-- | graphicswatchlet.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/graphicswatchlet.h b/graphicswatchlet.h index abf1da2..9754062 100644 --- a/graphicswatchlet.h +++ b/graphicswatchlet.h @@ -17,10 +17,6 @@ public: QGraphicsScene* scene(); void setScene(QGraphicsScene* scene); -signals: - -public slots: - protected: QGraphicsScene* _scene; QRegion _damaged; |