summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui/skindocument.cpp
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-07-03 06:08:59 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-07-03 06:08:59 +0000
commitfb09d6354c0b6badb449f532f40af9a8037377a3 (patch)
treeefe8844d87a8dec2239a7f88ca161583ebd6c869 /utils/themeeditor/gui/skindocument.cpp
parent4b321649a8bf3879a33051e63f250985b97007e3 (diff)
downloadrockbox-fb09d6354c0b6badb449f532f40af9a8037377a3.tar.gz
rockbox-fb09d6354c0b6badb449f532f40af9a8037377a3.zip
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.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/skindocument.cpp b/utils/themeeditor/gui/skindocument.cpp
index 28e5297b48..9a381a9589 100644
--- a/utils/themeeditor/gui/skindocument.cpp
+++ b/utils/themeeditor/gui/skindocument.cpp
@@ -29,6 +29,8 @@
29 29
30#include <iostream> 30#include <iostream>
31 31
32#include <QDebug>
33
32SkinDocument::SkinDocument(QLabel* statusLabel, ProjectModel* project, 34SkinDocument::SkinDocument(QLabel* statusLabel, ProjectModel* project,
33 DeviceState* device, QWidget *parent) 35 DeviceState* device, QWidget *parent)
34 :TabContent(parent), statusLabel(statusLabel), 36 :TabContent(parent), statusLabel(statusLabel),