summaryrefslogtreecommitdiffstats
path: root/editor/editor_about.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_about.h')
-rw-r--r--editor/editor_about.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/editor/editor_about.h b/editor/editor_about.h
index d455b1f074..ce29027f05 100644
--- a/editor/editor_about.h
+++ b/editor/editor_about.h
@@ -52,13 +52,15 @@ class EditorAbout : public AcceptDialog {
private:
void _license_tree_selected();
- ScrollContainer *_populate_list(const String &p_name, const List<String> &p_sections, const char **p_src[]);
+ ScrollContainer *_populate_list(const String &p_name, const List<String> &p_sections, const char **p_src[], const int p_flag_single_column = 0);
Tree *_tpl_tree;
+ TextEdit *_license_text;
TextEdit *_tpl_text;
TextureRect *_logo;
protected:
+ void _notification(int p_what);
static void _bind_methods();
public: