summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui/editorwindow.h
diff options
context:
space:
mode:
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 6f30249..c2ae177 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;