diff options
author | Robert Bieber <robby@bieberphoto.com> | 2010-08-09 19:37:23 +0000 |
---|---|---|
committer | Robert Bieber <robby@bieberphoto.com> | 2010-08-09 19:37:23 +0000 |
commit | d1a392a0e95b10fe9603fbd379a70b4cc0ddf22f (patch) | |
tree | b1ce5452aa5578c7cbc5e711373d73b52b797510 /utils/themeeditor/graphics/rbscene.h | |
parent | 77b682571f80b0aec9a16182600678a1b553a4bb (diff) | |
download | rockbox-d1a392a0e95b10fe9603fbd379a70b4cc0ddf22f.tar.gz rockbox-d1a392a0e95b10fe9603fbd379a70b4cc0ddf22f.zip |
Theme Editor: Co Used a more efficient/less error-prone system for rendering SBS documents underneath WPS documents
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27765 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/graphics/rbscene.h')
-rw-r--r-- | utils/themeeditor/graphics/rbscene.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/themeeditor/graphics/rbscene.h b/utils/themeeditor/graphics/rbscene.h index 2c4e0ee193..4cb0dfc2a4 100644 --- a/utils/themeeditor/graphics/rbscene.h +++ b/utils/themeeditor/graphics/rbscene.h | |||
@@ -24,6 +24,8 @@ | |||
24 | 24 | ||
25 | #include <QGraphicsScene> | 25 | #include <QGraphicsScene> |
26 | 26 | ||
27 | class RBScreen; | ||
28 | |||
27 | class RBScene : public QGraphicsScene | 29 | class RBScene : public QGraphicsScene |
28 | { | 30 | { |
29 | Q_OBJECT | 31 | Q_OBJECT |