diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-07-03 06:08:59 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-07-03 06:08:59 +0000 |
| commit | fb09d6354c0b6badb449f532f40af9a8037377a3 (patch) | |
| tree | efe8844d87a8dec2239a7f88ca161583ebd6c869 /utils/themeeditor/gui/skindocument.cpp | |
| parent | 4b321649a8bf3879a33051e63f250985b97007e3 (diff) | |
| download | rockbox-fb09d6354c0b6badb449f532f40af9a8037377a3.zip rockbox-fb09d6354c0b6badb449f532f40af9a8037377a3.tar.gz rockbox-fb09d6354c0b6badb449f532f40af9a8037377a3.tar.bz2 rockbox-fb09d6354c0b6badb449f532f40af9a8037377a3.tar.xz | |
Theme Editor: Removed some old debug code in skindocument.cpp, began implementing a new find/replace dialog, due to licensing issues
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27252 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/gui/skindocument.cpp')
| -rw-r--r-- | utils/themeeditor/gui/skindocument.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/skindocument.cpp b/utils/themeeditor/gui/skindocument.cpp index 28e5297..9a381a9 100644 --- a/utils/themeeditor/gui/skindocument.cpp +++ b/utils/themeeditor/gui/skindocument.cpp @@ -29,6 +29,8 @@ #include <iostream> +#include <QDebug> + SkinDocument::SkinDocument(QLabel* statusLabel, ProjectModel* project, DeviceState* device, QWidget *parent) :TabContent(parent), statusLabel(statusLabel), |