forked from len0rd/rockbox
Theme Editor: Opening an already opened document no longer spawns a new tab
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26736 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2c29abdfde
commit
cb26aecf92
2 changed files with 14 additions and 1 deletions
|
@ -52,6 +52,7 @@ public:
|
|||
void connectPrefs(PreferencesDialog* prefs);
|
||||
|
||||
ParseTreeModel* getModel(){ return model; }
|
||||
QString getFile(){ return fileName; }
|
||||
QString getTitle(){ return title; }
|
||||
QString getStatus(){ return parseStatus; }
|
||||
void genCode(){ editor->document()->setPlainText(model->genCode()); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue