diff options
Diffstat (limited to 'editor/import_dock.h')
-rw-r--r-- | editor/import_dock.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editor/import_dock.h b/editor/import_dock.h index 4844fc07ea..029c458320 100644 --- a/editor/import_dock.h +++ b/editor/import_dock.h @@ -3,7 +3,7 @@ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ -/* http://www.godotengine.org */ +/* https://godotengine.org */ /*************************************************************************/ /* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ /* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ @@ -41,7 +41,7 @@ class ImportDockParameters; class ImportDock : public VBoxContainer { GDCLASS(ImportDock, VBoxContainer) - LineEdit *imported; + Label *imported; OptionButton *import_as; MenuButton *preset; PropertyEditor *import_opts; @@ -65,6 +65,7 @@ class ImportDock : public VBoxContainer { protected: static void _bind_methods(); + void _notification(int p_what); public: void set_edit_path(const String &p_path); |