diff options
Diffstat (limited to 'editor/quick_open.h')
-rw-r--r-- | editor/quick_open.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/quick_open.h b/editor/quick_open.h index 722bad3429..c0e2cb85d8 100644 --- a/editor/quick_open.h +++ b/editor/quick_open.h @@ -56,6 +56,8 @@ class EditorQuickOpen : public ConfirmationDialog { void _confirmed(); void _text_changed(const String &p_newtext); + void _theme_changed(); + protected: void _notification(int p_what); static void _bind_methods(); |