diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-11-04 15:38:26 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-11-04 15:38:26 +0100 |
commit | 424cd00f8b14aa51aad82c52996740d7648ae691 (patch) | |
tree | 9517c56d9b9e0bacbf1c1955a31f6472ee573e55 /doc/classes/EditorPlugin.xml | |
parent | 89f605c717e271050a6cc61547ea3d25996a19c4 (diff) |
doc: Sync classref with current source + fixup some bindings
Includes various changes triggered by the refactoring of method bindings.
Diffstat (limited to 'doc/classes/EditorPlugin.xml')
-rw-r--r-- | doc/classes/EditorPlugin.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/EditorPlugin.xml b/doc/classes/EditorPlugin.xml index 6a64a7aa55..95d88e86a6 100644 --- a/doc/classes/EditorPlugin.xml +++ b/doc/classes/EditorPlugin.xml @@ -379,7 +379,7 @@ Remember that you have to manage the visibility of all your editor controls manually. </description> </method> - <method name="queue_save_layout" qualifiers="const"> + <method name="queue_save_layout"> <return type="void"> </return> <description> |