summaryrefslogtreecommitdiff
path: root/utils/themeeditor/graphics/rbscreen.h
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-06-26 05:51:07 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-06-26 05:51:07 +0000
commit5300c7014d602c57fcae7f6619f5138d83ba33c0 (patch)
tree2fff7d8ac48dfc7c3395c57c31efdc7b90707d61 /utils/themeeditor/graphics/rbscreen.h
parentc32728c91c2579688d3e7ffc4afbea1acf2385e0 (diff)
downloadrockbox-5300c7014d602c57fcae7f6619f5138d83ba33c0.tar.gz
rockbox-5300c7014d602c57fcae7f6619f5138d83ba33c0.zip
Theme Editor: Added Show Viewports option to device configuration panel, implemented simple rendering of info tags from device configuration
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27136 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/graphics/rbscreen.h')
-rw-r--r--utils/themeeditor/graphics/rbscreen.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/themeeditor/graphics/rbscreen.h b/utils/themeeditor/graphics/rbscreen.h
index 8b5f2f4a16..25f7c07bd9 100644
--- a/utils/themeeditor/graphics/rbscreen.h
+++ b/utils/themeeditor/graphics/rbscreen.h
@@ -35,7 +35,8 @@ class RBScreen : public QGraphicsItem
35{ 35{
36 36
37public: 37public:
38 RBScreen(const RBRenderInfo& info, QGraphicsItem *parent = 0); 38 RBScreen(const RBRenderInfo& info, bool remote = false,
39 QGraphicsItem *parent = 0);
39 virtual ~RBScreen(); 40 virtual ~RBScreen();
40 41
41 QPainterPath shape() const; 42 QPainterPath shape() const;