From 025147effbee00db8bae931b3ef3df25052e0d96 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Fri, 16 Jul 2010 20:47:23 +0000 Subject: Theme Editor: Added target database, now populates combo box in new project dialog but otherwise not used yet git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27450 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/gui/newprojectdialog.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils/themeeditor/gui/newprojectdialog.h') diff --git a/utils/themeeditor/gui/newprojectdialog.h b/utils/themeeditor/gui/newprojectdialog.h index c59607c53f..6a54a133bc 100644 --- a/utils/themeeditor/gui/newprojectdialog.h +++ b/utils/themeeditor/gui/newprojectdialog.h @@ -35,6 +35,7 @@ public: { QString name; QString path; + QString target; bool sbs; bool wps; bool fms; @@ -46,6 +47,7 @@ public: { name = ""; path = ""; + target = ""; sbs = true; wps = true; fms = false; @@ -63,6 +65,7 @@ public: { name = other.name; path = other.path; + target = other.target; sbs = other.sbs; wps = other.wps; fms = other.fms; -- cgit v1.2.3