summaryrefslogtreecommitdiff
path: root/editor/project_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/project_manager.h')
-rw-r--r--editor/project_manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/project_manager.h b/editor/project_manager.h
index d96f5e2641..60d9c1d45b 100644
--- a/editor/project_manager.h
+++ b/editor/project_manager.h
@@ -144,6 +144,7 @@ class ProjectManager : public Control {
void _on_search_term_changed(const String &p_term);
static Ref<Texture2D> _file_dialog_get_icon(const String &p_path);
+ static Ref<Texture2D> _file_dialog_get_thumbnail(const String &p_path);
protected:
void _notification(int p_what);