diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2022-08-29 11:57:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-29 11:57:54 +0200 |
| commit | 0b8a63e47193ee3e6cd6c0986993a85fc693ca54 (patch) | |
| tree | f924f74107842bd3c316f5c5c9ab5da810314c43 /modules/openxr/editor/openxr_action_editor.h | |
| parent | 223e083d36ac1ca3f7aa46898d8870e476132f7a (diff) | |
| parent | fd6453c45ec0da79f2c7794b1c94f31fd6e477d7 (diff) | |
Merge pull request #65025 from akien-mga/revert-62846
Diffstat (limited to 'modules/openxr/editor/openxr_action_editor.h')
| -rw-r--r-- | modules/openxr/editor/openxr_action_editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/openxr/editor/openxr_action_editor.h b/modules/openxr/editor/openxr_action_editor.h index 2667268e9a..6cf098cf08 100644 --- a/modules/openxr/editor/openxr_action_editor.h +++ b/modules/openxr/editor/openxr_action_editor.h @@ -49,6 +49,7 @@ private: OptionButton *action_type = nullptr; Button *rem_action = nullptr; + void _theme_changed(); void _on_action_name_changed(const String p_new_text); void _on_action_localized_name_changed(const String p_new_text); void _on_item_selected(int p_idx); |