aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore/typesystem_core.xml
diff options
context:
space:
mode:
Diffstat (limited to 'PySide/QtCore/typesystem_core.xml')
-rw-r--r--PySide/QtCore/typesystem_core.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml
index 1e7d18329..8fdb0e5fd 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -520,6 +520,7 @@
<include file-name="QTextDocument" location="global"/>
</extra-includes>
</namespace-type>
+
<add-function signature="qAbs(double)" return-type="double">
<inject-code class="target" position="beginning">
%PYARG_0 = %CONVERTTOPYTHON[double](qAbs(%1));
@@ -531,6 +532,12 @@
PyModule_AddStringConstant(module, "QT_VERSION_STR", QT_VERSION_STR);
</inject-code>
+ <add-function signature="__moduleShutdown()">
+ <inject-code class="target" position="beginning">
+ PySide::SignalManager::instance().clear();
+ </inject-code>
+ </add-function>
+
<enum-type name="QtMsgType"/>
<enum-type name="QSystemSemaphore::AccessMode"/>
<enum-type name="QSystemSemaphore::SystemSemaphoreError"/>