From df1ff115f50f77473efeec33bea670388e7e3325 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Fri, 6 Aug 2010 20:53:50 +0000 Subject: Theme Editor: Added coordinate display when moving mouse around preview window git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27738 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/gui/skindocument.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/themeeditor/gui/skindocument.h') diff --git a/utils/themeeditor/gui/skindocument.h b/utils/themeeditor/gui/skindocument.h index 5e72e29..bf47897 100644 --- a/utils/themeeditor/gui/skindocument.h +++ b/utils/themeeditor/gui/skindocument.h @@ -75,7 +75,7 @@ public: TabType type() const{ return Skin; } - QGraphicsScene* scene() + RBScene* scene() { return model->render(project, device, this, &fileName); } -- cgit v1.1