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/themeeditor.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'utils/themeeditor/themeeditor.pro') diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index 5418bbf..0cecd2d 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -107,7 +107,8 @@ HEADERS += models/parsetreemodel.h \ gui/projectexporter.h \ gui/targetdownloader.h \ gui/syntaxcompleter.h \ - graphics/rbmovable.h + graphics/rbmovable.h \ + graphics/rbscene.h SOURCES += main.cpp \ models/parsetreemodel.cpp \ models/parsetreenode.cpp \ @@ -149,7 +150,8 @@ SOURCES += main.cpp \ gui/projectexporter.cpp \ gui/targetdownloader.cpp \ gui/syntaxcompleter.cpp \ - graphics/rbmovable.cpp + graphics/rbmovable.cpp \ + graphics/rbscene.cpp OTHER_FILES += README \ resources/windowicon.png \ resources/appicon.xcf \ -- cgit v1.1