summaryrefslogtreecommitdiff
path: root/graphicswatchlet.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-09-16 20:51:27 +0200
committerJavier <javier@pcjavier.(none)>2011-09-16 20:51:27 +0200
commitb6060852c4b317cd73043cdc82b652d187d952fd (patch)
treea5795eb33379e7172cd16962c131b8bac8db16da /graphicswatchlet.h
parentaa1c0fd3146b4ed055d181c99d52463afa6bedbb (diff)
downloadsowatch-b6060852c4b317cd73043cdc82b652d187d952fd.tar.gz
sowatch-b6060852c4b317cd73043cdc82b652d187d952fd.zip
Fixing some bugs in damage tracking on real N950
Diffstat (limited to 'graphicswatchlet.h')
-rw-r--r--graphicswatchlet.h4
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;