summaryrefslogtreecommitdiff
path: root/tools/editor/quick_open.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2016-07-03 19:13:28 +0200
committerGitHub <noreply@github.com>2016-07-03 19:13:28 +0200
commitf866a793882dfe79c4d09c9b9040a9f6d8fddc9e (patch)
treea7ba9841971a173ecaf9b6b2f000abdc37835af2 /tools/editor/quick_open.h
parent37ec0ad35ced330cac9d70ac8ea53584876ce38c (diff)
parentab93c38335f395345a9a855520bb54a3bb9b7a65 (diff)
Merge pull request #5506 from vnen/enhance-quickopen-search
Improve Quick Open search
Diffstat (limited to 'tools/editor/quick_open.h')
-rw-r--r--tools/editor/quick_open.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/editor/quick_open.h b/tools/editor/quick_open.h
index 520f7e569d..45527090b7 100644
--- a/tools/editor/quick_open.h
+++ b/tools/editor/quick_open.h
@@ -32,6 +32,7 @@
#include "scene/gui/dialogs.h"
#include "scene/gui/tree.h"
#include "editor_file_system.h"
+#include "pair.h"
class EditorQuickOpen : public ConfirmationDialog {
OBJ_TYPE(EditorQuickOpen,ConfirmationDialog )
@@ -47,7 +48,7 @@ class EditorQuickOpen : public ConfirmationDialog {
void _update_search();
void _sbox_input(const InputEvent& p_ie);
- void _parse_fs(EditorFileSystemDirectory *efsd);
+ void _parse_fs(EditorFileSystemDirectory *efsd, Vector< Pair< String,Ref <Texture> > > &list);
void _confirmed();