Skip to content

Commit cabbbc7

Browse files
authored
fix shiboken error (#267)
1 parent 50bbbb5 commit cabbbc7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

qt_gui_cpp/src/qt_gui_cpp_shiboken/typesystem.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@
1313
<object-type name="PluginProvider"/>
1414
<object-type name="RecursivePluginProvider"/>
1515
<object-type name="RosPluginlibPluginProvider" generate="no"/>
16-
<object-type name="RosPluginlibPluginProvider_ForPluginProviders"/>
17-
<object-type name="RosPluginlibPluginProvider_ForPlugins"/>
16+
<object-type name="RosPluginlibPluginProvider_ForPluginProviders">
17+
<add-function signature="shutdown" return-type="void" access="public" static="no"/>
18+
</object-type>
19+
<object-type name="RosPluginlibPluginProvider_ForPlugins">
20+
<add-function signature="shutdown" return-type="void" access="public" static="no"/>
21+
</object-type>
1822
<object-type name="Settings"/>
1923
</namespace-type>
2024
</typesystem>

0 commit comments

Comments
 (0)