summaryrefslogtreecommitdiff
path: root/editor/quick_open.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2017-09-04 07:59:28 +0200
committerGitHub <noreply@github.com>2017-09-04 07:59:28 +0200
commit7149be5b89040b37b444695e828a519d11e9f87b (patch)
treeb8d0d3319fccd55743e0342510c268bc3500e73e /editor/quick_open.h
parent7040a390ad60ebf3f4c28dd1d2c99136a423f264 (diff)
parent0ecdd9653fbee296666ab80b9cdb11149505ebe1 (diff)
Merge pull request #10892 from kubecz3k/quick_open
Improve 'quick open' search time
Diffstat (limited to 'editor/quick_open.h')
-rw-r--r--editor/quick_open.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/quick_open.h b/editor/quick_open.h
index 3f64dd8cf0..5b91965920 100644
--- a/editor/quick_open.h
+++ b/editor/quick_open.h
@@ -49,6 +49,7 @@ class EditorQuickOpen : public ConfirmationDialog {
void _sbox_input(const Ref<InputEvent> &p_ie);
void _parse_fs(EditorFileSystemDirectory *efsd, Vector<Pair<String, Ref<Texture> > > &list);
+ Vector<Pair<String, Ref<Texture> > > _sort_fs(Vector<Pair<String, Ref<Texture> > > &list);
float _path_cmp(String search, String path) const;
void _confirmed();