summaryrefslogtreecommitdiffstats
path: root/editor/filesystem_dock.h
diff options
context:
space:
mode:
authoriwek7 <miwanczuk7@gmail.com>2019-08-10 01:15:25 +0200
committeriwek7 <miwanczuk7@gmail.com>2019-08-21 11:13:50 +0200
commit2b8d65761ceabecaba0f5e1d71111997c5bf8b69 (patch)
tree94f5a5164d9a33dc156151c75bb7db6dcdf36ce6 /editor/filesystem_dock.h
parentcce148b0242836b5c32a7fa6c39013a2fc1c9eff (diff)
downloadredot-engine-2b8d65761ceabecaba0f5e1d71111997c5bf8b69.tar.gz
Improvements and fixes of filesystem dock
Diffstat (limited to 'editor/filesystem_dock.h')
-rw-r--r--editor/filesystem_dock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/filesystem_dock.h b/editor/filesystem_dock.h
index cc5ba94b48..561a4eba81 100644
--- a/editor/filesystem_dock.h
+++ b/editor/filesystem_dock.h
@@ -279,6 +279,7 @@ private:
bool _is_file_type_disabled_by_feature_profile(const StringName &p_class);
void _feature_profile_changed();
+ Vector<String> _remove_self_included_paths(Vector<String> selected_strings);
protected:
void _notification(int p_what);