aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_node.h
diff options
context:
space:
mode:
authorPoommetee Ketson2017-07-23 00:14:44 +0700
committerPoommetee Ketson2017-07-23 00:14:44 +0700
commit20d36bf226c0a9dfeec42a22c96b95f564ad50bb (patch)
tree158ee9a4b30b214fe2984f7c4b5778feb5d0b82b /editor/editor_node.h
parent8495acc510e54c0d148b9d97c3f78f22ce16fa15 (diff)
downloadgodot-20d36bf226c0a9dfeec42a22c96b95f564ad50bb.tar.gz
godot-20d36bf226c0a9dfeec42a22c96b95f564ad50bb.tar.zst
godot-20d36bf226c0a9dfeec42a22c96b95f564ad50bb.zip
Diffstat (limited to 'editor/editor_node.h')
-rw-r--r--editor/editor_node.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h
index e5a4cf654..6553d3eee 100644
--- a/editor/editor_node.h
+++ b/editor/editor_node.h
@@ -33,6 +33,7 @@
#include "editor/call_dialog.h"
#include "editor/connections_dialog.h"
#include "editor/create_dialog.h"
+#include "editor/editor_about.h"
#include "editor/editor_data.h"
#include "editor/editor_path.h"
#include "editor/editor_run.h"
@@ -299,7 +300,7 @@ private:
ConfirmationDialog *import_confirmation;
ConfirmationDialog *pick_main_scene;
AcceptDialog *accept;
- AcceptDialog *about;
+ EditorAbout *about;
AcceptDialog *warning;
int overridden_default_layout;
@@ -425,9 +426,6 @@ private:
List<String> previous_scenes;
bool opening_prev;
- Tree *_tpl_tree;
- TextEdit *_tpl_text;
-
void _dialog_action(String p_file);
void _edit_current();