summaryrefslogtreecommitdiff
path: root/tools/editor/editor_file_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/editor/editor_file_dialog.h')
-rw-r--r--tools/editor/editor_file_dialog.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/editor/editor_file_dialog.h b/tools/editor/editor_file_dialog.h
index b72b1fa4ef..3590964a51 100644
--- a/tools/editor/editor_file_dialog.h
+++ b/tools/editor/editor_file_dialog.h
@@ -5,7 +5,7 @@
/* GODOT ENGINE */
/* http://www.godotengine.org */
/*************************************************************************/
-/* Copyright (c) 2007-2015 Juan Linietsky, Ariel Manzur. */
+/* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */
/* */
/* Permission is hereby granted, free of charge, to any person obtaining */
/* a copy of this software and associated documentation files (the */
@@ -176,6 +176,8 @@ private:
void _thumbnail_done(const String& p_path,const Ref<Texture>& p_preview, const Variant& p_udata);
void _request_single_thumbnail(const String& p_path);
+ void _unhandled_input(const InputEvent& p_event);
+
protected:
void _notification(int p_what);