diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-06-06 02:11:04 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-06-06 02:11:04 +0000 |
| commit | 5619b4f6cf968b8d5820d214790ec29f7f109a63 (patch) | |
| tree | 39efebbd0ae096fa742b46dc9989f0669e624cd2 /utils/themeeditor/skindocument.h | |
| parent | bc9b353c3e6f44d61fea7b352ccca915ef62a5d8 (diff) | |
| download | rockbox-5619b4f6cf968b8d5820d214790ec29f7f109a63.zip rockbox-5619b4f6cf968b8d5820d214790ec29f7f109a63.tar.gz rockbox-5619b4f6cf968b8d5820d214790ec29f7f109a63.tar.bz2 rockbox-5619b4f6cf968b8d5820d214790ec29f7f109a63.tar.xz | |
Theme Editor: Added code generation with tabs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26608 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/skindocument.h')
| -rw-r--r-- | utils/themeeditor/skindocument.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/themeeditor/skindocument.h b/utils/themeeditor/skindocument.h index d00c81f..f222543 100644 --- a/utils/themeeditor/skindocument.h +++ b/utils/themeeditor/skindocument.h @@ -41,6 +41,7 @@ public: ParseTreeModel* getModel(){ return model; } QString getTitle(){ return title; } + void genCode(){ editor->document()->setPlainText(model->genCode()); } void save(); void saveAs(); |