summaryrefslogtreecommitdiffstats
path: root/utils/themeeditor/gui/editorwindow.h
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-07-07 20:56:16 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-07-07 20:56:16 +0000
commitde9ba10aabdbc3224194f6859f2e4f60ac98ceb5 (patch)
treea7df606e3dc46857dea54b4f3aaca20e1c311ca0 /utils/themeeditor/gui/editorwindow.h
parent80fa0efd1fb775b396652a1a9c3308d6cbfcc8f3 (diff)
downloadrockbox-de9ba10aabdbc3224194f6859f2e4f60ac98ceb5.tar.gz
rockbox-de9ba10aabdbc3224194f6859f2e4f60ac98ceb5.zip
Theme Editor: Made auto-expand/highlight of parse tree optional (through preferences dialog), added Simulation Time variable to device config panel, subline alternation is now dependent on that rather than time in song
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27342 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/gui/editorwindow.h')
-rw-r--r--utils/themeeditor/gui/editorwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/themeeditor/gui/editorwindow.h b/utils/themeeditor/gui/editorwindow.h
index 6f30249e31..c2ae1770f2 100644
--- a/utils/themeeditor/gui/editorwindow.h
+++ b/utils/themeeditor/gui/editorwindow.h
@@ -87,7 +87,8 @@ private:
void setupUI();
void setupMenus();
void addTab(TabContent* doc);
- void expandLine(ParseTreeModel* model, QModelIndex parent, int line);
+ void expandLine(ParseTreeModel* model, QModelIndex parent, int line,
+ bool highlight);
void sizeColumns();
Ui::EditorWindow *ui;