diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-08-03 22:29:26 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-08-03 22:29:26 +0000 |
| commit | 83c60a1012f2db6c21c5779f7e11b2f3e479df85 (patch) | |
| tree | c4ceb451457fe34cd0df156d0b9a6ecc593496ac /utils/themeeditor/themeeditor.pro | |
| parent | 851be21f671feb0bf41e1dcaaced4d7e2e5cf72c (diff) | |
| download | rockbox-83c60a1012f2db6c21c5779f7e11b2f3e479df85.zip rockbox-83c60a1012f2db6c21c5779f7e11b2f3e479df85.tar.gz rockbox-83c60a1012f2db6c21c5779f7e11b2f3e479df85.tar.bz2 rockbox-83c60a1012f2db6c21c5779f7e11b2f3e479df85.tar.xz | |
Theme Editor: Created the RBMovable abstract class for screen elements that can be moved around, began implementing it and making images, viewports, and album art children of it
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27685 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
| -rw-r--r-- | utils/themeeditor/themeeditor.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index bf2be3a..da5fe41 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -106,7 +106,8 @@ HEADERS += models/parsetreemodel.h \ qtfindreplacedialog/finddialog.h \ gui/projectexporter.h \ gui/targetdownloader.h \ - gui/syntaxcompleter.h + gui/syntaxcompleter.h \ + graphics/rbmovable.h SOURCES += main.cpp \ models/parsetreemodel.cpp \ models/parsetreenode.cpp \ @@ -147,7 +148,8 @@ SOURCES += main.cpp \ qtfindreplacedialog/finddialog.cpp \ gui/projectexporter.cpp \ gui/targetdownloader.cpp \ - gui/syntaxcompleter.cpp + gui/syntaxcompleter.cpp \ + graphics/rbmovable.cpp OTHER_FILES += README \ resources/windowicon.png \ resources/appicon.xcf \ |