summaryrefslogtreecommitdiffstats
path: root/scene/gui/popup_menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/gui/popup_menu.h')
-rw-r--r--scene/gui/popup_menu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/popup_menu.h b/scene/gui/popup_menu.h
index c1ab9544ea..9783f9d57b 100644
--- a/scene/gui/popup_menu.h
+++ b/scene/gui/popup_menu.h
@@ -194,6 +194,7 @@ class PopupMenu : public Popup {
void _close_pressed();
void _menu_changed();
void _input_from_window_internal(const Ref<InputEvent> &p_event);
+ bool _set_item_accelerator(int p_index, const Ref<InputEventKey> &p_ie);
protected:
virtual void add_child_notify(Node *p_child) override;