From 4a4699692270906976a9bc99d4c11f625fd756c6 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Sat, 17 Jul 2010 00:35:54 +0000 Subject: Theme Editor: Integrated target db with project creation code. Now changing the target option in the New Project dialog will change the available options for wps documents, and the target id is stored in the new config file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27451 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/gui/newprojectdialog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/themeeditor/gui/newprojectdialog.h') diff --git a/utils/themeeditor/gui/newprojectdialog.h b/utils/themeeditor/gui/newprojectdialog.h index 6a54a133bc..7d1a710a1d 100644 --- a/utils/themeeditor/gui/newprojectdialog.h +++ b/utils/themeeditor/gui/newprojectdialog.h @@ -88,6 +88,7 @@ public slots: private slots: void browse(); + void targetChange(int target); private: Ui::NewProjectDialog *ui; -- cgit v1.2.3