Change _can_handle and _edit virtual methods to take Object*

This commit is contained in:
Marc Gilleron
2022-09-19 17:39:35 +01:00
committed by Rémi Verschelde
parent f0c9ed4b55
commit d2b4e30058
5 changed files with 7 additions and 11 deletions

View File

@@ -18,7 +18,7 @@
<methods>
<method name="_can_handle" qualifiers="virtual const">
<return type="bool" />
<param index="0" name="object" type="Variant" />
<param index="0" name="object" type="Object" />
<description>
Returns [code]true[/code] if this object can be handled by this plugin.
</description>