diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2016-07-07 07:47:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-07 07:47:10 +0200 |
| commit | 779bf6eca3d5c50e094c65bc5c636beb27c2529d (patch) | |
| tree | 11c3f08a485c4082cd826e20aa18b255b04e98c1 /tools/editor/quick_open.h | |
| parent | 7c1ab42571d5291952e329554643142a30dee1d1 (diff) | |
| parent | 1bc8d1900fe68510e1e5a9cc08a7241d69690034 (diff) | |
Merge pull request #5577 from vnen/improve-quickopen-listing
Improve quick open sorting
Diffstat (limited to 'tools/editor/quick_open.h')
| -rw-r--r-- | tools/editor/quick_open.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/quick_open.h b/tools/editor/quick_open.h index 45527090b7..c253f7606e 100644 --- a/tools/editor/quick_open.h +++ b/tools/editor/quick_open.h @@ -49,6 +49,7 @@ class EditorQuickOpen : public ConfirmationDialog { void _sbox_input(const InputEvent& p_ie); void _parse_fs(EditorFileSystemDirectory *efsd, Vector< Pair< String,Ref <Texture> > > &list); + float _path_cmp(String search, String path) const; void _confirmed(); |