diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2016-08-27 22:04:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-27 22:04:50 +0200 |
commit | c29c70275e127e178c06b4c01f65acac124ba7ca (patch) | |
tree | 8f9070e2477b3d5d89b1cc4bd6e5de38576c3e0b /tools/editor/editor_settings.h | |
parent | 1b01246731f3733b90e18d1d0ff95120e1f52781 (diff) | |
parent | 038e99e1074111c31d9d73d2d389f73078dcd07e (diff) |
Merge pull request #6187 from TheHX/pr-pinfo-function
Added add_property_info function to Globals and EditorSettings classes
Diffstat (limited to 'tools/editor/editor_settings.h')
-rw-r--r-- | tools/editor/editor_settings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/editor_settings.h b/tools/editor/editor_settings.h index 937956a366..2a7d3bb4f0 100644 --- a/tools/editor/editor_settings.h +++ b/tools/editor/editor_settings.h @@ -104,6 +104,8 @@ private: Map<String,Ref<ShortCut> > shortcuts; + void _add_property_info_bind(const Dictionary& p_info); + protected: static void _bind_methods(); |