diff --git a/3rdparty/pythonqt/patches/delete-qstandarditem.patch b/3rdparty/pythonqt/patches/delete-qstandarditem.patch new file mode 100644 index 000000000..05a79bd43 --- /dev/null +++ b/3rdparty/pythonqt/patches/delete-qstandarditem.patch @@ -0,0 +1,40 @@ +commit 0e555968ea51ab125a070df10ed24ce0eb24ed2a +Author: davidsansome +Date: Mon May 30 14:54:11 2011 +0000 + + Hack the wrapped ~QStandardItem to remove the row properly from the model (which deletes it as well) + + git-svn-id: https://clementine-player.googlecode.com/svn/trunk@3345 94c5599e-fc6c-11de-b061-8119ef04aefe + +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui7.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui7.cpp +index e08ea9b..16c24dc 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui7.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui7.cpp +@@ -1039,6 +1039,14 @@ QStandardItem* PythonQtWrapper_QStandardItem::new_QStandardItem(int rows, int + { + return new PythonQtShell_QStandardItem(rows, columns); } + ++void PythonQtWrapper_QStandardItem::delete_QStandardItem(QStandardItem* obj) { ++ if (obj && obj->parent()) { ++ obj->parent()->removeRow(obj->row()); ++ } else if (obj) { ++ delete obj; ++ } ++} ++ + QString PythonQtWrapper_QStandardItem::accessibleDescription(QStandardItem* theWrappedObject) const + { + return ( theWrappedObject->accessibleDescription()); +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui7.h b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui7.h +index 23ff35d..380b7fc 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui7.h ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui7.h +@@ -161,7 +161,7 @@ QStandardItem* new_QStandardItem(); + QStandardItem* new_QStandardItem(const QIcon& icon, const QString& text); + QStandardItem* new_QStandardItem(const QString& text); + QStandardItem* new_QStandardItem(int rows, int columns = 1); +-void delete_QStandardItem(QStandardItem* obj) { delete obj; } ++void delete_QStandardItem(QStandardItem* obj); + QString accessibleDescription(QStandardItem* theWrappedObject) const; + QString accessibleText(QStandardItem* theWrappedObject) const; + void appendColumn(QStandardItem* theWrappedObject, const QList& items); diff --git a/3rdparty/pythonqt/patches/initialise-pod-returnvalues.patch b/3rdparty/pythonqt/patches/initialise-pod-returnvalues.patch new file mode 100644 index 000000000..82f778ce2 --- /dev/null +++ b/3rdparty/pythonqt/patches/initialise-pod-returnvalues.patch @@ -0,0 +1,13650 @@ +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_core/com_trolltech_qt_core0.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_core/com_trolltech_qt_core0.cpp +index 6ba7e74..11ecbd5 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_core/com_trolltech_qt_core0.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_core/com_trolltech_qt_core0.cpp +@@ -82,7 +82,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -110,7 +110,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -138,7 +138,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -333,7 +333,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -378,7 +378,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -451,7 +451,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QMimeData*" , "Qt::DropAction" , "int" , "int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(6, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[6] = {NULL, (void*)&data, (void*)&action, (void*)&row, (void*)&column, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -479,7 +479,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -507,7 +507,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -552,7 +552,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"Qt::ItemFlags" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- Qt::ItemFlags returnValue; ++ Qt::ItemFlags returnValue = 0; + void* args[2] = {NULL, (void*)&index}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -580,7 +580,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -664,7 +664,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&column, (void*)&count, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -692,7 +692,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&row, (void*)&count, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -776,7 +776,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QMimeData*" , "const QList&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QMimeData* returnValue; ++ QMimeData* returnValue = 0; + void* args[2] = {NULL, (void*)&indexes}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -860,7 +860,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&column, (void*)&count, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -888,7 +888,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&row, (void*)&count, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -933,7 +933,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -961,7 +961,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&" , "const QVariant&" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&index, (void*)&value, (void*)&role}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -989,7 +989,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "Qt::Orientation" , "const QVariant&" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(5, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[5] = {NULL, (void*)§ion, (void*)&orientation, (void*)&value, (void*)&role}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1017,7 +1017,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&" , "const QMap&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&index, (void*)&roles}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1090,7 +1090,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1118,7 +1118,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"Qt::DropActions"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- Qt::DropActions returnValue; ++ Qt::DropActions returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1352,7 +1352,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1442,7 +1442,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QMimeData*" , "Qt::DropAction" , "int" , "int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(6, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[6] = {NULL, (void*)&data, (void*)&action, (void*)&row, (void*)&column, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1470,7 +1470,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1498,7 +1498,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1543,7 +1543,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"Qt::ItemFlags" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- Qt::ItemFlags returnValue; ++ Qt::ItemFlags returnValue = 0; + void* args[2] = {NULL, (void*)&index}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1627,7 +1627,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&column, (void*)&count, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1655,7 +1655,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&row, (void*)&count, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1739,7 +1739,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QMimeData*" , "const QList&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QMimeData* returnValue; ++ QMimeData* returnValue = 0; + void* args[2] = {NULL, (void*)&indexes}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1795,7 +1795,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&column, (void*)&count, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1823,7 +1823,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&row, (void*)&count, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1868,7 +1868,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1896,7 +1896,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&" , "const QVariant&" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&index, (void*)&value, (void*)&role}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1924,7 +1924,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "Qt::Orientation" , "const QVariant&" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(5, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[5] = {NULL, (void*)§ion, (void*)&orientation, (void*)&value, (void*)&role}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1952,7 +1952,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&" , "const QMap&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&index, (void*)&roles}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2025,7 +2025,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2053,7 +2053,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"Qt::DropActions"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- Qt::DropActions returnValue; ++ Qt::DropActions returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2148,7 +2148,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2176,7 +2176,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2306,7 +2306,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2334,7 +2334,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2362,7 +2362,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2514,7 +2514,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2542,7 +2542,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2570,7 +2570,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2743,7 +2743,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2771,7 +2771,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2799,7 +2799,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2827,7 +2827,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2906,7 +2906,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2934,7 +2934,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2962,7 +2962,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2990,7 +2990,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QIODevice::OpenMode"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&openMode}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3018,7 +3018,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3046,7 +3046,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&data, (void*)&maxlen}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3074,7 +3074,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&data, (void*)&maxlen}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3102,7 +3102,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3130,7 +3130,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&off}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3158,7 +3158,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3203,7 +3203,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&msecs}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3231,7 +3231,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&msecs}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3259,7 +3259,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "const char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&data, (void*)&len}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3450,7 +3450,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3478,7 +3478,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3506,7 +3506,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4467,7 +4467,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4495,7 +4495,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4610,7 +4610,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4638,7 +4638,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4666,7 +4666,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4807,7 +4807,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4835,7 +4835,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4863,7 +4863,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4891,7 +4891,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4970,7 +4970,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4998,7 +4998,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5026,7 +5026,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QAbstractFileEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QAbstractFileEngine* returnValue; ++ QAbstractFileEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5054,7 +5054,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5082,7 +5082,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QIODevice::OpenMode"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&flags}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5110,7 +5110,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5138,7 +5138,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&data, (void*)&maxlen}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5166,7 +5166,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&data, (void*)&maxlen}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5194,7 +5194,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5222,7 +5222,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&offset}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5250,7 +5250,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5295,7 +5295,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&msecs}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5323,7 +5323,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&msecs}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5351,7 +5351,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "const char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&data, (void*)&len}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5868,7 +5868,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5896,7 +5896,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6015,7 +6015,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6043,7 +6043,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6177,7 +6177,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6205,7 +6205,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6329,7 +6329,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6357,7 +6357,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6385,7 +6385,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6413,7 +6413,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6492,7 +6492,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6520,7 +6520,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6548,7 +6548,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6576,7 +6576,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QIODevice::OpenMode"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&mode}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6604,7 +6604,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6632,7 +6632,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&data, (void*)&maxlen}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6660,7 +6660,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&data, (void*)&maxlen}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6688,7 +6688,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6716,7 +6716,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&pos}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6744,7 +6744,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6789,7 +6789,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&msecs}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6817,7 +6817,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&msecs}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6845,7 +6845,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "const char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&data, (void*)&len}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7094,7 +7094,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7122,7 +7122,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7178,7 +7178,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QString&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&mimetype}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_core/com_trolltech_qt_core1.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_core/com_trolltech_qt_core1.cpp +index 8809855..5553f54 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_core/com_trolltech_qt_core1.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_core/com_trolltech_qt_core1.cpp +@@ -114,7 +114,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -142,7 +142,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -347,7 +347,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -375,7 +375,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -403,7 +403,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -564,7 +564,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -592,7 +592,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -620,7 +620,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -746,7 +746,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -774,7 +774,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -802,7 +802,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -830,7 +830,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -909,7 +909,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -937,7 +937,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -965,7 +965,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -993,7 +993,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QIODevice::OpenMode"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&mode}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1021,7 +1021,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1049,7 +1049,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&data, (void*)&maxlen}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1077,7 +1077,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&data, (void*)&maxlen}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1105,7 +1105,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1133,7 +1133,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&pos}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1178,7 +1178,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1223,7 +1223,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&msecs}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1251,7 +1251,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&msecs}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1279,7 +1279,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "const char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&data, (void*)&len}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1627,7 +1627,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1655,7 +1655,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1683,7 +1683,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2012,7 +2012,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2040,7 +2040,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2068,7 +2068,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2244,7 +2244,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2272,7 +2272,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2533,7 +2533,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2561,7 +2561,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2681,7 +2681,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2709,7 +2709,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2737,7 +2737,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2878,7 +2878,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2906,7 +2906,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3011,7 +3011,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3039,7 +3039,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3300,7 +3300,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3328,7 +3328,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&watched, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3650,7 +3650,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3678,7 +3678,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3706,7 +3706,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3734,7 +3734,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3813,7 +3813,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3841,7 +3841,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3869,7 +3869,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QAbstractFileEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QAbstractFileEngine* returnValue; ++ QAbstractFileEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3897,7 +3897,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3925,7 +3925,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QIODevice::OpenMode"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&flags}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3953,7 +3953,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3981,7 +3981,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&data, (void*)&maxlen}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4009,7 +4009,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&data, (void*)&maxlen}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4037,7 +4037,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4065,7 +4065,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&offset}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4093,7 +4093,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4138,7 +4138,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&msecs}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4166,7 +4166,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&msecs}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4194,7 +4194,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "const char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&data, (void*)&len}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4443,7 +4443,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4936,7 +4936,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4964,7 +4964,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5104,7 +5104,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5132,7 +5132,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5177,7 +5177,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qreal" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- qreal returnValue; ++ qreal returnValue = 0; + void* args[2] = {NULL, (void*)&msec}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5365,7 +5365,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5393,7 +5393,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_core/com_trolltech_qt_core2.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_core/com_trolltech_qt_core2.cpp +index 5dceafe..419dc8e 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_core/com_trolltech_qt_core2.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_core/com_trolltech_qt_core2.cpp +@@ -74,7 +74,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -102,7 +102,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -130,7 +130,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -333,7 +333,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -361,7 +361,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -389,7 +389,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui0.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui0.cpp +index 845fa37..93c0706 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui0.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui0.cpp +@@ -214,7 +214,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -327,7 +327,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -355,7 +355,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -400,7 +400,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -445,7 +445,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -490,7 +490,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QPoint&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&pos}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -631,7 +631,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -789,7 +789,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1168,7 +1168,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QGraphicsItem*" , "Qt::ItemSelectionMode"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&other, (void*)&mode}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1196,7 +1196,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QPainterPath&" , "Qt::ItemSelectionMode"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&path, (void*)&mode}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1224,7 +1224,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QPointF&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&point}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1495,7 +1495,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QGraphicsItem*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&item}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1698,7 +1698,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1726,7 +1726,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QGraphicsItem*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&watched, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1799,7 +1799,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QGraphicsItem::Extension"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&extension}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1827,7 +1827,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1925,7 +1925,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QWidget*" , "QWidget*" , "const QStyleOptionViewItem&" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- QWidget* returnValue; ++ QWidget* returnValue = 0; + void* args[4] = {NULL, (void*)&parent, (void*)&option, (void*)&index}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1970,7 +1970,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*" , "QAbstractItemModel*" , "const QStyleOptionViewItem&" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(5, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[5] = {NULL, (void*)&event, (void*)&model, (void*)&option, (void*)&index}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1998,7 +1998,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2026,7 +2026,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2368,7 +2368,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2481,7 +2481,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&" , "QAbstractItemView::EditTrigger" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&index, (void*)&trigger, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2543,7 +2543,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2571,7 +2571,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2616,7 +2616,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2661,7 +2661,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2706,7 +2706,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2841,7 +2841,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&index}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2954,7 +2954,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3095,7 +3095,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3304,7 +3304,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QItemSelectionModel::SelectionFlags" , "const QModelIndex&" , "const QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- QItemSelectionModel::SelectionFlags returnValue; ++ QItemSelectionModel::SelectionFlags returnValue = 0; + void* args[3] = {NULL, (void*)&index, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3417,7 +3417,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&column}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3445,7 +3445,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&row}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3575,7 +3575,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3665,7 +3665,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4271,7 +4271,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4401,7 +4401,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4429,7 +4429,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4457,7 +4457,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4502,7 +4502,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4547,7 +4547,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4705,7 +4705,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4818,7 +4818,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5100,7 +5100,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5230,7 +5230,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5258,7 +5258,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5286,7 +5286,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5331,7 +5331,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5376,7 +5376,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5534,7 +5534,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5647,7 +5647,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5972,7 +5972,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6085,7 +6085,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6113,7 +6113,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6158,7 +6158,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6203,7 +6203,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6361,7 +6361,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6474,7 +6474,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6604,7 +6604,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6922,7 +6922,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7035,7 +7035,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7063,7 +7063,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7108,7 +7108,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7153,7 +7153,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7311,7 +7311,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7452,7 +7452,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7887,7 +7887,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8000,7 +8000,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8028,7 +8028,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8090,7 +8090,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8135,7 +8135,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8293,7 +8293,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8406,7 +8406,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8502,7 +8502,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QAbstractSpinBox::StepEnabled"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QAbstractSpinBox::StepEnabled returnValue; ++ QAbstractSpinBox::StepEnabled returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8868,7 +8868,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8913,7 +8913,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8986,7 +8986,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QMimeData*" , "Qt::DropAction" , "int" , "int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(6, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[6] = {NULL, (void*)&data, (void*)&action, (void*)&row, (void*)&column, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9014,7 +9014,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9042,7 +9042,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9087,7 +9087,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"Qt::ItemFlags" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- Qt::ItemFlags returnValue; ++ Qt::ItemFlags returnValue = 0; + void* args[2] = {NULL, (void*)&index}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9171,7 +9171,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&column, (void*)&count, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9199,7 +9199,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&row, (void*)&count, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9283,7 +9283,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QMimeData*" , "const QList&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QMimeData* returnValue; ++ QMimeData* returnValue = 0; + void* args[2] = {NULL, (void*)&indexes}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9339,7 +9339,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&column, (void*)&count, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9367,7 +9367,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&row, (void*)&count, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9412,7 +9412,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9440,7 +9440,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&" , "const QVariant&" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&index, (void*)&value, (void*)&role}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9468,7 +9468,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "Qt::Orientation" , "const QVariant&" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(5, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[5] = {NULL, (void*)§ion, (void*)&orientation, (void*)&value, (void*)&role}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9496,7 +9496,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&" , "const QMap&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&index, (void*)&roles}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9569,7 +9569,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9597,7 +9597,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"Qt::DropActions"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- Qt::DropActions returnValue; ++ Qt::DropActions returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9779,7 +9779,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[3] = {NULL, (void*)&x, (void*)&y}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9807,7 +9807,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9835,7 +9835,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "int" , "const QList&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&action, (void*)&child, (void*)¶ms}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9863,7 +9863,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "const QAccessibleInterface*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9891,7 +9891,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9919,7 +9919,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QAccessible::RelationFlag" , "int" , "QAccessibleInterface**"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[4] = {NULL, (void*)&relation, (void*)&index, (void*)&iface}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9947,7 +9947,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QObject*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QObject* returnValue; ++ QObject* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10003,7 +10003,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QAccessible::Relation" , "int" , "const QAccessibleInterface*" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- QAccessible::Relation returnValue; ++ QAccessible::Relation returnValue = 0; + void* args[4] = {NULL, (void*)&child, (void*)&other, (void*)&otherChild}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10076,7 +10076,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QAccessible::State" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QAccessible::State returnValue; ++ QAccessible::State returnValue = 0; + void* args[2] = {NULL, (void*)&child}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10132,7 +10132,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&child}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10204,7 +10204,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[3] = {NULL, (void*)&x, (void*)&y}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10232,7 +10232,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10260,7 +10260,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "int" , "const QList&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&action, (void*)&child, (void*)¶ms}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10288,7 +10288,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "const QAccessibleInterface*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10344,7 +10344,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10372,7 +10372,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QAccessible::RelationFlag" , "int" , "QAccessibleInterface**"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[4] = {NULL, (void*)&relation, (void*)&index, (void*)&iface}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10400,7 +10400,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QObject*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QObject* returnValue; ++ QObject* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10456,7 +10456,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QAccessible::Relation" , "int" , "const QAccessibleInterface*" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- QAccessible::Relation returnValue; ++ QAccessible::Relation returnValue = 0; + void* args[4] = {NULL, (void*)&child, (void*)&other, (void*)&otherChild}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10529,7 +10529,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QAccessible::State" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QAccessible::State returnValue; ++ QAccessible::State returnValue = 0; + void* args[2] = {NULL, (void*)&child}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10585,7 +10585,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&child}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10680,7 +10680,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[3] = {NULL, (void*)&x, (void*)&y}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10708,7 +10708,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10736,7 +10736,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "int" , "const QList&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&action, (void*)&child, (void*)¶ms}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10764,7 +10764,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "const QAccessibleInterface*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10792,7 +10792,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10820,7 +10820,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QAccessible::RelationFlag" , "int" , "QAccessibleInterface**"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[4] = {NULL, (void*)&relation, (void*)&index, (void*)&iface}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10848,7 +10848,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QObject*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QObject* returnValue; ++ QObject* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10904,7 +10904,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QAccessible::Relation" , "int" , "const QAccessibleInterface*" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- QAccessible::Relation returnValue; ++ QAccessible::Relation returnValue = 0; + void* args[4] = {NULL, (void*)&child, (void*)&other, (void*)&otherChild}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10977,7 +10977,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QAccessible::State" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QAccessible::State returnValue; ++ QAccessible::State returnValue = 0; + void* args[2] = {NULL, (void*)&child}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11033,7 +11033,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&child}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11130,7 +11130,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[3] = {NULL, (void*)&x, (void*)&y}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11158,7 +11158,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11186,7 +11186,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "int" , "const QList&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&action, (void*)&child, (void*)¶ms}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11214,7 +11214,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "const QAccessibleInterface*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11270,7 +11270,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11298,7 +11298,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QAccessible::RelationFlag" , "int" , "QAccessibleInterface**"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[4] = {NULL, (void*)&relation, (void*)&index, (void*)&iface}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11326,7 +11326,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QObject*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QObject* returnValue; ++ QObject* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11382,7 +11382,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QAccessible::Relation" , "int" , "const QAccessibleInterface*" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- QAccessible::Relation returnValue; ++ QAccessible::Relation returnValue = 0; + void* args[4] = {NULL, (void*)&child, (void*)&other, (void*)&otherChild}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11455,7 +11455,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QAccessible::State" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QAccessible::State returnValue; ++ QAccessible::State returnValue = 0; + void* args[2] = {NULL, (void*)&child}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11511,7 +11511,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&child}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11625,7 +11625,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QAccessibleInterface*" , "const QString&" , "QObject*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- QAccessibleInterface* returnValue; ++ QAccessibleInterface* returnValue = 0; + void* args[3] = {NULL, (void*)&key, (void*)&object}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11670,7 +11670,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11698,7 +11698,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11777,7 +11777,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QAccessibleInterface*" , "int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- QAccessibleInterface* returnValue; ++ QAccessibleInterface* returnValue = 0; + void* args[3] = {NULL, (void*)&row, (void*)&column}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11805,7 +11805,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QAccessibleInterface*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QAccessibleInterface* returnValue; ++ QAccessibleInterface* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11850,7 +11850,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[3] = {NULL, (void*)&rowIndex, (void*)&columnIndex}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11878,7 +11878,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11934,7 +11934,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QAccessibleInterface*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QAccessibleInterface* returnValue; ++ QAccessibleInterface* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11962,7 +11962,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&childIndex}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11990,7 +11990,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[3] = {NULL, (void*)&row, (void*)&column}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12018,7 +12018,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&column}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12046,7 +12046,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&row}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12074,7 +12074,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&row, (void*)&column}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12102,7 +12102,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12158,7 +12158,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QAccessibleInterface*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QAccessibleInterface* returnValue; ++ QAccessibleInterface* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12186,7 +12186,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&childIndex}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12214,7 +12214,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[3] = {NULL, (void*)&row, (void*)&column}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12276,7 +12276,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12304,7 +12304,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int" , "QList*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[3] = {NULL, (void*)&maxColumns, (void*)&columns}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12332,7 +12332,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12360,7 +12360,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int" , "QList*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[3] = {NULL, (void*)&maxRows, (void*)&rows}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12388,7 +12388,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QAccessibleInterface*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QAccessibleInterface* returnValue; ++ QAccessibleInterface* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12484,7 +12484,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[3] = {NULL, (void*)&x, (void*)&y}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12512,7 +12512,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12540,7 +12540,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "int" , "const QList&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&action, (void*)&child, (void*)¶ms}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12568,7 +12568,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "const QAccessibleInterface*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&child}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12596,7 +12596,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12624,7 +12624,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QAccessible::RelationFlag" , "int" , "QAccessibleInterface**"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[4] = {NULL, (void*)&rel, (void*)&entry, (void*)&target}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12652,7 +12652,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QObject*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QObject* returnValue; ++ QObject* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12708,7 +12708,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QAccessible::Relation" , "int" , "const QAccessibleInterface*" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- QAccessible::Relation returnValue; ++ QAccessible::Relation returnValue = 0; + void* args[4] = {NULL, (void*)&child, (void*)&other, (void*)&otherChild}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12781,7 +12781,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QAccessible::State" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QAccessible::State returnValue; ++ QAccessible::State returnValue = 0; + void* args[2] = {NULL, (void*)&child}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12837,7 +12837,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&child}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12959,7 +12959,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[3] = {NULL, (void*)&x, (void*)&y}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12987,7 +12987,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13015,7 +13015,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "int" , "const QList&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&action, (void*)&child, (void*)¶ms}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13043,7 +13043,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "const QAccessibleInterface*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&child}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13099,7 +13099,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13127,7 +13127,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QAccessible::RelationFlag" , "int" , "QAccessibleInterface**"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[4] = {NULL, (void*)&rel, (void*)&entry, (void*)&target}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13155,7 +13155,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QObject*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QObject* returnValue; ++ QObject* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13211,7 +13211,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QAccessible::Relation" , "int" , "const QAccessibleInterface*" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- QAccessible::Relation returnValue; ++ QAccessible::Relation returnValue = 0; + void* args[4] = {NULL, (void*)&child, (void*)&other, (void*)&otherChild}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13284,7 +13284,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QAccessible::State" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QAccessible::State returnValue; ++ QAccessible::State returnValue = 0; + void* args[2] = {NULL, (void*)&child}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13340,7 +13340,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&child}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13496,7 +13496,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13524,7 +13524,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13883,7 +13883,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13911,7 +13911,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14058,7 +14058,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14086,7 +14086,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14114,7 +14114,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14572,7 +14572,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14617,7 +14617,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14645,7 +14645,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14673,7 +14673,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"Qt::Orientations"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- Qt::Orientations returnValue; ++ Qt::Orientations returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14729,7 +14729,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QWidget*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14774,7 +14774,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14802,7 +14802,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QLayoutItem*" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QLayoutItem* returnValue; ++ QLayoutItem* returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14830,7 +14830,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QLayout*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QLayout* returnValue; ++ QLayout* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14931,7 +14931,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QLayoutItem*" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QLayoutItem* returnValue; ++ QLayoutItem* returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -15176,7 +15176,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -15204,7 +15204,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -15429,7 +15429,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -15457,7 +15457,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&o, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -15569,7 +15569,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QStyle::PixelMetric" , "const QStyleOption*" , "const QWidget*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[4] = {NULL, (void*)&metric, (void*)&option, (void*)&widget}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -15732,7 +15732,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QStyle::StyleHint" , "const QStyleOption*" , "const QWidget*" , "QStyleHintReturn*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(5, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[5] = {NULL, (void*)&hint, (void*)&opt, (void*)&widget, (void*)&returnData}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -15995,7 +15995,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -16108,7 +16108,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -16136,7 +16136,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&watched, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -16181,7 +16181,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -16226,7 +16226,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -16384,7 +16384,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -16542,7 +16542,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui1.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui1.cpp +index dfa2818..e4590df 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui1.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui1.cpp +@@ -204,7 +204,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -317,7 +317,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -345,7 +345,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -390,7 +390,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -435,7 +435,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -480,7 +480,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QPoint&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&pos}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -621,7 +621,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -779,7 +779,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1093,7 +1093,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1121,7 +1121,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&o, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1233,7 +1233,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QStyle::PixelMetric" , "const QStyleOption*" , "const QWidget*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[4] = {NULL, (void*)&metric, (void*)&option, (void*)&widget}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1396,7 +1396,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QStyle::StyleHint" , "const QStyleOption*" , "const QWidget*" , "QStyleHintReturn*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(5, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[5] = {NULL, (void*)&hint, (void*)&option, (void*)&widget, (void*)&returnData}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1841,7 +1841,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1971,7 +1971,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1999,7 +1999,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2044,7 +2044,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2089,7 +2089,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2247,7 +2247,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2360,7 +2360,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2731,7 +2731,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QAbstractItemView*" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QAbstractItemView* returnValue; ++ QAbstractItemView* returnValue = 0; + void* args[2] = {NULL, (void*)&rootIndex}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2810,7 +2810,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2923,7 +2923,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&" , "QAbstractItemView::EditTrigger" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&index, (void*)&trigger, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2985,7 +2985,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3013,7 +3013,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3058,7 +3058,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3103,7 +3103,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3148,7 +3148,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3283,7 +3283,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&index}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3396,7 +3396,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3509,7 +3509,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3718,7 +3718,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QItemSelectionModel::SelectionFlags" , "const QModelIndex&" , "const QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- QItemSelectionModel::SelectionFlags returnValue; ++ QItemSelectionModel::SelectionFlags returnValue = 0; + void* args[3] = {NULL, (void*)&index, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3831,7 +3831,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&column}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3859,7 +3859,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&row}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3989,7 +3989,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4079,7 +4079,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4408,7 +4408,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4521,7 +4521,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4549,7 +4549,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4594,7 +4594,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4639,7 +4639,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4814,7 +4814,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4927,7 +4927,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5564,7 +5564,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5677,7 +5677,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5705,7 +5705,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5750,7 +5750,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5795,7 +5795,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5840,7 +5840,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QPoint&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&pos}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5981,7 +5981,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6111,7 +6111,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6399,7 +6399,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6427,7 +6427,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6539,7 +6539,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QStyle::PixelMetric" , "const QStyleOption*" , "const QWidget*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[4] = {NULL, (void*)&m, (void*)&opt, (void*)&widget}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6702,7 +6702,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QStyle::StyleHint" , "const QStyleOption*" , "const QWidget*" , "QStyleHintReturn*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(5, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[5] = {NULL, (void*)&sh, (void*)&opt, (void*)&w, (void*)&shret}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6952,7 +6952,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6980,7 +6980,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&o, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7367,7 +7367,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7395,7 +7395,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7700,7 +7700,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7813,7 +7813,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7841,7 +7841,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7903,7 +7903,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7948,7 +7948,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8106,7 +8106,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8219,7 +8219,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8315,7 +8315,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QAbstractSpinBox::StepEnabled"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QAbstractSpinBox::StepEnabled returnValue; ++ QAbstractSpinBox::StepEnabled returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8607,7 +8607,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8720,7 +8720,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8748,7 +8748,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8810,7 +8810,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8855,7 +8855,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9013,7 +9013,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9126,7 +9126,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9222,7 +9222,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QAbstractSpinBox::StepEnabled"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QAbstractSpinBox::StepEnabled returnValue; ++ QAbstractSpinBox::StepEnabled returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9788,7 +9788,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9901,7 +9901,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9929,7 +9929,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9974,7 +9974,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10019,7 +10019,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10177,7 +10177,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10318,7 +10318,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10654,7 +10654,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10767,7 +10767,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10795,7 +10795,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10840,7 +10840,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10885,7 +10885,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11043,7 +11043,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11156,7 +11156,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11476,7 +11476,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11606,7 +11606,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11634,7 +11634,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11679,7 +11679,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11724,7 +11724,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11882,7 +11882,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11995,7 +11995,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12320,7 +12320,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12433,7 +12433,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12461,7 +12461,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12506,7 +12506,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12551,7 +12551,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12709,7 +12709,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12850,7 +12850,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13209,7 +13209,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13322,7 +13322,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13350,7 +13350,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13395,7 +13395,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13440,7 +13440,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13598,7 +13598,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13739,7 +13739,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14106,7 +14106,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14219,7 +14219,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14247,7 +14247,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14309,7 +14309,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14354,7 +14354,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14512,7 +14512,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14625,7 +14625,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14721,7 +14721,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QAbstractSpinBox::StepEnabled"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QAbstractSpinBox::StepEnabled returnValue; ++ QAbstractSpinBox::StepEnabled returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14839,7 +14839,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"double" , "const QString&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- double returnValue; ++ double returnValue = 0; + void* args[2] = {NULL, (void*)&text}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -15019,7 +15019,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -15047,7 +15047,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -15248,7 +15248,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -15276,7 +15276,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui10.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui10.cpp +index 2b05be0..2ec6639 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui10.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui10.cpp +@@ -879,7 +879,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1026,7 +1026,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&" , "QAbstractItemView::EditTrigger" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&index, (void*)&trigger, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1088,7 +1088,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1116,7 +1116,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1161,7 +1161,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1206,7 +1206,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1251,7 +1251,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1386,7 +1386,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&index}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1499,7 +1499,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1612,7 +1612,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1821,7 +1821,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QItemSelectionModel::SelectionFlags" , "const QModelIndex&" , "const QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- QItemSelectionModel::SelectionFlags returnValue; ++ QItemSelectionModel::SelectionFlags returnValue = 0; + void* args[3] = {NULL, (void*)&index, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1934,7 +1934,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&column}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1962,7 +1962,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&row}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2092,7 +2092,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2182,7 +2182,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2834,7 +2834,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2981,7 +2981,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QTreeWidgetItem*" , "int" , "const QMimeData*" , "Qt::DropAction"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(5, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[5] = {NULL, (void*)&parent, (void*)&index, (void*)&data, (void*)&action}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3009,7 +3009,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&" , "QAbstractItemView::EditTrigger" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&index, (void*)&trigger, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3071,7 +3071,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3099,7 +3099,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3144,7 +3144,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3189,7 +3189,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3234,7 +3234,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3369,7 +3369,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&index}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3482,7 +3482,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3510,7 +3510,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QMimeData*" , "const QList"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QMimeData* returnValue; ++ QMimeData* returnValue = 0; + void* args[2] = {NULL, (void*)&items}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3651,7 +3651,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3860,7 +3860,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QItemSelectionModel::SelectionFlags" , "const QModelIndex&" , "const QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- QItemSelectionModel::SelectionFlags returnValue; ++ QItemSelectionModel::SelectionFlags returnValue = 0; + void* args[3] = {NULL, (void*)&index, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3956,7 +3956,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&column}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3984,7 +3984,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&row}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4029,7 +4029,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"Qt::DropActions"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- Qt::DropActions returnValue; ++ Qt::DropActions returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4142,7 +4142,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4232,7 +4232,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4554,7 +4554,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QTreeWidgetItem*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QTreeWidgetItem* returnValue; ++ QTreeWidgetItem* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4610,7 +4610,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QTreeWidgetItem&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&other}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5003,7 +5003,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5031,7 +5031,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QUndoCommand*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&other}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5177,7 +5177,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5205,7 +5205,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5345,7 +5345,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5373,7 +5373,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5689,7 +5689,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5802,7 +5802,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&" , "QAbstractItemView::EditTrigger" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&index, (void*)&trigger, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5864,7 +5864,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5892,7 +5892,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5937,7 +5937,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5982,7 +5982,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6027,7 +6027,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6162,7 +6162,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&index}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6275,7 +6275,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6388,7 +6388,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6597,7 +6597,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QItemSelectionModel::SelectionFlags" , "const QModelIndex&" , "const QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- QItemSelectionModel::SelectionFlags returnValue; ++ QItemSelectionModel::SelectionFlags returnValue = 0; + void* args[3] = {NULL, (void*)&index, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6710,7 +6710,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&column}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6738,7 +6738,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&row}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6868,7 +6868,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6958,7 +6958,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7137,7 +7137,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7182,7 +7182,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7210,7 +7210,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7238,7 +7238,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"Qt::Orientations"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- Qt::Orientations returnValue; ++ Qt::Orientations returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7294,7 +7294,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QWidget*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7339,7 +7339,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7367,7 +7367,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QLayoutItem*" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QLayoutItem* returnValue; ++ QLayoutItem* returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7395,7 +7395,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QLayout*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QLayout* returnValue; ++ QLayout* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7496,7 +7496,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QLayoutItem*" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QLayoutItem* returnValue; ++ QLayoutItem* returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7585,7 +7585,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7613,7 +7613,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8526,7 +8526,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8656,7 +8656,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8684,7 +8684,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8729,7 +8729,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8791,7 +8791,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8949,7 +8949,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9090,7 +9090,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10522,7 +10522,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QWidget*" , "QWidget*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QWidget* returnValue; ++ QWidget* returnValue = 0; + void* args[2] = {NULL, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10584,7 +10584,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10612,7 +10612,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10703,7 +10703,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"Qt::Orientations"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- Qt::Orientations returnValue; ++ Qt::Orientations returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10759,7 +10759,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10787,7 +10787,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10832,7 +10832,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10860,7 +10860,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QLayout*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QLayout* returnValue; ++ QLayout* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10916,7 +10916,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11017,7 +11017,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QSpacerItem*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QSpacerItem* returnValue; ++ QSpacerItem* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11045,7 +11045,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QWidget*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QWidget* returnValue; ++ QWidget* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11268,7 +11268,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11296,7 +11296,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&o, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11408,7 +11408,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QStyle::PixelMetric" , "const QStyleOption*" , "const QWidget*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[4] = {NULL, (void*)&pm, (void*)&option, (void*)&widget}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11571,7 +11571,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QStyle::StyleHint" , "const QStyleOption*" , "const QWidget*" , "QStyleHintReturn*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(5, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[5] = {NULL, (void*)&hint, (void*)&opt, (void*)&widget, (void*)&returnData}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11918,7 +11918,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12048,7 +12048,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12076,7 +12076,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12121,7 +12121,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12166,7 +12166,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12341,7 +12341,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12454,7 +12454,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12482,7 +12482,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12612,7 +12612,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12982,7 +12982,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13095,7 +13095,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13123,7 +13123,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13168,7 +13168,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13213,7 +13213,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13320,7 +13320,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13416,7 +13416,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13557,7 +13557,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13585,7 +13585,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13726,7 +13726,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13964,7 +13964,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14077,7 +14077,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14105,7 +14105,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14150,7 +14150,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14195,7 +14195,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14353,7 +14353,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14494,7 +14494,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui2.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui2.cpp +index 63e376f..b0abee7 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui2.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui2.cpp +@@ -203,7 +203,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -333,7 +333,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -361,7 +361,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -406,7 +406,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -451,7 +451,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -609,7 +609,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -722,7 +722,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1009,7 +1009,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1139,7 +1139,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1167,7 +1167,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1212,7 +1212,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1257,7 +1257,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1415,7 +1415,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1528,7 +1528,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2238,7 +2238,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2351,7 +2351,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2379,7 +2379,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2424,7 +2424,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2469,7 +2469,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2627,7 +2627,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2768,7 +2768,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3059,7 +3059,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3172,7 +3172,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3200,7 +3200,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3245,7 +3245,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3290,7 +3290,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3465,7 +3465,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3578,7 +3578,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3885,7 +3885,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4015,7 +4015,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4060,7 +4060,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4105,7 +4105,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4263,7 +4263,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4376,7 +4376,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5012,7 +5012,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5057,7 +5057,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5085,7 +5085,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5113,7 +5113,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"Qt::Orientations"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- Qt::Orientations returnValue; ++ Qt::Orientations returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5169,7 +5169,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QWidget*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5214,7 +5214,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5242,7 +5242,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QLayoutItem*" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QLayoutItem* returnValue; ++ QLayoutItem* returnValue = 0; + void* args[2] = {NULL, (void*)&index}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5270,7 +5270,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QLayout*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QLayout* returnValue; ++ QLayout* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5371,7 +5371,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QLayoutItem*" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QLayoutItem* returnValue; ++ QLayoutItem* returnValue = 0; + void* args[2] = {NULL, (void*)&index}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5759,7 +5759,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5872,7 +5872,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5900,7 +5900,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5945,7 +5945,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5990,7 +5990,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6148,7 +6148,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6289,7 +6289,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6544,7 +6544,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6572,7 +6572,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6731,7 +6731,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6793,7 +6793,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QGraphicsLayoutItem*" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QGraphicsLayoutItem* returnValue; ++ QGraphicsLayoutItem* returnValue = 0; + void* args[2] = {NULL, (void*)&index}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7027,7 +7027,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7055,7 +7055,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7143,7 +7143,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QGraphicsItem*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&item}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7283,7 +7283,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7345,7 +7345,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QGraphicsLayoutItem*" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QGraphicsLayoutItem* returnValue; ++ QGraphicsLayoutItem* returnValue = 0; + void* args[2] = {NULL, (void*)&index}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7695,7 +7695,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QGraphicsItem*" , "Qt::ItemSelectionMode"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&other, (void*)&mode}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7723,7 +7723,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QPainterPath&" , "Qt::ItemSelectionMode"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&path, (void*)&mode}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7751,7 +7751,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QPointF&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&point}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8022,7 +8022,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QGraphicsItem*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&item}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8225,7 +8225,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8253,7 +8253,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QGraphicsItem*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&watched, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8326,7 +8326,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QGraphicsItem::Extension"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&extension}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8354,7 +8354,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9512,7 +9512,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9540,7 +9540,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9766,7 +9766,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QGraphicsItem*" , "Qt::ItemSelectionMode"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&other, (void*)&mode}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9794,7 +9794,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QPainterPath&" , "Qt::ItemSelectionMode"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&path, (void*)&mode}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9822,7 +9822,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QPointF&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&point}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10093,7 +10093,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QGraphicsItem*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&item}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10296,7 +10296,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10324,7 +10324,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QGraphicsItem*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&watched, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10397,7 +10397,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QGraphicsItem::Extension"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&extension}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10425,7 +10425,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10511,7 +10511,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10573,7 +10573,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QGraphicsLayoutItem*" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QGraphicsLayoutItem* returnValue; ++ QGraphicsLayoutItem* returnValue = 0; + void* args[2] = {NULL, (void*)&i}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11043,7 +11043,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QGraphicsItem*" , "Qt::ItemSelectionMode"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&other, (void*)&mode}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11071,7 +11071,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QPainterPath&" , "Qt::ItemSelectionMode"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&path, (void*)&mode}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11099,7 +11099,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QPointF&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&point}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11370,7 +11370,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QGraphicsItem*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&item}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11573,7 +11573,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11601,7 +11601,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QGraphicsItem*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&watched, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11657,7 +11657,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11781,7 +11781,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11843,7 +11843,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QGraphicsLayoutItem*" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QGraphicsLayoutItem* returnValue; ++ QGraphicsLayoutItem* returnValue = 0; + void* args[2] = {NULL, (void*)&index}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12104,7 +12104,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QGraphicsItem*" , "Qt::ItemSelectionMode"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&other, (void*)&mode}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12132,7 +12132,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QPainterPath&" , "Qt::ItemSelectionMode"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&path, (void*)&mode}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12160,7 +12160,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QPointF&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&point}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12290,7 +12290,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12318,7 +12318,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12504,7 +12504,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QGraphicsItem*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&item}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12707,7 +12707,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12735,7 +12735,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QGraphicsItem*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&watched, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12808,7 +12808,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QGraphicsItem::Extension"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&extension}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12853,7 +12853,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12992,7 +12992,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13020,7 +13020,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13103,7 +13103,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QGraphicsItem*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&item}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui3.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui3.cpp +index f558afd..b773a32 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui3.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui3.cpp +@@ -120,7 +120,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QGraphicsItem*" , "Qt::ItemSelectionMode"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&other, (void*)&mode}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -148,7 +148,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QPainterPath&" , "Qt::ItemSelectionMode"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&path, (void*)&mode}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -176,7 +176,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QPointF&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&point}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -447,7 +447,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QGraphicsItem*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&item}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -650,7 +650,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -678,7 +678,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QGraphicsItem*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&watched, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -734,7 +734,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -874,7 +874,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QGraphicsItem*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&item}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1063,7 +1063,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1091,7 +1091,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&object, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1119,7 +1119,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1492,7 +1492,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1644,7 +1644,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QGraphicsItem*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&item}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1815,7 +1815,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1843,7 +1843,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1985,7 +1985,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2013,7 +2013,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2279,7 +2279,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2307,7 +2307,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&watched, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3610,7 +3610,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QGraphicsItem*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&item}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3765,7 +3765,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3793,7 +3793,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4039,7 +4039,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4067,7 +4067,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4220,7 +4220,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4384,7 +4384,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4412,7 +4412,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4457,7 +4457,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4502,7 +4502,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4660,7 +4660,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4773,7 +4773,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4903,7 +4903,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5536,7 +5536,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5564,7 +5564,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5592,7 +5592,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5965,7 +5965,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6426,7 +6426,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6471,7 +6471,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6499,7 +6499,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6527,7 +6527,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"Qt::Orientations"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- Qt::Orientations returnValue; ++ Qt::Orientations returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6583,7 +6583,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QWidget*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6628,7 +6628,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6656,7 +6656,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QLayoutItem*" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QLayoutItem* returnValue; ++ QLayoutItem* returnValue = 0; + void* args[2] = {NULL, (void*)&index}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6684,7 +6684,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QLayout*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QLayout* returnValue; ++ QLayout* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6785,7 +6785,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QLayoutItem*" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QLayoutItem* returnValue; ++ QLayoutItem* returnValue = 0; + void* args[2] = {NULL, (void*)&index}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7142,7 +7142,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7255,7 +7255,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7283,7 +7283,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7328,7 +7328,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7373,7 +7373,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7531,7 +7531,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7644,7 +7644,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7941,7 +7941,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7986,7 +7986,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8014,7 +8014,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8042,7 +8042,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"Qt::Orientations"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- Qt::Orientations returnValue; ++ Qt::Orientations returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8098,7 +8098,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QWidget*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8143,7 +8143,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8171,7 +8171,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QLayoutItem*" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QLayoutItem* returnValue; ++ QLayoutItem* returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8199,7 +8199,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QLayout*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QLayout* returnValue; ++ QLayout* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8300,7 +8300,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QLayoutItem*" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QLayoutItem* returnValue; ++ QLayoutItem* returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8525,7 +8525,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8638,7 +8638,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&" , "QAbstractItemView::EditTrigger" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&index, (void*)&trigger, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8700,7 +8700,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8728,7 +8728,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8773,7 +8773,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8818,7 +8818,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8863,7 +8863,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8998,7 +8998,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&index}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9111,7 +9111,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9224,7 +9224,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9478,7 +9478,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QItemSelectionModel::SelectionFlags" , "const QModelIndex&" , "const QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- QItemSelectionModel::SelectionFlags returnValue; ++ QItemSelectionModel::SelectionFlags returnValue = 0; + void* args[3] = {NULL, (void*)&index, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9591,7 +9591,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&column}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9619,7 +9619,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&row}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9749,7 +9749,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9839,7 +9839,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui4.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui4.cpp +index d0fcd2f..c28acdf 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui4.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui4.cpp +@@ -152,7 +152,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -180,7 +180,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -259,7 +259,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -287,7 +287,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -343,7 +343,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -371,7 +371,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&imageNumber}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -399,7 +399,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -427,7 +427,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -483,7 +483,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -539,7 +539,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QImage*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&image}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -584,7 +584,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QImageIOHandler::ImageOption"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&option}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -612,7 +612,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QImage&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&image}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -721,7 +721,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QImageIOPlugin::Capabilities" , "QIODevice*" , "const QByteArray&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- QImageIOPlugin::Capabilities returnValue; ++ QImageIOPlugin::Capabilities returnValue = 0; + void* args[3] = {NULL, (void*)&device, (void*)&format}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -766,7 +766,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QImageIOHandler*" , "QIODevice*" , "const QByteArray&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- QImageIOHandler* returnValue; ++ QImageIOHandler* returnValue = 0; + void* args[3] = {NULL, (void*)&device, (void*)&format}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -811,7 +811,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -839,7 +839,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1303,7 +1303,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1331,7 +1331,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1359,7 +1359,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1443,7 +1443,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1700,7 +1700,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QInputContext*" , "const QString&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QInputContext* returnValue; ++ QInputContext* returnValue = 0; + void* args[2] = {NULL, (void*)&key}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1801,7 +1801,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1829,7 +1829,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2055,7 +2055,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2185,7 +2185,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2213,7 +2213,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2258,7 +2258,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2303,7 +2303,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2461,7 +2461,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2574,7 +2574,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3022,7 +3022,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3050,7 +3050,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3214,7 +3214,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QWidget*" , "QWidget*" , "const QStyleOptionViewItem&" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- QWidget* returnValue; ++ QWidget* returnValue = 0; + void* args[4] = {NULL, (void*)&parent, (void*)&option, (void*)&index}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3327,7 +3327,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*" , "QAbstractItemModel*" , "const QStyleOptionViewItem&" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(5, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[5] = {NULL, (void*)&event, (void*)&model, (void*)&option, (void*)&index}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3355,7 +3355,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3383,7 +3383,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&object, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3610,7 +3610,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QWidget*" , "QWidget*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QWidget* returnValue; ++ QWidget* returnValue = 0; + void* args[2] = {NULL, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3672,7 +3672,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QWidget*" , "QVariant::Type" , "QWidget*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- QWidget* returnValue; ++ QWidget* returnValue = 0; + void* args[3] = {NULL, (void*)&type, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4060,7 +4060,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4088,7 +4088,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4466,7 +4466,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4494,7 +4494,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4522,7 +4522,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4726,7 +4726,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4839,7 +4839,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4867,7 +4867,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4912,7 +4912,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4957,7 +4957,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5115,7 +5115,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5256,7 +5256,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5578,7 +5578,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5691,7 +5691,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5719,7 +5719,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5764,7 +5764,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5809,7 +5809,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5967,7 +5967,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6080,7 +6080,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6434,7 +6434,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6479,7 +6479,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6507,7 +6507,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6535,7 +6535,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"Qt::Orientations"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- Qt::Orientations returnValue; ++ Qt::Orientations returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6591,7 +6591,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6619,7 +6619,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6647,7 +6647,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QWidget*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6692,7 +6692,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6720,7 +6720,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QLayoutItem*" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QLayoutItem* returnValue; ++ QLayoutItem* returnValue = 0; + void* args[2] = {NULL, (void*)&index}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6748,7 +6748,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QLayout*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QLayout* returnValue; ++ QLayout* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6804,7 +6804,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6905,7 +6905,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QSpacerItem*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QSpacerItem* returnValue; ++ QSpacerItem* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6933,7 +6933,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QLayoutItem*" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QLayoutItem* returnValue; ++ QLayoutItem* returnValue = 0; + void* args[2] = {NULL, (void*)&index}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6978,7 +6978,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QWidget*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QWidget* returnValue; ++ QWidget* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7206,7 +7206,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"Qt::Orientations"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- Qt::Orientations returnValue; ++ Qt::Orientations returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7262,7 +7262,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7290,7 +7290,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7335,7 +7335,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7363,7 +7363,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QLayout*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QLayout* returnValue; ++ QLayout* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7419,7 +7419,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7520,7 +7520,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QSpacerItem*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QSpacerItem* returnValue; ++ QSpacerItem* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7548,7 +7548,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QWidget*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QWidget* returnValue; ++ QWidget* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7734,7 +7734,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7847,7 +7847,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7875,7 +7875,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7920,7 +7920,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7965,7 +7965,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8123,7 +8123,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8236,7 +8236,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8920,7 +8920,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9033,7 +9033,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&" , "QAbstractItemView::EditTrigger" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&index, (void*)&trigger, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9095,7 +9095,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9123,7 +9123,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9168,7 +9168,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9213,7 +9213,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9258,7 +9258,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9393,7 +9393,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&index}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9506,7 +9506,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9619,7 +9619,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9828,7 +9828,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QItemSelectionModel::SelectionFlags" , "const QModelIndex&" , "const QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- QItemSelectionModel::SelectionFlags returnValue; ++ QItemSelectionModel::SelectionFlags returnValue = 0; + void* args[3] = {NULL, (void*)&index, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9941,7 +9941,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&column}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9969,7 +9969,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&row}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10099,7 +10099,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10189,7 +10189,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10761,7 +10761,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10874,7 +10874,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "const QMimeData*" , "Qt::DropAction"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&index, (void*)&data, (void*)&action}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10902,7 +10902,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&" , "QAbstractItemView::EditTrigger" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&index, (void*)&trigger, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10964,7 +10964,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10992,7 +10992,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11037,7 +11037,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11082,7 +11082,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11127,7 +11127,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11262,7 +11262,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&index}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11375,7 +11375,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11403,7 +11403,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QMimeData*" , "const QList"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QMimeData* returnValue; ++ QMimeData* returnValue = 0; + void* args[2] = {NULL, (void*)&items}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11544,7 +11544,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11753,7 +11753,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QItemSelectionModel::SelectionFlags" , "const QModelIndex&" , "const QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- QItemSelectionModel::SelectionFlags returnValue; ++ QItemSelectionModel::SelectionFlags returnValue = 0; + void* args[3] = {NULL, (void*)&index, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11849,7 +11849,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&column}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11877,7 +11877,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&row}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11922,7 +11922,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"Qt::DropActions"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- Qt::DropActions returnValue; ++ Qt::DropActions returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12035,7 +12035,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12125,7 +12125,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12407,7 +12407,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QListWidgetItem*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QListWidgetItem* returnValue; ++ QListWidgetItem* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12463,7 +12463,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QListWidgetItem&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&other}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12833,7 +12833,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QMenu*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QMenu* returnValue; ++ QMenu* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12878,7 +12878,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12991,7 +12991,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13019,7 +13019,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13064,7 +13064,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13109,7 +13109,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13267,7 +13267,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13408,7 +13408,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui5.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui5.cpp +index cb77279..d17e746 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui5.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui5.cpp +@@ -534,7 +534,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -647,7 +647,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -675,7 +675,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&object, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -720,7 +720,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -765,7 +765,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -923,7 +923,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1036,7 +1036,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1166,7 +1166,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1469,7 +1469,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1582,7 +1582,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1610,7 +1610,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&object, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1655,7 +1655,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1700,7 +1700,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1858,7 +1858,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1971,7 +1971,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2389,7 +2389,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2502,7 +2502,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2530,7 +2530,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2575,7 +2575,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2620,7 +2620,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2778,7 +2778,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2919,7 +2919,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3411,7 +3411,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3524,7 +3524,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3552,7 +3552,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3597,7 +3597,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3642,7 +3642,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3800,7 +3800,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3913,7 +3913,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4370,7 +4370,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4500,7 +4500,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4528,7 +4528,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4573,7 +4573,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4618,7 +4618,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4776,7 +4776,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4889,7 +4889,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5405,7 +5405,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5433,7 +5433,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&o, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5545,7 +5545,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QStyle::PixelMetric" , "const QStyleOption*" , "const QWidget*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[4] = {NULL, (void*)&metric, (void*)&option, (void*)&widget}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5708,7 +5708,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QStyle::StyleHint" , "const QStyleOption*" , "const QWidget*" , "QStyleHintReturn*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(5, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[5] = {NULL, (void*)&hint, (void*)&opt, (void*)&widget, (void*)&returnData}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6043,7 +6043,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6071,7 +6071,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6099,7 +6099,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6261,7 +6261,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6289,7 +6289,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6587,7 +6587,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6717,7 +6717,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6745,7 +6745,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6773,7 +6773,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6818,7 +6818,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6863,7 +6863,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7021,7 +7021,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7134,7 +7134,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7346,7 +7346,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7374,7 +7374,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&metric}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7402,7 +7402,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7506,7 +7506,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QPaintDevice*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&pdev}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7817,7 +7817,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9606,7 +9606,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9634,7 +9634,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9720,7 +9720,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9748,7 +9748,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&m}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9776,7 +9776,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9940,7 +9940,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9968,7 +9968,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9996,7 +9996,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QString&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&format}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10052,7 +10052,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QString&" , "const QString&" , "QPicture*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&format, (void*)&filename, (void*)&pic}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10080,7 +10080,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QString&" , "const QString&" , "const QPicture&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&format, (void*)&filename, (void*)&pic}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10309,7 +10309,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10337,7 +10337,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10632,7 +10632,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QMimeData*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&source}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10728,7 +10728,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QMimeData*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QMimeData* returnValue; ++ QMimeData* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10773,7 +10773,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10886,7 +10886,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10914,7 +10914,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10959,7 +10959,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11004,7 +11004,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11207,7 +11207,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11320,7 +11320,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11450,7 +11450,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11994,7 +11994,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12022,7 +12022,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&watched, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12134,7 +12134,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QStyle::PixelMetric" , "const QStyleOption*" , "const QWidget*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[4] = {NULL, (void*)&metric, (void*)&option, (void*)&widget}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12297,7 +12297,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QStyle::StyleHint" , "const QStyleOption*" , "const QWidget*" , "QStyleHintReturn*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(5, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[5] = {NULL, (void*)&hint, (void*)&option, (void*)&widget, (void*)&returnData}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui6.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui6.cpp +index 4cb93f4..4eb41a2 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui6.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui6.cpp +@@ -198,7 +198,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -328,7 +328,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -356,7 +356,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -384,7 +384,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -429,7 +429,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -474,7 +474,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -632,7 +632,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -745,7 +745,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -947,7 +947,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -975,7 +975,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1003,7 +1003,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1229,7 +1229,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1359,7 +1359,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1387,7 +1387,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1432,7 +1432,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1477,7 +1477,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1635,7 +1635,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1748,7 +1748,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2032,7 +2032,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2145,7 +2145,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2173,7 +2173,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2218,7 +2218,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2263,7 +2263,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2421,7 +2421,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2562,7 +2562,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2770,7 +2770,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2798,7 +2798,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2826,7 +2826,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3271,7 +3271,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3384,7 +3384,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3412,7 +3412,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3457,7 +3457,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3502,7 +3502,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3660,7 +3660,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3773,7 +3773,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4151,7 +4151,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4281,7 +4281,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4309,7 +4309,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4354,7 +4354,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4399,7 +4399,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4557,7 +4557,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4670,7 +4670,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5046,7 +5046,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5074,7 +5074,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5186,7 +5186,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QStyle::PixelMetric" , "const QStyleOption*" , "const QWidget*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[4] = {NULL, (void*)&metric, (void*)&option, (void*)&widget}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5349,7 +5349,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QStyle::StyleHint" , "const QStyleOption*" , "const QWidget*" , "QStyleHintReturn*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(5, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[5] = {NULL, (void*)&hint, (void*)&option, (void*)&widget, (void*)&returnData}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5729,7 +5729,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5842,7 +5842,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5870,7 +5870,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5915,7 +5915,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5960,7 +5960,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6005,7 +6005,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QPoint&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&pos}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6146,7 +6146,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6276,7 +6276,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6888,7 +6888,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7001,7 +7001,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7029,7 +7029,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7074,7 +7074,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7119,7 +7119,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7164,7 +7164,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QPoint&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7305,7 +7305,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7463,7 +7463,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7662,7 +7662,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7690,7 +7690,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7923,7 +7923,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8036,7 +8036,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8064,7 +8064,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8109,7 +8109,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8154,7 +8154,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8312,7 +8312,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8453,7 +8453,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8784,7 +8784,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8897,7 +8897,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8925,7 +8925,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8970,7 +8970,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9015,7 +9015,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9173,7 +9173,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9286,7 +9286,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9416,7 +9416,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9644,7 +9644,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9757,7 +9757,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9785,7 +9785,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9830,7 +9830,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9875,7 +9875,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10033,7 +10033,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10174,7 +10174,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10470,7 +10470,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10498,7 +10498,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10747,7 +10747,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10860,7 +10860,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10888,7 +10888,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10933,7 +10933,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -10978,7 +10978,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11136,7 +11136,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11277,7 +11277,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11570,7 +11570,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11683,7 +11683,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11711,7 +11711,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11756,7 +11756,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11801,7 +11801,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -11959,7 +11959,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12072,7 +12072,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12301,7 +12301,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12329,7 +12329,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12415,7 +12415,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"Qt::Orientations"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- Qt::Orientations returnValue; ++ Qt::Orientations returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12471,7 +12471,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12499,7 +12499,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12544,7 +12544,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12572,7 +12572,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QLayout*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QLayout* returnValue; ++ QLayout* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12628,7 +12628,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12729,7 +12729,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QSpacerItem*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QSpacerItem* returnValue; ++ QSpacerItem* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12757,7 +12757,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QWidget*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QWidget* returnValue; ++ QWidget* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -12955,7 +12955,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13068,7 +13068,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13096,7 +13096,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13158,7 +13158,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13203,7 +13203,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13361,7 +13361,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13474,7 +13474,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13570,7 +13570,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QAbstractSpinBox::StepEnabled"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QAbstractSpinBox::StepEnabled returnValue; ++ QAbstractSpinBox::StepEnabled returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13688,7 +13688,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "const QString&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&text}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -13931,7 +13931,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14061,7 +14061,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14089,7 +14089,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14134,7 +14134,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14179,7 +14179,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14337,7 +14337,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14478,7 +14478,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14761,7 +14761,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QSplitterHandle*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QSplitterHandle* returnValue; ++ QSplitterHandle* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14806,7 +14806,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14919,7 +14919,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14947,7 +14947,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -14992,7 +14992,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -15037,7 +15037,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -15195,7 +15195,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -15308,7 +15308,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -15710,7 +15710,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -15823,7 +15823,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -15851,7 +15851,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -15896,7 +15896,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -15941,7 +15941,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -16099,7 +16099,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -16240,7 +16240,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -16460,7 +16460,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -16505,7 +16505,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -16533,7 +16533,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -16561,7 +16561,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"Qt::Orientations"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- Qt::Orientations returnValue; ++ Qt::Orientations returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -16617,7 +16617,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QWidget*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -16662,7 +16662,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -16690,7 +16690,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QLayoutItem*" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QLayoutItem* returnValue; ++ QLayoutItem* returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -16718,7 +16718,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QLayout*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QLayout* returnValue; ++ QLayout* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -16819,7 +16819,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QLayoutItem*" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QLayoutItem* returnValue; ++ QLayoutItem* returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui7.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui7.cpp +index 4200fd0..e08ea9b 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui7.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui7.cpp +@@ -157,7 +157,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -270,7 +270,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -298,7 +298,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -343,7 +343,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -388,7 +388,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -546,7 +546,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -687,7 +687,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -868,7 +868,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QStandardItem*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QStandardItem* returnValue; ++ QStandardItem* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -924,7 +924,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QStandardItem&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&other}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -986,7 +986,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1472,7 +1472,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1517,7 +1517,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1590,7 +1590,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QMimeData*" , "Qt::DropAction" , "int" , "int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(6, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[6] = {NULL, (void*)&data, (void*)&action, (void*)&row, (void*)&column, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1618,7 +1618,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1646,7 +1646,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1691,7 +1691,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"Qt::ItemFlags" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- Qt::ItemFlags returnValue; ++ Qt::ItemFlags returnValue = 0; + void* args[2] = {NULL, (void*)&index}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1719,7 +1719,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1803,7 +1803,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&column, (void*)&count, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1831,7 +1831,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&row, (void*)&count, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1915,7 +1915,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QMimeData*" , "const QList&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QMimeData* returnValue; ++ QMimeData* returnValue = 0; + void* args[2] = {NULL, (void*)&indexes}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1999,7 +1999,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&column, (void*)&count, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2027,7 +2027,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&row, (void*)&count, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2072,7 +2072,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2100,7 +2100,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&" , "const QVariant&" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&index, (void*)&value, (void*)&role}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2128,7 +2128,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "Qt::Orientation" , "const QVariant&" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(5, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[5] = {NULL, (void*)§ion, (void*)&orientation, (void*)&value, (void*)&role}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2156,7 +2156,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&" , "const QMap&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&index, (void*)&roles}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2229,7 +2229,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2257,7 +2257,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"Qt::DropActions"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- Qt::DropActions returnValue; ++ Qt::DropActions returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2674,7 +2674,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2787,7 +2787,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2815,7 +2815,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2860,7 +2860,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2905,7 +2905,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3063,7 +3063,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3204,7 +3204,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3467,7 +3467,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3557,7 +3557,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QMimeData*" , "Qt::DropAction" , "int" , "int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(6, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[6] = {NULL, (void*)&data, (void*)&action, (void*)&row, (void*)&column, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3585,7 +3585,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3613,7 +3613,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3658,7 +3658,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"Qt::ItemFlags" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- Qt::ItemFlags returnValue; ++ Qt::ItemFlags returnValue = 0; + void* args[2] = {NULL, (void*)&index}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3742,7 +3742,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&column, (void*)&count, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3770,7 +3770,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&row, (void*)&count, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3854,7 +3854,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QMimeData*" , "const QList&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QMimeData* returnValue; ++ QMimeData* returnValue = 0; + void* args[2] = {NULL, (void*)&indexes}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3910,7 +3910,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&column, (void*)&count, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3938,7 +3938,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&row, (void*)&count, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3983,7 +3983,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&parent}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4011,7 +4011,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&" , "const QVariant&" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&index, (void*)&value, (void*)&role}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4039,7 +4039,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "Qt::Orientation" , "const QVariant&" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(5, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[5] = {NULL, (void*)§ion, (void*)&orientation, (void*)&value, (void*)&role}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4067,7 +4067,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&" , "const QMap&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&index, (void*)&roles}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4140,7 +4140,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4168,7 +4168,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"Qt::DropActions"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- Qt::DropActions returnValue; ++ Qt::DropActions returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4392,7 +4392,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4420,7 +4420,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4560,7 +4560,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QStyle::PixelMetric" , "const QStyleOption*" , "const QWidget*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[4] = {NULL, (void*)&metric, (void*)&option, (void*)&widget}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4723,7 +4723,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QStyle::StyleHint" , "const QStyleOption*" , "const QWidget*" , "QStyleHintReturn*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(5, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[5] = {NULL, (void*)&stylehint, (void*)&opt, (void*)&widget, (void*)&returnData}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp +index fdda27e..5e356f9 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp +@@ -333,7 +333,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QStyle*" , "const QString&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QStyle* returnValue; ++ QStyle* returnValue = 0; + void* args[2] = {NULL, (void*)&key}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -378,7 +378,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -406,7 +406,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -502,7 +502,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QWidget*" , "QWidget*" , "const QStyleOptionViewItem&" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- QWidget* returnValue; ++ QWidget* returnValue = 0; + void* args[4] = {NULL, (void*)&parent, (void*)&option, (void*)&index}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -575,7 +575,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*" , "QAbstractItemModel*" , "const QStyleOptionViewItem&" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(5, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[5] = {NULL, (void*)&event, (void*)&model, (void*)&option, (void*)&index}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -603,7 +603,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -631,7 +631,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&object, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -889,7 +889,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -917,7 +917,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1022,7 +1022,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1050,7 +1050,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1170,7 +1170,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1198,7 +1198,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1415,7 +1415,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1528,7 +1528,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1556,7 +1556,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1601,7 +1601,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1646,7 +1646,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1804,7 +1804,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1917,7 +1917,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2549,7 +2549,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2662,7 +2662,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2690,7 +2690,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2735,7 +2735,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2780,7 +2780,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2938,7 +2938,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3051,7 +3051,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3636,7 +3636,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3749,7 +3749,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&" , "QAbstractItemView::EditTrigger" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&index, (void*)&trigger, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3811,7 +3811,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3839,7 +3839,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3884,7 +3884,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3929,7 +3929,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3974,7 +3974,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4109,7 +4109,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&index}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4222,7 +4222,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4335,7 +4335,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4544,7 +4544,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QItemSelectionModel::SelectionFlags" , "const QModelIndex&" , "const QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- QItemSelectionModel::SelectionFlags returnValue; ++ QItemSelectionModel::SelectionFlags returnValue = 0; + void* args[3] = {NULL, (void*)&index, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4657,7 +4657,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&column}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4685,7 +4685,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&row}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4815,7 +4815,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4905,7 +4905,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5447,7 +5447,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5560,7 +5560,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int" , "int" , "const QMimeData*" , "Qt::DropAction"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(5, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[5] = {NULL, (void*)&row, (void*)&column, (void*)&data, (void*)&action}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5588,7 +5588,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&" , "QAbstractItemView::EditTrigger" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[4] = {NULL, (void*)&index, (void*)&trigger, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5650,7 +5650,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5678,7 +5678,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5723,7 +5723,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5768,7 +5768,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5813,7 +5813,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5948,7 +5948,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QModelIndex&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&index}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6061,7 +6061,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6089,7 +6089,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QMimeData*" , "const QList"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QMimeData* returnValue; ++ QMimeData* returnValue = 0; + void* args[2] = {NULL, (void*)&items}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6230,7 +6230,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6439,7 +6439,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QItemSelectionModel::SelectionFlags" , "const QModelIndex&" , "const QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- QItemSelectionModel::SelectionFlags returnValue; ++ QItemSelectionModel::SelectionFlags returnValue = 0; + void* args[3] = {NULL, (void*)&index, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6535,7 +6535,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&column}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6563,7 +6563,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&row}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6608,7 +6608,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"Qt::DropActions"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- Qt::DropActions returnValue; ++ Qt::DropActions returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6721,7 +6721,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6811,7 +6811,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7157,7 +7157,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QTableWidgetItem*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QTableWidgetItem* returnValue; ++ QTableWidgetItem* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7213,7 +7213,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QTableWidgetItem&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&other}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp +index 298f275..825c580 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp +@@ -165,7 +165,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -193,7 +193,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -295,7 +295,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QMimeData*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&source}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -391,7 +391,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QMimeData*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QMimeData* returnValue; ++ QMimeData* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -436,7 +436,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -549,7 +549,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -577,7 +577,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -622,7 +622,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -684,7 +684,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -904,7 +904,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1017,7 +1017,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1181,7 +1181,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1653,7 +1653,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QTextCodec*" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QTextCodec* returnValue; ++ QTextCodec* returnValue = 0; + void* args[2] = {NULL, (void*)&mib}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1681,7 +1681,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QTextCodec*" , "const QByteArray&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QTextCodec* returnValue; ++ QTextCodec* returnValue = 0; + void* args[2] = {NULL, (void*)&name}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1726,7 +1726,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1754,7 +1754,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2252,7 +2252,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QTextObject*" , "const QTextFormat&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QTextObject* returnValue; ++ QTextObject* returnValue = 0; + void* args[2] = {NULL, (void*)&f}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2297,7 +2297,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2325,7 +2325,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2897,7 +2897,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QMimeData*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&source}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2993,7 +2993,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QMimeData*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QMimeData* returnValue; ++ QMimeData* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3038,7 +3038,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3151,7 +3151,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3179,7 +3179,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3224,7 +3224,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3269,7 +3269,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3472,7 +3472,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3585,7 +3585,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3715,7 +3715,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4289,7 +4289,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4317,7 +4317,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4928,7 +4928,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4956,7 +4956,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5117,7 +5117,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5145,7 +5145,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5246,7 +5246,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5274,7 +5274,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5799,7 +5799,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5912,7 +5912,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5940,7 +5940,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6002,7 +6002,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6047,7 +6047,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6205,7 +6205,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6318,7 +6318,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6414,7 +6414,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QAbstractSpinBox::StepEnabled"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QAbstractSpinBox::StepEnabled returnValue; ++ QAbstractSpinBox::StepEnabled returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6661,7 +6661,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6774,7 +6774,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&event}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6802,7 +6802,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6847,7 +6847,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6892,7 +6892,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7050,7 +7050,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7191,7 +7191,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7637,7 +7637,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7750,7 +7750,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7778,7 +7778,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7823,7 +7823,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -7868,7 +7868,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8060,7 +8060,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8201,7 +8201,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8571,7 +8571,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8684,7 +8684,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&e}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8712,7 +8712,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8757,7 +8757,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&next}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8802,7 +8802,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8847,7 +8847,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QPoint&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&pos}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -8988,7 +8988,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -9118,7 +9118,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui_builtin/com_trolltech_qt_gui_builtin0.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui_builtin/com_trolltech_qt_gui_builtin0.cpp +index cb99423..e7c669c 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui_builtin/com_trolltech_qt_gui_builtin0.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui_builtin/com_trolltech_qt_gui_builtin0.cpp +@@ -51,7 +51,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -79,7 +79,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -107,7 +107,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1331,7 +1331,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1359,7 +1359,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&metric}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1387,7 +1387,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2500,7 +2500,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2528,7 +2528,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int" , "QPaintDevice::PaintDeviceMetric"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2556,7 +2556,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QPaintEngine*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QPaintEngine* returnValue; ++ QPaintEngine* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_network/com_trolltech_qt_network0.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_network/com_trolltech_qt_network0.cpp +index 65ca21d..c9c9553 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_network/com_trolltech_qt_network0.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_network/com_trolltech_qt_network0.cpp +@@ -44,7 +44,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -123,7 +123,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QIODevice*" , "const QUrl&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QIODevice* returnValue; ++ QIODevice* returnValue = 0; + void* args[2] = {NULL, (void*)&url}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -151,7 +151,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -179,7 +179,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -252,7 +252,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QIODevice*" , "const QNetworkCacheMetaData&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QIODevice* returnValue; ++ QIODevice* returnValue = 0; + void* args[2] = {NULL, (void*)&metaData}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -280,7 +280,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QUrl&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&url}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -344,7 +344,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -372,7 +372,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -400,7 +400,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -428,7 +428,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -507,7 +507,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -535,7 +535,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -563,7 +563,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -591,7 +591,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QIODevice::OpenMode"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&mode}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -619,7 +619,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -647,7 +647,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&data, (void*)&maxlen}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -675,7 +675,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&data, (void*)&maxlen}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -703,7 +703,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -731,7 +731,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&pos}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -759,7 +759,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -804,7 +804,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&msecs}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -832,7 +832,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&msecs}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -860,7 +860,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "const char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&data, (void*)&len}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1143,7 +1143,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1171,7 +1171,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1598,7 +1598,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1626,7 +1626,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1815,7 +1815,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1843,7 +1843,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -1871,7 +1871,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QString&" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&line, (void*)&number}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2033,7 +2033,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2061,7 +2061,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2089,7 +2089,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QString&" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&line, (void*)&number}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2199,7 +2199,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2227,7 +2227,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- int returnValue; ++ int returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2255,7 +2255,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QString&" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&line, (void*)&number}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2405,7 +2405,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2433,7 +2433,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2461,7 +2461,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2506,7 +2506,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QLocalSocket*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QLocalSocket* returnValue; ++ QLocalSocket* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2627,7 +2627,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2655,7 +2655,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2683,7 +2683,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2711,7 +2711,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2790,7 +2790,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2818,7 +2818,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2846,7 +2846,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2874,7 +2874,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QIODevice::OpenMode"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&mode}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2902,7 +2902,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2930,7 +2930,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2958,7 +2958,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&data, (void*)&maxlen}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -2986,7 +2986,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3014,7 +3014,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&pos}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3042,7 +3042,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3087,7 +3087,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&msecs}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3115,7 +3115,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&msecs}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3143,7 +3143,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "const char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3314,7 +3314,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QNetworkReply*" , "QNetworkAccessManager::Operation" , "const QNetworkRequest&" , "QIODevice*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(4, argumentList); +- QNetworkReply* returnValue; ++ QNetworkReply* returnValue = 0; + void* args[4] = {NULL, (void*)&op, (void*)&request, (void*)&outgoingData}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3359,7 +3359,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3387,7 +3387,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3849,7 +3849,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3877,7 +3877,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3905,7 +3905,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QList&" , "const QUrl&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&cookieList, (void*)&url}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -3966,7 +3966,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4045,7 +4045,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QIODevice*" , "const QUrl&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QIODevice* returnValue; ++ QIODevice* returnValue = 0; + void* args[2] = {NULL, (void*)&url}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4073,7 +4073,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4101,7 +4101,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4129,7 +4129,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4202,7 +4202,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QIODevice*" , "const QNetworkCacheMetaData&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- QIODevice* returnValue; ++ QIODevice* returnValue = 0; + void* args[2] = {NULL, (void*)&metaData}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4230,7 +4230,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "const QUrl&"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&url}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4704,7 +4704,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4732,7 +4732,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4760,7 +4760,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4788,7 +4788,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4867,7 +4867,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4895,7 +4895,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4940,7 +4940,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4968,7 +4968,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QIODevice::OpenMode"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&mode}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -4996,7 +4996,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5024,7 +5024,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&data, (void*)&maxlen}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5052,7 +5052,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&data, (void*)&maxlen}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5080,7 +5080,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5108,7 +5108,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&pos}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5153,7 +5153,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5198,7 +5198,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&msecs}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5226,7 +5226,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&msecs}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5254,7 +5254,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "const char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&data, (void*)&len}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5485,7 +5485,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5513,7 +5513,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5541,7 +5541,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5586,7 +5586,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"QTcpSocket*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- QTcpSocket* returnValue; ++ QTcpSocket* returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5722,7 +5722,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5750,7 +5750,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5778,7 +5778,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5806,7 +5806,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5885,7 +5885,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5913,7 +5913,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5941,7 +5941,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5969,7 +5969,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QIODevice::OpenMode"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&mode}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -5997,7 +5997,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6025,7 +6025,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&data, (void*)&maxlen}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6053,7 +6053,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&data, (void*)&maxlen}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6081,7 +6081,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6109,7 +6109,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&pos}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6137,7 +6137,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6182,7 +6182,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&msecs}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6210,7 +6210,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&msecs}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6238,7 +6238,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "const char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&data, (void*)&len}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6272,7 +6272,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6300,7 +6300,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6328,7 +6328,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6356,7 +6356,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6435,7 +6435,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6463,7 +6463,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6491,7 +6491,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6519,7 +6519,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QIODevice::OpenMode"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&mode}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6547,7 +6547,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6575,7 +6575,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&data, (void*)&maxlen}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6603,7 +6603,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&data, (void*)&maxlen}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6631,7 +6631,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6659,7 +6659,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&pos}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6687,7 +6687,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6732,7 +6732,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&msecs}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6760,7 +6760,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&msecs}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -6788,7 +6788,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "const char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&data, (void*)&len}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_network/com_trolltech_qt_network1.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_network/com_trolltech_qt_network1.cpp +index 61e2158..0afa431 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_network/com_trolltech_qt_network1.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_network/com_trolltech_qt_network1.cpp +@@ -105,7 +105,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -133,7 +133,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -161,7 +161,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&data, (void*)&maxlen}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -189,7 +189,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "const char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&data, (void*)&len}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -217,7 +217,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -245,7 +245,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&msecs}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -273,7 +273,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -318,7 +318,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "int"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&msecs}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -346,7 +346,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64" , "char*" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[3] = {NULL, (void*)&data, (void*)&maxlen}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -374,7 +374,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -402,7 +402,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -430,7 +430,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- qint64 returnValue; ++ qint64 returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -458,7 +458,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(1, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[1] = {NULL}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -486,7 +486,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QIODevice::OpenMode"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&mode}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -514,7 +514,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "qint64"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&pos}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -593,7 +593,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(2, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[2] = {NULL, (void*)&arg__1}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +@@ -621,7 +621,7 @@ if (_wrapper) { + if (obj && !PythonQtSlotFunction_Check(obj)) { + static const char* argumentList[] ={"bool" , "QObject*" , "QEvent*"}; + static const PythonQtMethodInfo* methodInfo = PythonQtMethodInfo::getCachedMethodInfoFromArgumentList(3, argumentList); +- bool returnValue; ++ bool returnValue = 0; + void* args[3] = {NULL, (void*)&arg__1, (void*)&arg__2}; + PyObject* result = PythonQtSignalTarget::call(obj, methodInfo, args, true); + if (result) { +diff --git a/3rdparty/pythonqt/generator/shellimplgenerator.cpp b/3rdparty/pythonqt/generator/shellimplgenerator.cpp +index 6b7c874..d14656b 100644 +--- a/3rdparty/pythonqt/generator/shellimplgenerator.cpp ++++ b/3rdparty/pythonqt/generator/shellimplgenerator.cpp +@@ -135,8 +135,21 @@ void ShellImplGenerator::write(QTextStream &s, const AbstractMetaClass *meta_cla + + if (hasReturnValue) { + s << " "; +- writeTypeInfo(s, fun->type(), typeOptions); +- s << " returnValue;" << endl; ++ AbstractMetaType* type = fun->type(); ++ writeTypeInfo(s, type, typeOptions); ++ s << " returnValue"; ++ ++ if ((type->isArray() && typeOptions & ArrayAsPointer) || ++ (type->indirections()) || ++ (type->isReference() && typeOptions & ConvertReferenceToPtr) || ++ type->isPrimitive()) { ++ s << " = 0"; ++ } else if (type->isEnum() || type->isTargetLangEnum() || ++ type->isIntegerEnum()) { ++ s << " = " << type->cppSignature() << "(0)"; ++ } ++ ++ s << ";" << endl; + // TODO: POD init to default is missing... + } + s << " void* args[" << QString::number(args.size()+1) << "] = {NULL"; diff --git a/3rdparty/pythonqt/patches/shell-callable-reference-count.patch b/3rdparty/pythonqt/patches/shell-callable-reference-count.patch new file mode 100644 index 000000000..415bb9414 --- /dev/null +++ b/3rdparty/pythonqt/patches/shell-callable-reference-count.patch @@ -0,0 +1,44904 @@ +commit 4cb2d1286872697e14b43ca9894ff7275333ad93 +Author: davidsansome +Date: Mon May 30 14:54:25 2011 +0000 + + Decrement the refcounts of shell methods if they're not called + + git-svn-id: https://clementine-player.googlecode.com/svn/trunk@3346 94c5599e-fc6c-11de-b061-8119ef04aefe + +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_core/com_trolltech_qt_core0.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_core/com_trolltech_qt_core0.cpp +index 11ecbd5..cbe69d5 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_core/com_trolltech_qt_core0.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_core/com_trolltech_qt_core0.cpp +@@ -54,6 +54,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractAnimation::childEvent(arg__1); + } +@@ -71,6 +72,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractAnimation::customEvent(arg__1); + } +@@ -99,6 +101,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -127,6 +130,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractAnimation::event(event); + } +@@ -155,6 +159,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractAnimation::eventFilter(arg__1, arg__2); + } +@@ -172,6 +177,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractAnimation::timerEvent(arg__1); + } +@@ -189,6 +195,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -206,6 +213,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractAnimation::updateDirection(direction); + } +@@ -223,6 +231,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractAnimation::updateState(newState, oldState); + } +@@ -322,6 +331,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemModel::buddy(index); + } +@@ -350,6 +360,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemModel::canFetchMore(parent); + } +@@ -367,6 +378,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemModel::childEvent(arg__1); + } +@@ -395,6 +407,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -412,6 +425,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemModel::customEvent(arg__1); + } +@@ -440,6 +454,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QVariant(); + } +@@ -468,6 +483,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemModel::dropMimeData(data, action, row, column, parent); + } +@@ -496,6 +512,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemModel::event(arg__1); + } +@@ -524,6 +541,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemModel::eventFilter(arg__1, arg__2); + } +@@ -541,6 +559,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemModel::fetchMore(parent); + } +@@ -569,6 +588,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemModel::flags(index); + } +@@ -597,6 +617,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemModel::hasChildren(parent); + } +@@ -625,6 +646,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemModel::headerData(section, orientation, role); + } +@@ -653,6 +675,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QModelIndex(); + } +@@ -681,6 +704,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemModel::insertColumns(column, count, parent); + } +@@ -709,6 +733,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemModel::insertRows(row, count, parent); + } +@@ -737,6 +762,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemModel::itemData(index); + } +@@ -765,6 +791,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemModel::match(start, role, value, hits, flags); + } +@@ -793,6 +820,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemModel::mimeData(indexes); + } +@@ -821,6 +849,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemModel::mimeTypes(); + } +@@ -849,6 +878,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QModelIndex(); + } +@@ -877,6 +907,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemModel::removeColumns(column, count, parent); + } +@@ -905,6 +936,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemModel::removeRows(row, count, parent); + } +@@ -922,6 +954,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemModel::revert(); + } +@@ -950,6 +983,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -978,6 +1012,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemModel::setData(index, value, role); + } +@@ -1006,6 +1041,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemModel::setHeaderData(section, orientation, value, role); + } +@@ -1034,6 +1070,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemModel::setItemData(index, roles); + } +@@ -1051,6 +1088,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemModel::sort(column, order); + } +@@ -1079,6 +1117,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemModel::span(index); + } +@@ -1107,6 +1146,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemModel::submit(); + } +@@ -1135,6 +1175,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemModel::supportedDropActions(); + } +@@ -1152,6 +1193,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemModel::timerEvent(arg__1); + } +@@ -1341,6 +1383,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractListModel::buddy(index); + } +@@ -1369,6 +1412,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractListModel::canFetchMore(parent); + } +@@ -1386,6 +1430,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractListModel::childEvent(arg__1); + } +@@ -1403,6 +1448,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractListModel::customEvent(arg__1); + } +@@ -1431,6 +1477,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QVariant(); + } +@@ -1459,6 +1506,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractListModel::dropMimeData(data, action, row, column, parent); + } +@@ -1487,6 +1535,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractListModel::event(arg__1); + } +@@ -1515,6 +1564,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractListModel::eventFilter(arg__1, arg__2); + } +@@ -1532,6 +1582,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractListModel::fetchMore(parent); + } +@@ -1560,6 +1611,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractListModel::flags(index); + } +@@ -1588,6 +1640,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractListModel::headerData(section, orientation, role); + } +@@ -1616,6 +1669,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractListModel::index(row, column, parent); + } +@@ -1644,6 +1698,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractListModel::insertColumns(column, count, parent); + } +@@ -1672,6 +1727,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractListModel::insertRows(row, count, parent); + } +@@ -1700,6 +1756,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractListModel::itemData(index); + } +@@ -1728,6 +1785,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractListModel::match(start, role, value, hits, flags); + } +@@ -1756,6 +1814,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractListModel::mimeData(indexes); + } +@@ -1784,6 +1843,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractListModel::mimeTypes(); + } +@@ -1812,6 +1872,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractListModel::removeColumns(column, count, parent); + } +@@ -1840,6 +1901,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractListModel::removeRows(row, count, parent); + } +@@ -1857,6 +1919,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractListModel::revert(); + } +@@ -1885,6 +1948,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -1913,6 +1977,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractListModel::setData(index, value, role); + } +@@ -1941,6 +2006,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractListModel::setHeaderData(section, orientation, value, role); + } +@@ -1969,6 +2035,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractListModel::setItemData(index, roles); + } +@@ -1986,6 +2053,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractListModel::sort(column, order); + } +@@ -2014,6 +2082,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractListModel::span(index); + } +@@ -2042,6 +2111,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractListModel::submit(); + } +@@ -2070,6 +2140,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractListModel::supportedDropActions(); + } +@@ -2087,6 +2158,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractListModel::timerEvent(arg__1); + } +@@ -2120,6 +2192,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractState::childEvent(arg__1); + } +@@ -2137,6 +2210,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractState::customEvent(arg__1); + } +@@ -2165,6 +2239,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractState::event(e); + } +@@ -2193,6 +2268,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractState::eventFilter(arg__1, arg__2); + } +@@ -2210,6 +2286,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -2227,6 +2304,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -2244,6 +2322,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractState::timerEvent(arg__1); + } +@@ -2278,6 +2357,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractTransition::childEvent(arg__1); + } +@@ -2295,6 +2375,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractTransition::customEvent(arg__1); + } +@@ -2323,6 +2404,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractTransition::event(e); + } +@@ -2351,6 +2433,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractTransition::eventFilter(arg__1, arg__2); + } +@@ -2379,6 +2462,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return bool(); + } +@@ -2396,6 +2480,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -2413,6 +2498,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractTransition::timerEvent(arg__1); + } +@@ -2486,6 +2572,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAnimationGroup::childEvent(arg__1); + } +@@ -2503,6 +2590,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAnimationGroup::customEvent(arg__1); + } +@@ -2531,6 +2619,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -2559,6 +2648,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAnimationGroup::event(event); + } +@@ -2587,6 +2677,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAnimationGroup::eventFilter(arg__1, arg__2); + } +@@ -2604,6 +2695,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAnimationGroup::timerEvent(arg__1); + } +@@ -2621,6 +2713,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -2638,6 +2731,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAnimationGroup::updateDirection(direction); + } +@@ -2655,6 +2749,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAnimationGroup::updateState(newState, oldState); + } +@@ -2760,6 +2855,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBuffer::atEnd(); + } +@@ -2788,6 +2884,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBuffer::bytesAvailable(); + } +@@ -2816,6 +2913,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBuffer::bytesToWrite(); + } +@@ -2844,6 +2942,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBuffer::canReadLine(); + } +@@ -2861,6 +2960,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QBuffer::childEvent(arg__1); + } +@@ -2878,6 +2978,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QBuffer::close(); + } +@@ -2895,6 +2996,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QBuffer::customEvent(arg__1); + } +@@ -2923,6 +3025,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBuffer::event(arg__1); + } +@@ -2951,6 +3054,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBuffer::eventFilter(arg__1, arg__2); + } +@@ -2979,6 +3083,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBuffer::isSequential(); + } +@@ -3007,6 +3112,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBuffer::open(openMode); + } +@@ -3035,6 +3141,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBuffer::pos(); + } +@@ -3063,6 +3170,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBuffer::readData(data, maxlen); + } +@@ -3091,6 +3199,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBuffer::readLineData(data, maxlen); + } +@@ -3119,6 +3228,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBuffer::reset(); + } +@@ -3147,6 +3257,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBuffer::seek(off); + } +@@ -3175,6 +3286,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBuffer::size(); + } +@@ -3192,6 +3304,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QBuffer::timerEvent(arg__1); + } +@@ -3220,6 +3333,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBuffer::waitForBytesWritten(msecs); + } +@@ -3248,6 +3362,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBuffer::waitForReadyRead(msecs); + } +@@ -3276,6 +3391,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBuffer::writeData(data, len); + } +@@ -3422,6 +3538,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCoreApplication::childEvent(arg__1); + } +@@ -3439,6 +3556,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCoreApplication::customEvent(arg__1); + } +@@ -3467,6 +3585,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCoreApplication::event(arg__1); + } +@@ -3495,6 +3614,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCoreApplication::eventFilter(arg__1, arg__2); + } +@@ -3523,6 +3643,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCoreApplication::notify(arg__1, arg__2); + } +@@ -3540,6 +3661,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCoreApplication::timerEvent(arg__1); + } +@@ -4439,6 +4561,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QEventLoop::childEvent(arg__1); + } +@@ -4456,6 +4579,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QEventLoop::customEvent(arg__1); + } +@@ -4484,6 +4608,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QEventLoop::event(arg__1); + } +@@ -4512,6 +4637,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QEventLoop::eventFilter(arg__1, arg__2); + } +@@ -4529,6 +4655,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QEventLoop::timerEvent(arg__1); + } +@@ -4582,6 +4709,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QEventTransition::childEvent(arg__1); + } +@@ -4599,6 +4727,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QEventTransition::customEvent(arg__1); + } +@@ -4627,6 +4756,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QEventTransition::event(e); + } +@@ -4655,6 +4785,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QEventTransition::eventFilter(arg__1, arg__2); + } +@@ -4683,6 +4814,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QEventTransition::eventTest(event); + } +@@ -4700,6 +4832,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QEventTransition::onTransition(event); + } +@@ -4717,6 +4850,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QEventTransition::timerEvent(arg__1); + } +@@ -4790,6 +4924,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringList(); + } +@@ -4824,6 +4959,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFile::atEnd(); + } +@@ -4852,6 +4988,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFile::bytesAvailable(); + } +@@ -4880,6 +5017,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFile::bytesToWrite(); + } +@@ -4908,6 +5046,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFile::canReadLine(); + } +@@ -4925,6 +5064,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFile::childEvent(arg__1); + } +@@ -4942,6 +5082,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFile::close(); + } +@@ -4959,6 +5100,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFile::customEvent(arg__1); + } +@@ -4987,6 +5129,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFile::event(arg__1); + } +@@ -5015,6 +5158,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFile::eventFilter(arg__1, arg__2); + } +@@ -5043,6 +5187,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFile::fileEngine(); + } +@@ -5071,6 +5216,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFile::isSequential(); + } +@@ -5099,6 +5245,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFile::open(flags); + } +@@ -5127,6 +5274,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFile::pos(); + } +@@ -5155,6 +5303,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFile::readData(data, maxlen); + } +@@ -5183,6 +5332,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFile::readLineData(data, maxlen); + } +@@ -5211,6 +5361,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFile::reset(); + } +@@ -5239,6 +5390,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFile::seek(offset); + } +@@ -5267,6 +5419,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFile::size(); + } +@@ -5284,6 +5437,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFile::timerEvent(arg__1); + } +@@ -5312,6 +5466,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFile::waitForBytesWritten(msecs); + } +@@ -5340,6 +5495,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFile::waitForReadyRead(msecs); + } +@@ -5368,6 +5524,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFile::writeData(data, len); + } +@@ -5840,6 +5997,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileSystemWatcher::childEvent(arg__1); + } +@@ -5857,6 +6015,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileSystemWatcher::customEvent(arg__1); + } +@@ -5885,6 +6044,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFileSystemWatcher::event(arg__1); + } +@@ -5913,6 +6073,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFileSystemWatcher::eventFilter(arg__1, arg__2); + } +@@ -5930,6 +6091,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileSystemWatcher::timerEvent(arg__1); + } +@@ -5987,6 +6149,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFinalState::childEvent(arg__1); + } +@@ -6004,6 +6167,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFinalState::customEvent(arg__1); + } +@@ -6032,6 +6196,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFinalState::event(e); + } +@@ -6060,6 +6225,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFinalState::eventFilter(arg__1, arg__2); + } +@@ -6077,6 +6243,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFinalState::onEntry(event); + } +@@ -6094,6 +6261,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFinalState::onExit(event); + } +@@ -6111,6 +6279,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFinalState::timerEvent(arg__1); + } +@@ -6149,6 +6318,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHistoryState::childEvent(arg__1); + } +@@ -6166,6 +6336,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHistoryState::customEvent(arg__1); + } +@@ -6194,6 +6365,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHistoryState::event(e); + } +@@ -6222,6 +6394,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHistoryState::eventFilter(arg__1, arg__2); + } +@@ -6239,6 +6412,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHistoryState::onEntry(event); + } +@@ -6256,6 +6430,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHistoryState::onExit(event); + } +@@ -6273,6 +6448,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHistoryState::timerEvent(arg__1); + } +@@ -6346,6 +6522,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QIODevice::atEnd(); + } +@@ -6374,6 +6551,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QIODevice::bytesAvailable(); + } +@@ -6402,6 +6580,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QIODevice::bytesToWrite(); + } +@@ -6430,6 +6609,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QIODevice::canReadLine(); + } +@@ -6447,6 +6627,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QIODevice::childEvent(arg__1); + } +@@ -6464,6 +6645,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QIODevice::close(); + } +@@ -6481,6 +6663,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QIODevice::customEvent(arg__1); + } +@@ -6509,6 +6692,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QIODevice::event(arg__1); + } +@@ -6537,6 +6721,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QIODevice::eventFilter(arg__1, arg__2); + } +@@ -6565,6 +6750,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QIODevice::isSequential(); + } +@@ -6593,6 +6779,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QIODevice::open(mode); + } +@@ -6621,6 +6808,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QIODevice::pos(); + } +@@ -6649,6 +6837,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return qint64(); + } +@@ -6677,6 +6866,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QIODevice::readLineData(data, maxlen); + } +@@ -6705,6 +6895,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QIODevice::reset(); + } +@@ -6733,6 +6924,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QIODevice::seek(pos); + } +@@ -6761,6 +6953,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QIODevice::size(); + } +@@ -6778,6 +6971,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QIODevice::timerEvent(arg__1); + } +@@ -6806,6 +7000,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QIODevice::waitForBytesWritten(msecs); + } +@@ -6834,6 +7029,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QIODevice::waitForReadyRead(msecs); + } +@@ -6862,6 +7058,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return qint64(); + } +@@ -7066,6 +7263,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMimeData::childEvent(arg__1); + } +@@ -7083,6 +7281,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMimeData::customEvent(arg__1); + } +@@ -7111,6 +7310,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMimeData::event(arg__1); + } +@@ -7139,6 +7339,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMimeData::eventFilter(arg__1, arg__2); + } +@@ -7167,6 +7368,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMimeData::formats(); + } +@@ -7195,6 +7397,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMimeData::hasFormat(mimetype); + } +@@ -7223,6 +7426,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMimeData::retrieveData(mimetype, preferredType); + } +@@ -7240,6 +7444,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMimeData::timerEvent(arg__1); + } +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_core/com_trolltech_qt_core1.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_core/com_trolltech_qt_core1.cpp +index 5553f54..c6a8967 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_core/com_trolltech_qt_core1.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_core/com_trolltech_qt_core1.cpp +@@ -86,6 +86,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QObject::childEvent(arg__1); + } +@@ -103,6 +104,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QObject::customEvent(arg__1); + } +@@ -131,6 +133,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QObject::event(arg__1); + } +@@ -159,6 +162,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QObject::eventFilter(arg__1, arg__2); + } +@@ -176,6 +180,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QObject::timerEvent(arg__1); + } +@@ -319,6 +324,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QParallelAnimationGroup::childEvent(arg__1); + } +@@ -336,6 +342,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QParallelAnimationGroup::customEvent(arg__1); + } +@@ -364,6 +371,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QParallelAnimationGroup::duration(); + } +@@ -392,6 +400,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QParallelAnimationGroup::event(event); + } +@@ -420,6 +429,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QParallelAnimationGroup::eventFilter(arg__1, arg__2); + } +@@ -437,6 +447,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QParallelAnimationGroup::timerEvent(arg__1); + } +@@ -454,6 +465,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QParallelAnimationGroup::updateCurrentTime(currentTime); + } +@@ -471,6 +483,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QParallelAnimationGroup::updateDirection(direction); + } +@@ -488,6 +501,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QParallelAnimationGroup::updateState(newState, oldState); + } +@@ -536,6 +550,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPauseAnimation::childEvent(arg__1); + } +@@ -553,6 +568,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPauseAnimation::customEvent(arg__1); + } +@@ -581,6 +597,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPauseAnimation::duration(); + } +@@ -609,6 +626,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPauseAnimation::event(e); + } +@@ -637,6 +655,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPauseAnimation::eventFilter(arg__1, arg__2); + } +@@ -654,6 +673,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPauseAnimation::timerEvent(arg__1); + } +@@ -671,6 +691,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPauseAnimation::updateCurrentTime(arg__1); + } +@@ -688,6 +709,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPauseAnimation::updateDirection(direction); + } +@@ -705,6 +727,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPauseAnimation::updateState(newState, oldState); + } +@@ -763,6 +786,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProcess::atEnd(); + } +@@ -791,6 +815,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProcess::bytesAvailable(); + } +@@ -819,6 +844,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProcess::bytesToWrite(); + } +@@ -847,6 +873,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProcess::canReadLine(); + } +@@ -864,6 +891,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProcess::childEvent(arg__1); + } +@@ -881,6 +909,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProcess::close(); + } +@@ -898,6 +927,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProcess::customEvent(arg__1); + } +@@ -926,6 +956,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProcess::event(arg__1); + } +@@ -954,6 +985,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProcess::eventFilter(arg__1, arg__2); + } +@@ -982,6 +1014,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProcess::isSequential(); + } +@@ -1010,6 +1043,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProcess::open(mode); + } +@@ -1038,6 +1072,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProcess::pos(); + } +@@ -1066,6 +1101,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProcess::readData(data, maxlen); + } +@@ -1094,6 +1130,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProcess::readLineData(data, maxlen); + } +@@ -1122,6 +1159,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProcess::reset(); + } +@@ -1150,6 +1188,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProcess::seek(pos); + } +@@ -1167,6 +1206,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProcess::setupChildProcess(); + } +@@ -1195,6 +1235,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProcess::size(); + } +@@ -1212,6 +1253,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProcess::timerEvent(arg__1); + } +@@ -1240,6 +1282,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProcess::waitForBytesWritten(msecs); + } +@@ -1268,6 +1311,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProcess::waitForReadyRead(msecs); + } +@@ -1296,6 +1340,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProcess::writeData(data, len); + } +@@ -1599,6 +1644,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPropertyAnimation::childEvent(arg__1); + } +@@ -1616,6 +1662,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPropertyAnimation::customEvent(arg__1); + } +@@ -1644,6 +1691,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPropertyAnimation::duration(); + } +@@ -1672,6 +1720,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPropertyAnimation::event(event); + } +@@ -1700,6 +1749,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPropertyAnimation::eventFilter(arg__1, arg__2); + } +@@ -1728,6 +1778,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPropertyAnimation::interpolated(from, to, progress); + } +@@ -1745,6 +1796,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPropertyAnimation::timerEvent(arg__1); + } +@@ -1762,6 +1814,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPropertyAnimation::updateCurrentTime(arg__1); + } +@@ -1779,6 +1832,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPropertyAnimation::updateCurrentValue(value); + } +@@ -1796,6 +1850,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPropertyAnimation::updateDirection(direction); + } +@@ -1813,6 +1868,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPropertyAnimation::updateState(newState, oldState); + } +@@ -1920,6 +1976,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -1984,6 +2041,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSequentialAnimationGroup::childEvent(arg__1); + } +@@ -2001,6 +2059,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSequentialAnimationGroup::customEvent(arg__1); + } +@@ -2029,6 +2088,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSequentialAnimationGroup::duration(); + } +@@ -2057,6 +2117,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSequentialAnimationGroup::event(event); + } +@@ -2085,6 +2146,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSequentialAnimationGroup::eventFilter(arg__1, arg__2); + } +@@ -2102,6 +2164,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSequentialAnimationGroup::timerEvent(arg__1); + } +@@ -2119,6 +2182,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSequentialAnimationGroup::updateCurrentTime(arg__1); + } +@@ -2136,6 +2200,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSequentialAnimationGroup::updateDirection(direction); + } +@@ -2153,6 +2218,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSequentialAnimationGroup::updateState(newState, oldState); + } +@@ -2216,6 +2282,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSettings::childEvent(arg__1); + } +@@ -2233,6 +2300,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSettings::customEvent(arg__1); + } +@@ -2261,6 +2329,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSettings::event(event); + } +@@ -2289,6 +2358,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSettings::eventFilter(arg__1, arg__2); + } +@@ -2306,6 +2376,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSettings::timerEvent(arg__1); + } +@@ -2505,6 +2576,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSignalMapper::childEvent(arg__1); + } +@@ -2522,6 +2594,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSignalMapper::customEvent(arg__1); + } +@@ -2550,6 +2623,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSignalMapper::event(arg__1); + } +@@ -2578,6 +2652,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSignalMapper::eventFilter(arg__1, arg__2); + } +@@ -2595,6 +2670,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSignalMapper::timerEvent(arg__1); + } +@@ -2653,6 +2729,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSignalTransition::childEvent(arg__1); + } +@@ -2670,6 +2747,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSignalTransition::customEvent(arg__1); + } +@@ -2698,6 +2776,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSignalTransition::event(e); + } +@@ -2726,6 +2805,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSignalTransition::eventFilter(arg__1, arg__2); + } +@@ -2754,6 +2834,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSignalTransition::eventTest(event); + } +@@ -2771,6 +2852,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSignalTransition::onTransition(event); + } +@@ -2788,6 +2870,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSignalTransition::timerEvent(arg__1); + } +@@ -2850,6 +2933,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSocketNotifier::childEvent(arg__1); + } +@@ -2867,6 +2951,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSocketNotifier::customEvent(arg__1); + } +@@ -2895,6 +2980,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSocketNotifier::event(arg__1); + } +@@ -2923,6 +3009,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSocketNotifier::eventFilter(arg__1, arg__2); + } +@@ -2940,6 +3027,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSocketNotifier::timerEvent(arg__1); + } +@@ -2983,6 +3071,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QState::childEvent(arg__1); + } +@@ -3000,6 +3089,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QState::customEvent(arg__1); + } +@@ -3028,6 +3118,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QState::event(e); + } +@@ -3056,6 +3147,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QState::eventFilter(arg__1, arg__2); + } +@@ -3073,6 +3165,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QState::onEntry(event); + } +@@ -3090,6 +3183,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QState::onExit(event); + } +@@ -3107,6 +3201,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QState::timerEvent(arg__1); + } +@@ -3204,6 +3299,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStateMachine::beginMicrostep(event); + } +@@ -3221,6 +3317,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStateMachine::beginSelectTransitions(event); + } +@@ -3238,6 +3335,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStateMachine::childEvent(arg__1); + } +@@ -3255,6 +3353,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStateMachine::customEvent(arg__1); + } +@@ -3272,6 +3371,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStateMachine::endMicrostep(event); + } +@@ -3289,6 +3389,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStateMachine::endSelectTransitions(event); + } +@@ -3317,6 +3418,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStateMachine::event(e); + } +@@ -3345,6 +3447,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStateMachine::eventFilter(watched, event); + } +@@ -3362,6 +3465,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStateMachine::onEntry(event); + } +@@ -3379,6 +3483,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStateMachine::onExit(event); + } +@@ -3396,6 +3501,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStateMachine::timerEvent(arg__1); + } +@@ -3667,6 +3773,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTemporaryFile::atEnd(); + } +@@ -3695,6 +3802,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTemporaryFile::bytesAvailable(); + } +@@ -3723,6 +3831,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTemporaryFile::bytesToWrite(); + } +@@ -3751,6 +3860,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTemporaryFile::canReadLine(); + } +@@ -3768,6 +3878,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTemporaryFile::childEvent(arg__1); + } +@@ -3785,6 +3896,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTemporaryFile::close(); + } +@@ -3802,6 +3914,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTemporaryFile::customEvent(arg__1); + } +@@ -3830,6 +3943,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTemporaryFile::event(arg__1); + } +@@ -3858,6 +3972,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTemporaryFile::eventFilter(arg__1, arg__2); + } +@@ -3886,6 +4001,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTemporaryFile::fileEngine(); + } +@@ -3914,6 +4030,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTemporaryFile::isSequential(); + } +@@ -3942,6 +4059,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTemporaryFile::open(flags); + } +@@ -3970,6 +4088,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTemporaryFile::pos(); + } +@@ -3998,6 +4117,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTemporaryFile::readData(data, maxlen); + } +@@ -4026,6 +4146,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTemporaryFile::readLineData(data, maxlen); + } +@@ -4054,6 +4175,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTemporaryFile::reset(); + } +@@ -4082,6 +4204,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTemporaryFile::seek(offset); + } +@@ -4110,6 +4233,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTemporaryFile::size(); + } +@@ -4127,6 +4251,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTemporaryFile::timerEvent(arg__1); + } +@@ -4155,6 +4280,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTemporaryFile::waitForBytesWritten(msecs); + } +@@ -4183,6 +4309,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTemporaryFile::waitForReadyRead(msecs); + } +@@ -4211,6 +4338,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTemporaryFile::writeData(data, len); + } +@@ -4376,6 +4504,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextCodec::aliases(); + } +@@ -4404,6 +4533,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QByteArray(); + } +@@ -4432,6 +4562,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QString(); + } +@@ -4460,6 +4591,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -4488,6 +4620,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QByteArray(); + } +@@ -4908,6 +5041,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QThreadPool::childEvent(arg__1); + } +@@ -4925,6 +5059,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QThreadPool::customEvent(arg__1); + } +@@ -4953,6 +5088,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QThreadPool::event(arg__1); + } +@@ -4981,6 +5117,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QThreadPool::eventFilter(arg__1, arg__2); + } +@@ -4998,6 +5135,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QThreadPool::timerEvent(arg__1); + } +@@ -5076,6 +5214,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeLine::childEvent(arg__1); + } +@@ -5093,6 +5232,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeLine::customEvent(arg__1); + } +@@ -5121,6 +5261,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTimeLine::event(arg__1); + } +@@ -5149,6 +5290,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTimeLine::eventFilter(arg__1, arg__2); + } +@@ -5166,6 +5308,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeLine::timerEvent(event); + } +@@ -5194,6 +5337,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTimeLine::valueForTime(msec); + } +@@ -5337,6 +5481,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimer::childEvent(arg__1); + } +@@ -5354,6 +5499,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimer::customEvent(arg__1); + } +@@ -5382,6 +5528,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTimer::event(arg__1); + } +@@ -5410,6 +5557,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTimer::eventFilter(arg__1, arg__2); + } +@@ -5427,6 +5575,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimer::timerEvent(arg__1); + } +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_core/com_trolltech_qt_core2.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_core/com_trolltech_qt_core2.cpp +index 419dc8e..b9ea7df 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_core/com_trolltech_qt_core2.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_core/com_trolltech_qt_core2.cpp +@@ -46,6 +46,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTranslator::childEvent(arg__1); + } +@@ -63,6 +64,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTranslator::customEvent(arg__1); + } +@@ -91,6 +93,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTranslator::event(arg__1); + } +@@ -119,6 +122,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTranslator::eventFilter(arg__1, arg__2); + } +@@ -147,6 +151,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTranslator::isEmpty(); + } +@@ -164,6 +169,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTranslator::timerEvent(arg__1); + } +@@ -192,6 +198,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTranslator::translate(context, sourceText, disambiguation); + } +@@ -305,6 +312,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QVariantAnimation::childEvent(arg__1); + } +@@ -322,6 +330,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QVariantAnimation::customEvent(arg__1); + } +@@ -350,6 +359,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QVariantAnimation::duration(); + } +@@ -378,6 +388,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QVariantAnimation::event(event); + } +@@ -406,6 +417,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QVariantAnimation::eventFilter(arg__1, arg__2); + } +@@ -434,6 +446,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QVariantAnimation::interpolated(from, to, progress); + } +@@ -451,6 +464,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QVariantAnimation::timerEvent(arg__1); + } +@@ -468,6 +482,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QVariantAnimation::updateCurrentTime(arg__1); + } +@@ -485,6 +500,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -502,6 +518,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QVariantAnimation::updateDirection(direction); + } +@@ -519,6 +536,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QVariantAnimation::updateState(newState, oldState); + } +@@ -664,6 +682,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QXmlStreamEntityResolver::resolveEntity(publicId, systemId); + } +@@ -692,6 +711,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QXmlStreamEntityResolver::resolveUndeclaredEntity(name); + } +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui0.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui0.cpp +index 93c0706..ed2c903 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui0.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui0.cpp +@@ -101,6 +101,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractButton::actionEvent(arg__1); + } +@@ -118,6 +119,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractButton::changeEvent(e); + } +@@ -135,6 +137,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractButton::checkStateSet(); + } +@@ -152,6 +155,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractButton::childEvent(arg__1); + } +@@ -169,6 +173,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractButton::closeEvent(arg__1); + } +@@ -186,6 +191,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractButton::contextMenuEvent(arg__1); + } +@@ -203,6 +209,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractButton::customEvent(arg__1); + } +@@ -231,6 +238,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractButton::devType(); + } +@@ -248,6 +256,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractButton::dragEnterEvent(arg__1); + } +@@ -265,6 +274,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractButton::dragLeaveEvent(arg__1); + } +@@ -282,6 +292,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractButton::dragMoveEvent(arg__1); + } +@@ -299,6 +310,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractButton::dropEvent(arg__1); + } +@@ -316,6 +328,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractButton::enterEvent(arg__1); + } +@@ -344,6 +357,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractButton::event(e); + } +@@ -372,6 +386,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractButton::eventFilter(arg__1, arg__2); + } +@@ -389,6 +404,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractButton::focusInEvent(e); + } +@@ -417,6 +433,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractButton::focusNextPrevChild(next); + } +@@ -434,6 +451,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractButton::focusOutEvent(e); + } +@@ -462,6 +480,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractButton::heightForWidth(arg__1); + } +@@ -479,6 +498,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractButton::hideEvent(arg__1); + } +@@ -507,6 +527,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractButton::hitButton(pos); + } +@@ -524,6 +545,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractButton::inputMethodEvent(arg__1); + } +@@ -552,6 +574,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractButton::inputMethodQuery(arg__1); + } +@@ -569,6 +592,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractButton::keyPressEvent(e); + } +@@ -586,6 +610,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractButton::keyReleaseEvent(e); + } +@@ -603,6 +628,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractButton::languageChange(); + } +@@ -620,6 +646,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractButton::leaveEvent(arg__1); + } +@@ -648,6 +675,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractButton::metric(arg__1); + } +@@ -676,6 +704,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractButton::minimumSizeHint(); + } +@@ -693,6 +722,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractButton::mouseDoubleClickEvent(arg__1); + } +@@ -710,6 +740,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractButton::mouseMoveEvent(e); + } +@@ -727,6 +758,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractButton::mousePressEvent(e); + } +@@ -744,6 +776,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractButton::mouseReleaseEvent(e); + } +@@ -761,6 +794,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractButton::moveEvent(arg__1); + } +@@ -778,6 +812,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractButton::nextCheckState(); + } +@@ -806,6 +841,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractButton::paintEngine(); + } +@@ -823,6 +859,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -840,6 +877,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractButton::resizeEvent(arg__1); + } +@@ -857,6 +895,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractButton::showEvent(arg__1); + } +@@ -885,6 +924,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractButton::sizeHint(); + } +@@ -902,6 +942,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractButton::tabletEvent(arg__1); + } +@@ -919,6 +960,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractButton::timerEvent(e); + } +@@ -936,6 +978,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractButton::wheelEvent(arg__1); + } +@@ -1129,6 +1172,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractGraphicsShapeItem::advance(phase); + } +@@ -1157,6 +1201,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRectF(); + } +@@ -1185,6 +1230,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractGraphicsShapeItem::collidesWithItem(other, mode); + } +@@ -1213,6 +1259,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractGraphicsShapeItem::collidesWithPath(path, mode); + } +@@ -1241,6 +1288,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractGraphicsShapeItem::contains(point); + } +@@ -1258,6 +1306,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractGraphicsShapeItem::contextMenuEvent(event); + } +@@ -1275,6 +1324,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractGraphicsShapeItem::dragEnterEvent(event); + } +@@ -1292,6 +1342,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractGraphicsShapeItem::dragLeaveEvent(event); + } +@@ -1309,6 +1360,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractGraphicsShapeItem::dragMoveEvent(event); + } +@@ -1326,6 +1378,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractGraphicsShapeItem::dropEvent(event); + } +@@ -1354,6 +1407,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractGraphicsShapeItem::extension(variant); + } +@@ -1371,6 +1425,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractGraphicsShapeItem::focusInEvent(event); + } +@@ -1388,6 +1443,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractGraphicsShapeItem::focusOutEvent(event); + } +@@ -1405,6 +1461,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractGraphicsShapeItem::hoverEnterEvent(event); + } +@@ -1422,6 +1479,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractGraphicsShapeItem::hoverLeaveEvent(event); + } +@@ -1439,6 +1497,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractGraphicsShapeItem::hoverMoveEvent(event); + } +@@ -1456,6 +1515,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractGraphicsShapeItem::inputMethodEvent(event); + } +@@ -1484,6 +1544,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractGraphicsShapeItem::inputMethodQuery(query); + } +@@ -1512,6 +1573,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractGraphicsShapeItem::isObscuredBy(item); + } +@@ -1540,6 +1602,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractGraphicsShapeItem::itemChange(change, value); + } +@@ -1557,6 +1620,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractGraphicsShapeItem::keyPressEvent(event); + } +@@ -1574,6 +1638,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractGraphicsShapeItem::keyReleaseEvent(event); + } +@@ -1591,6 +1656,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractGraphicsShapeItem::mouseDoubleClickEvent(event); + } +@@ -1608,6 +1674,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractGraphicsShapeItem::mouseMoveEvent(event); + } +@@ -1625,6 +1692,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractGraphicsShapeItem::mousePressEvent(event); + } +@@ -1642,6 +1710,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractGraphicsShapeItem::mouseReleaseEvent(event); + } +@@ -1670,6 +1739,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractGraphicsShapeItem::opaqueArea(); + } +@@ -1687,6 +1757,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -1715,6 +1786,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractGraphicsShapeItem::sceneEvent(event); + } +@@ -1743,6 +1815,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractGraphicsShapeItem::sceneEventFilter(watched, event); + } +@@ -1760,6 +1833,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractGraphicsShapeItem::setExtension(extension, variant); + } +@@ -1788,6 +1862,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractGraphicsShapeItem::shape(); + } +@@ -1816,6 +1891,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractGraphicsShapeItem::supportsExtension(extension); + } +@@ -1844,6 +1920,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractGraphicsShapeItem::type(); + } +@@ -1861,6 +1938,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractGraphicsShapeItem::wheelEvent(event); + } +@@ -1914,6 +1992,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemDelegate::childEvent(arg__1); + } +@@ -1942,6 +2021,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemDelegate::createEditor(parent, option, index); + } +@@ -1959,6 +2039,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemDelegate::customEvent(arg__1); + } +@@ -1987,6 +2068,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemDelegate::editorEvent(event, model, option, index); + } +@@ -2015,6 +2097,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemDelegate::event(arg__1); + } +@@ -2043,6 +2126,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemDelegate::eventFilter(arg__1, arg__2); + } +@@ -2060,6 +2144,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -2077,6 +2162,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemDelegate::setEditorData(editor, index); + } +@@ -2094,6 +2180,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemDelegate::setModelData(editor, model, index); + } +@@ -2122,6 +2209,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSize(); + } +@@ -2139,6 +2227,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemDelegate::timerEvent(arg__1); + } +@@ -2156,6 +2245,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemDelegate::updateEditorGeometry(editor, option, index); + } +@@ -2204,6 +2294,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::actionEvent(arg__1); + } +@@ -2221,6 +2312,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::changeEvent(arg__1); + } +@@ -2238,6 +2330,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::childEvent(arg__1); + } +@@ -2255,6 +2348,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::closeEditor(editor, hint); + } +@@ -2272,6 +2366,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::closeEvent(arg__1); + } +@@ -2289,6 +2384,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::commitData(editor); + } +@@ -2306,6 +2402,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::contextMenuEvent(arg__1); + } +@@ -2323,6 +2420,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::currentChanged(current, previous); + } +@@ -2340,6 +2438,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::customEvent(arg__1); + } +@@ -2357,6 +2456,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::dataChanged(topLeft, bottomRight); + } +@@ -2385,6 +2485,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemView::devType(); + } +@@ -2402,6 +2503,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::doItemsLayout(); + } +@@ -2419,6 +2521,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::dragEnterEvent(event); + } +@@ -2436,6 +2539,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::dragLeaveEvent(event); + } +@@ -2453,6 +2557,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::dragMoveEvent(event); + } +@@ -2470,6 +2575,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::dropEvent(event); + } +@@ -2498,6 +2604,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemView::edit(index, trigger, event); + } +@@ -2515,6 +2622,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::editorDestroyed(editor); + } +@@ -2532,6 +2640,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::enterEvent(arg__1); + } +@@ -2560,6 +2669,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemView::event(event); + } +@@ -2588,6 +2698,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemView::eventFilter(arg__1, arg__2); + } +@@ -2605,6 +2716,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::focusInEvent(event); + } +@@ -2633,6 +2745,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemView::focusNextPrevChild(next); + } +@@ -2650,6 +2763,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::focusOutEvent(event); + } +@@ -2678,6 +2792,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemView::heightForWidth(arg__1); + } +@@ -2695,6 +2810,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::hideEvent(arg__1); + } +@@ -2723,6 +2839,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -2740,6 +2857,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::horizontalScrollbarAction(action); + } +@@ -2757,6 +2875,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::horizontalScrollbarValueChanged(value); + } +@@ -2785,6 +2904,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QModelIndex(); + } +@@ -2802,6 +2922,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::inputMethodEvent(event); + } +@@ -2830,6 +2951,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemView::inputMethodQuery(query); + } +@@ -2858,6 +2980,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return bool(); + } +@@ -2875,6 +2998,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::keyPressEvent(event); + } +@@ -2892,6 +3016,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::keyReleaseEvent(arg__1); + } +@@ -2909,6 +3034,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::keyboardSearch(search); + } +@@ -2926,6 +3052,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::languageChange(); + } +@@ -2943,6 +3070,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::leaveEvent(arg__1); + } +@@ -2971,6 +3099,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemView::metric(arg__1); + } +@@ -2988,6 +3117,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::mouseDoubleClickEvent(event); + } +@@ -3005,6 +3135,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::mouseMoveEvent(event); + } +@@ -3022,6 +3153,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::mousePressEvent(event); + } +@@ -3039,6 +3171,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::mouseReleaseEvent(event); + } +@@ -3067,6 +3200,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QModelIndex(); + } +@@ -3084,6 +3218,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::moveEvent(arg__1); + } +@@ -3112,6 +3247,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemView::paintEngine(); + } +@@ -3129,6 +3265,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::paintEvent(arg__1); + } +@@ -3146,6 +3283,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::reset(); + } +@@ -3163,6 +3301,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::resizeEvent(event); + } +@@ -3180,6 +3319,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::rowsAboutToBeRemoved(parent, start, end); + } +@@ -3197,6 +3337,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::rowsInserted(parent, start, end); + } +@@ -3214,6 +3355,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::scrollContentsBy(dx, dy); + } +@@ -3231,6 +3373,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -3248,6 +3391,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::selectAll(); + } +@@ -3276,6 +3420,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemView::selectedIndexes(); + } +@@ -3293,6 +3438,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::selectionChanged(selected, deselected); + } +@@ -3321,6 +3467,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemView::selectionCommand(index, event); + } +@@ -3338,6 +3485,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::setModel(model); + } +@@ -3355,6 +3503,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::setRootIndex(index); + } +@@ -3372,6 +3521,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -3389,6 +3539,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::setSelectionModel(selectionModel); + } +@@ -3406,6 +3557,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::showEvent(arg__1); + } +@@ -3434,6 +3586,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemView::sizeHintForColumn(column); + } +@@ -3462,6 +3615,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemView::sizeHintForRow(row); + } +@@ -3479,6 +3633,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::startDrag(supportedActions); + } +@@ -3496,6 +3651,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::tabletEvent(arg__1); + } +@@ -3513,6 +3669,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::timerEvent(event); + } +@@ -3530,6 +3687,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::updateEditorData(); + } +@@ -3547,6 +3705,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::updateEditorGeometries(); + } +@@ -3564,6 +3723,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::updateGeometries(); + } +@@ -3592,6 +3752,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -3609,6 +3770,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::verticalScrollbarAction(action); + } +@@ -3626,6 +3788,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::verticalScrollbarValueChanged(value); + } +@@ -3654,6 +3817,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemView::viewOptions(); + } +@@ -3682,6 +3846,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractItemView::viewportEvent(event); + } +@@ -3710,6 +3875,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRect(); + } +@@ -3738,6 +3904,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRegion(); + } +@@ -3755,6 +3922,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractItemView::wheelEvent(arg__1); + } +@@ -4158,6 +4326,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::accept(); + } +@@ -4175,6 +4344,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::actionEvent(arg__1); + } +@@ -4192,6 +4362,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::changeEvent(arg__1); + } +@@ -4209,6 +4380,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::childEvent(arg__1); + } +@@ -4226,6 +4398,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::closeEvent(arg__1); + } +@@ -4243,6 +4416,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::contextMenuEvent(arg__1); + } +@@ -4260,6 +4434,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::customEvent(arg__1); + } +@@ -4288,6 +4463,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractPageSetupDialog::devType(); + } +@@ -4305,6 +4481,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::done(result); + } +@@ -4322,6 +4499,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::dragEnterEvent(arg__1); + } +@@ -4339,6 +4517,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::dragLeaveEvent(arg__1); + } +@@ -4356,6 +4535,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::dragMoveEvent(arg__1); + } +@@ -4373,6 +4553,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::dropEvent(arg__1); + } +@@ -4390,6 +4571,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::enterEvent(arg__1); + } +@@ -4418,6 +4600,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractPageSetupDialog::event(arg__1); + } +@@ -4446,6 +4629,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractPageSetupDialog::eventFilter(arg__1, arg__2); + } +@@ -4474,6 +4658,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -4491,6 +4676,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::focusInEvent(arg__1); + } +@@ -4519,6 +4705,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractPageSetupDialog::focusNextPrevChild(next); + } +@@ -4536,6 +4723,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::focusOutEvent(arg__1); + } +@@ -4564,6 +4752,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractPageSetupDialog::heightForWidth(arg__1); + } +@@ -4581,6 +4770,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::hideEvent(arg__1); + } +@@ -4598,6 +4788,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::inputMethodEvent(arg__1); + } +@@ -4626,6 +4817,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractPageSetupDialog::inputMethodQuery(arg__1); + } +@@ -4643,6 +4835,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::keyPressEvent(arg__1); + } +@@ -4660,6 +4853,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::keyReleaseEvent(arg__1); + } +@@ -4677,6 +4871,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::languageChange(); + } +@@ -4694,6 +4889,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::leaveEvent(arg__1); + } +@@ -4722,6 +4918,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractPageSetupDialog::metric(arg__1); + } +@@ -4739,6 +4936,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::mouseDoubleClickEvent(arg__1); + } +@@ -4756,6 +4954,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::mouseMoveEvent(arg__1); + } +@@ -4773,6 +4972,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::mousePressEvent(arg__1); + } +@@ -4790,6 +4990,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::mouseReleaseEvent(arg__1); + } +@@ -4807,6 +5008,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::moveEvent(arg__1); + } +@@ -4835,6 +5037,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractPageSetupDialog::paintEngine(); + } +@@ -4852,6 +5055,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::paintEvent(arg__1); + } +@@ -4869,6 +5073,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::reject(); + } +@@ -4886,6 +5091,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::resizeEvent(arg__1); + } +@@ -4903,6 +5109,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::showEvent(arg__1); + } +@@ -4920,6 +5127,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::tabletEvent(arg__1); + } +@@ -4937,6 +5145,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::timerEvent(arg__1); + } +@@ -4954,6 +5163,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPageSetupDialog::wheelEvent(arg__1); + } +@@ -4987,6 +5197,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::accept(); + } +@@ -5004,6 +5215,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::actionEvent(arg__1); + } +@@ -5021,6 +5233,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::changeEvent(arg__1); + } +@@ -5038,6 +5251,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::childEvent(arg__1); + } +@@ -5055,6 +5269,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::closeEvent(arg__1); + } +@@ -5072,6 +5287,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::contextMenuEvent(arg__1); + } +@@ -5089,6 +5305,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::customEvent(arg__1); + } +@@ -5117,6 +5334,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractPrintDialog::devType(); + } +@@ -5134,6 +5352,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::done(arg__1); + } +@@ -5151,6 +5370,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::dragEnterEvent(arg__1); + } +@@ -5168,6 +5388,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::dragLeaveEvent(arg__1); + } +@@ -5185,6 +5406,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::dragMoveEvent(arg__1); + } +@@ -5202,6 +5424,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::dropEvent(arg__1); + } +@@ -5219,6 +5442,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::enterEvent(arg__1); + } +@@ -5247,6 +5471,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractPrintDialog::event(arg__1); + } +@@ -5275,6 +5500,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractPrintDialog::eventFilter(arg__1, arg__2); + } +@@ -5303,6 +5529,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -5320,6 +5547,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::focusInEvent(arg__1); + } +@@ -5348,6 +5576,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractPrintDialog::focusNextPrevChild(next); + } +@@ -5365,6 +5594,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::focusOutEvent(arg__1); + } +@@ -5393,6 +5623,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractPrintDialog::heightForWidth(arg__1); + } +@@ -5410,6 +5641,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::hideEvent(arg__1); + } +@@ -5427,6 +5659,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::inputMethodEvent(arg__1); + } +@@ -5455,6 +5688,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractPrintDialog::inputMethodQuery(arg__1); + } +@@ -5472,6 +5706,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::keyPressEvent(arg__1); + } +@@ -5489,6 +5724,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::keyReleaseEvent(arg__1); + } +@@ -5506,6 +5742,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::languageChange(); + } +@@ -5523,6 +5760,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::leaveEvent(arg__1); + } +@@ -5551,6 +5789,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractPrintDialog::metric(arg__1); + } +@@ -5568,6 +5807,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::mouseDoubleClickEvent(arg__1); + } +@@ -5585,6 +5825,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::mouseMoveEvent(arg__1); + } +@@ -5602,6 +5843,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::mousePressEvent(arg__1); + } +@@ -5619,6 +5861,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::mouseReleaseEvent(arg__1); + } +@@ -5636,6 +5879,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::moveEvent(arg__1); + } +@@ -5664,6 +5908,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractPrintDialog::paintEngine(); + } +@@ -5681,6 +5926,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::paintEvent(arg__1); + } +@@ -5698,6 +5944,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::reject(); + } +@@ -5715,6 +5962,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::resizeEvent(arg__1); + } +@@ -5732,6 +5980,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::showEvent(arg__1); + } +@@ -5749,6 +5998,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::tabletEvent(arg__1); + } +@@ -5766,6 +6016,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::timerEvent(arg__1); + } +@@ -5783,6 +6034,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractPrintDialog::wheelEvent(arg__1); + } +@@ -5876,6 +6128,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractScrollArea::actionEvent(arg__1); + } +@@ -5893,6 +6146,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractScrollArea::changeEvent(arg__1); + } +@@ -5910,6 +6164,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractScrollArea::childEvent(arg__1); + } +@@ -5927,6 +6182,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractScrollArea::closeEvent(arg__1); + } +@@ -5944,6 +6200,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractScrollArea::contextMenuEvent(arg__1); + } +@@ -5961,6 +6218,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractScrollArea::customEvent(arg__1); + } +@@ -5989,6 +6247,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractScrollArea::devType(); + } +@@ -6006,6 +6265,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractScrollArea::dragEnterEvent(arg__1); + } +@@ -6023,6 +6283,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractScrollArea::dragLeaveEvent(arg__1); + } +@@ -6040,6 +6301,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractScrollArea::dragMoveEvent(arg__1); + } +@@ -6057,6 +6319,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractScrollArea::dropEvent(arg__1); + } +@@ -6074,6 +6337,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractScrollArea::enterEvent(arg__1); + } +@@ -6102,6 +6366,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractScrollArea::event(arg__1); + } +@@ -6130,6 +6395,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractScrollArea::eventFilter(arg__1, arg__2); + } +@@ -6147,6 +6413,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractScrollArea::focusInEvent(arg__1); + } +@@ -6175,6 +6442,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractScrollArea::focusNextPrevChild(next); + } +@@ -6192,6 +6460,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractScrollArea::focusOutEvent(arg__1); + } +@@ -6220,6 +6489,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractScrollArea::heightForWidth(arg__1); + } +@@ -6237,6 +6507,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractScrollArea::hideEvent(arg__1); + } +@@ -6254,6 +6525,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractScrollArea::inputMethodEvent(arg__1); + } +@@ -6282,6 +6554,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractScrollArea::inputMethodQuery(arg__1); + } +@@ -6299,6 +6572,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractScrollArea::keyPressEvent(arg__1); + } +@@ -6316,6 +6590,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractScrollArea::keyReleaseEvent(arg__1); + } +@@ -6333,6 +6608,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractScrollArea::languageChange(); + } +@@ -6350,6 +6626,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractScrollArea::leaveEvent(arg__1); + } +@@ -6378,6 +6655,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractScrollArea::metric(arg__1); + } +@@ -6395,6 +6673,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractScrollArea::mouseDoubleClickEvent(arg__1); + } +@@ -6412,6 +6691,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractScrollArea::mouseMoveEvent(arg__1); + } +@@ -6429,6 +6709,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractScrollArea::mousePressEvent(arg__1); + } +@@ -6446,6 +6727,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractScrollArea::mouseReleaseEvent(arg__1); + } +@@ -6463,6 +6745,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractScrollArea::moveEvent(arg__1); + } +@@ -6491,6 +6774,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractScrollArea::paintEngine(); + } +@@ -6508,6 +6792,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractScrollArea::paintEvent(arg__1); + } +@@ -6525,6 +6810,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractScrollArea::resizeEvent(arg__1); + } +@@ -6542,6 +6828,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractScrollArea::scrollContentsBy(dx, dy); + } +@@ -6559,6 +6846,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractScrollArea::showEvent(arg__1); + } +@@ -6576,6 +6864,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractScrollArea::tabletEvent(arg__1); + } +@@ -6593,6 +6882,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractScrollArea::timerEvent(arg__1); + } +@@ -6621,6 +6911,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractScrollArea::viewportEvent(arg__1); + } +@@ -6638,6 +6929,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractScrollArea::wheelEvent(arg__1); + } +@@ -6826,6 +7118,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSlider::actionEvent(arg__1); + } +@@ -6843,6 +7136,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSlider::changeEvent(e); + } +@@ -6860,6 +7154,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSlider::childEvent(arg__1); + } +@@ -6877,6 +7172,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSlider::closeEvent(arg__1); + } +@@ -6894,6 +7190,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSlider::contextMenuEvent(arg__1); + } +@@ -6911,6 +7208,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSlider::customEvent(arg__1); + } +@@ -6939,6 +7237,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSlider::devType(); + } +@@ -6956,6 +7255,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSlider::dragEnterEvent(arg__1); + } +@@ -6973,6 +7273,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSlider::dragLeaveEvent(arg__1); + } +@@ -6990,6 +7291,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSlider::dragMoveEvent(arg__1); + } +@@ -7007,6 +7309,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSlider::dropEvent(arg__1); + } +@@ -7024,6 +7327,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSlider::enterEvent(arg__1); + } +@@ -7052,6 +7356,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSlider::event(e); + } +@@ -7080,6 +7385,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSlider::eventFilter(arg__1, arg__2); + } +@@ -7097,6 +7403,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSlider::focusInEvent(arg__1); + } +@@ -7125,6 +7432,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSlider::focusNextPrevChild(next); + } +@@ -7142,6 +7450,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSlider::focusOutEvent(arg__1); + } +@@ -7170,6 +7479,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSlider::heightForWidth(arg__1); + } +@@ -7187,6 +7497,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSlider::hideEvent(arg__1); + } +@@ -7204,6 +7515,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSlider::inputMethodEvent(arg__1); + } +@@ -7232,6 +7544,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSlider::inputMethodQuery(arg__1); + } +@@ -7249,6 +7562,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSlider::keyPressEvent(ev); + } +@@ -7266,6 +7580,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSlider::keyReleaseEvent(arg__1); + } +@@ -7283,6 +7598,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSlider::languageChange(); + } +@@ -7300,6 +7616,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSlider::leaveEvent(arg__1); + } +@@ -7328,6 +7645,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSlider::metric(arg__1); + } +@@ -7356,6 +7674,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSlider::minimumSizeHint(); + } +@@ -7373,6 +7692,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSlider::mouseDoubleClickEvent(arg__1); + } +@@ -7390,6 +7710,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSlider::mouseMoveEvent(arg__1); + } +@@ -7407,6 +7728,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSlider::mousePressEvent(arg__1); + } +@@ -7424,6 +7746,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSlider::mouseReleaseEvent(arg__1); + } +@@ -7441,6 +7764,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSlider::moveEvent(arg__1); + } +@@ -7469,6 +7793,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSlider::paintEngine(); + } +@@ -7486,6 +7811,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSlider::paintEvent(arg__1); + } +@@ -7503,6 +7829,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSlider::resizeEvent(arg__1); + } +@@ -7520,6 +7847,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSlider::showEvent(arg__1); + } +@@ -7548,6 +7876,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSlider::sizeHint(); + } +@@ -7565,6 +7894,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSlider::sliderChange(change); + } +@@ -7582,6 +7912,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSlider::tabletEvent(arg__1); + } +@@ -7599,6 +7930,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSlider::timerEvent(arg__1); + } +@@ -7616,6 +7948,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSlider::wheelEvent(e); + } +@@ -7774,6 +8107,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::actionEvent(arg__1); + } +@@ -7791,6 +8125,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::changeEvent(event); + } +@@ -7808,6 +8143,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::childEvent(arg__1); + } +@@ -7825,6 +8161,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::clear(); + } +@@ -7842,6 +8179,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::closeEvent(event); + } +@@ -7859,6 +8197,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::contextMenuEvent(event); + } +@@ -7876,6 +8215,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::customEvent(arg__1); + } +@@ -7904,6 +8244,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSpinBox::devType(); + } +@@ -7921,6 +8262,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::dragEnterEvent(arg__1); + } +@@ -7938,6 +8280,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::dragLeaveEvent(arg__1); + } +@@ -7955,6 +8298,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::dragMoveEvent(arg__1); + } +@@ -7972,6 +8316,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::dropEvent(arg__1); + } +@@ -7989,6 +8334,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::enterEvent(arg__1); + } +@@ -8017,6 +8363,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSpinBox::event(event); + } +@@ -8045,6 +8392,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSpinBox::eventFilter(arg__1, arg__2); + } +@@ -8062,6 +8410,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::fixup(input); + } +@@ -8079,6 +8428,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::focusInEvent(event); + } +@@ -8107,6 +8457,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSpinBox::focusNextPrevChild(next); + } +@@ -8124,6 +8475,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::focusOutEvent(event); + } +@@ -8152,6 +8504,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSpinBox::heightForWidth(arg__1); + } +@@ -8169,6 +8522,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::hideEvent(event); + } +@@ -8186,6 +8540,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::inputMethodEvent(arg__1); + } +@@ -8214,6 +8569,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSpinBox::inputMethodQuery(arg__1); + } +@@ -8231,6 +8587,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::keyPressEvent(event); + } +@@ -8248,6 +8605,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::keyReleaseEvent(event); + } +@@ -8265,6 +8623,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::languageChange(); + } +@@ -8282,6 +8641,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::leaveEvent(arg__1); + } +@@ -8310,6 +8670,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSpinBox::metric(arg__1); + } +@@ -8327,6 +8688,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::mouseDoubleClickEvent(arg__1); + } +@@ -8344,6 +8706,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::mouseMoveEvent(event); + } +@@ -8361,6 +8724,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::mousePressEvent(event); + } +@@ -8378,6 +8742,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::mouseReleaseEvent(event); + } +@@ -8395,6 +8760,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::moveEvent(arg__1); + } +@@ -8423,6 +8789,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSpinBox::paintEngine(); + } +@@ -8440,6 +8807,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::paintEvent(event); + } +@@ -8457,6 +8825,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::resizeEvent(event); + } +@@ -8474,6 +8843,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::showEvent(event); + } +@@ -8491,6 +8861,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::stepBy(steps); + } +@@ -8519,6 +8890,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSpinBox::stepEnabled(); + } +@@ -8536,6 +8908,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::tabletEvent(arg__1); + } +@@ -8553,6 +8926,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::timerEvent(event); + } +@@ -8581,6 +8955,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSpinBox::validate(input, pos); + } +@@ -8598,6 +8973,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSpinBox::wheelEvent(event); + } +@@ -8857,6 +9233,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractTableModel::buddy(index); + } +@@ -8885,6 +9262,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractTableModel::canFetchMore(parent); + } +@@ -8902,6 +9280,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractTableModel::childEvent(arg__1); + } +@@ -8930,6 +9309,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -8947,6 +9327,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractTableModel::customEvent(arg__1); + } +@@ -8975,6 +9356,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QVariant(); + } +@@ -9003,6 +9385,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractTableModel::dropMimeData(data, action, row, column, parent); + } +@@ -9031,6 +9414,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractTableModel::event(arg__1); + } +@@ -9059,6 +9443,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractTableModel::eventFilter(arg__1, arg__2); + } +@@ -9076,6 +9461,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractTableModel::fetchMore(parent); + } +@@ -9104,6 +9490,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractTableModel::flags(index); + } +@@ -9132,6 +9519,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractTableModel::headerData(section, orientation, role); + } +@@ -9160,6 +9548,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractTableModel::index(row, column, parent); + } +@@ -9188,6 +9577,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractTableModel::insertColumns(column, count, parent); + } +@@ -9216,6 +9606,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractTableModel::insertRows(row, count, parent); + } +@@ -9244,6 +9635,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractTableModel::itemData(index); + } +@@ -9272,6 +9664,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractTableModel::match(start, role, value, hits, flags); + } +@@ -9300,6 +9693,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractTableModel::mimeData(indexes); + } +@@ -9328,6 +9722,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractTableModel::mimeTypes(); + } +@@ -9356,6 +9751,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractTableModel::removeColumns(column, count, parent); + } +@@ -9384,6 +9780,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractTableModel::removeRows(row, count, parent); + } +@@ -9401,6 +9798,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractTableModel::revert(); + } +@@ -9429,6 +9827,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -9457,6 +9856,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractTableModel::setData(index, value, role); + } +@@ -9485,6 +9885,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractTableModel::setHeaderData(section, orientation, value, role); + } +@@ -9513,6 +9914,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractTableModel::setItemData(index, roles); + } +@@ -9530,6 +9932,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractTableModel::sort(column, order); + } +@@ -9558,6 +9961,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractTableModel::span(index); + } +@@ -9586,6 +9990,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractTableModel::submit(); + } +@@ -9614,6 +10019,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractTableModel::supportedDropActions(); + } +@@ -9631,6 +10037,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractTableModel::timerEvent(arg__1); + } +@@ -9696,6 +10103,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -9713,6 +10121,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -9768,6 +10177,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QString(); + } +@@ -9796,6 +10206,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -9824,6 +10235,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -9852,6 +10264,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return bool(); + } +@@ -9880,6 +10293,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -9908,6 +10322,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return bool(); + } +@@ -9936,6 +10351,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -9964,6 +10380,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return 0; + } +@@ -9992,6 +10409,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRect(); + } +@@ -10020,6 +10438,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessible::Relation(); + } +@@ -10048,6 +10467,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessible::Role(); + } +@@ -10065,6 +10485,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -10093,6 +10514,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessible::State(); + } +@@ -10121,6 +10543,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QString(); + } +@@ -10149,6 +10572,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -10193,6 +10617,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QString(); + } +@@ -10221,6 +10646,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -10249,6 +10675,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -10277,6 +10704,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return bool(); + } +@@ -10305,6 +10733,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -10333,6 +10762,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QVariant(); + } +@@ -10361,6 +10791,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return bool(); + } +@@ -10389,6 +10820,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -10417,6 +10849,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return 0; + } +@@ -10445,6 +10878,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRect(); + } +@@ -10473,6 +10907,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessible::Relation(); + } +@@ -10501,6 +10936,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessible::Role(); + } +@@ -10518,6 +10954,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -10546,6 +10983,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessible::State(); + } +@@ -10574,6 +11012,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QString(); + } +@@ -10602,6 +11041,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -10630,6 +11070,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleInterfaceEx::virtual_hook(data); + } +@@ -10669,6 +11110,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleObject::actionText(action, t, child); + } +@@ -10697,6 +11139,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -10725,6 +11168,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -10753,6 +11197,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleObject::doAction(action, child, params); + } +@@ -10781,6 +11226,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -10809,6 +11255,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleObject::isValid(); + } +@@ -10837,6 +11284,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -10865,6 +11313,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleObject::object(); + } +@@ -10893,6 +11342,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleObject::rect(child); + } +@@ -10921,6 +11371,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessible::Relation(); + } +@@ -10949,6 +11400,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessible::Role(); + } +@@ -10966,6 +11418,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAccessibleObject::setText(t, child, text); + } +@@ -10994,6 +11447,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessible::State(); + } +@@ -11022,6 +11476,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QString(); + } +@@ -11050,6 +11505,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleObject::userActionCount(child); + } +@@ -11119,6 +11575,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleObjectEx::actionText(action, t, child); + } +@@ -11147,6 +11604,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -11175,6 +11633,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -11203,6 +11662,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleObjectEx::doAction(action, child, params); + } +@@ -11231,6 +11691,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -11259,6 +11720,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QVariant(); + } +@@ -11287,6 +11749,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleObjectEx::isValid(); + } +@@ -11315,6 +11778,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -11343,6 +11807,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleObjectEx::object(); + } +@@ -11371,6 +11836,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleObjectEx::rect(child); + } +@@ -11399,6 +11865,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessible::Relation(); + } +@@ -11427,6 +11894,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessible::Role(); + } +@@ -11444,6 +11912,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAccessibleObjectEx::setText(t, child, text); + } +@@ -11472,6 +11941,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessible::State(); + } +@@ -11500,6 +11970,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QString(); + } +@@ -11528,6 +11999,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleObjectEx::userActionCount(child); + } +@@ -11556,6 +12028,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleObjectEx::virtual_hook(data); + } +@@ -11614,6 +12087,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAccessiblePlugin::childEvent(arg__1); + } +@@ -11642,6 +12116,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return 0; + } +@@ -11659,6 +12134,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAccessiblePlugin::customEvent(arg__1); + } +@@ -11687,6 +12163,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessiblePlugin::event(arg__1); + } +@@ -11715,6 +12192,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessiblePlugin::eventFilter(arg__1, arg__2); + } +@@ -11743,6 +12221,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringList(); + } +@@ -11760,6 +12239,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAccessiblePlugin::timerEvent(arg__1); + } +@@ -11794,6 +12274,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return 0; + } +@@ -11822,6 +12303,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return 0; + } +@@ -11839,6 +12321,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -11867,6 +12350,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -11895,6 +12379,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -11923,6 +12408,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QString(); + } +@@ -11951,6 +12437,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return 0; + } +@@ -11979,6 +12466,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -12007,6 +12495,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -12035,6 +12524,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return bool(); + } +@@ -12063,6 +12553,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return bool(); + } +@@ -12091,6 +12582,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return bool(); + } +@@ -12119,6 +12611,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -12147,6 +12640,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QString(); + } +@@ -12175,6 +12669,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return 0; + } +@@ -12203,6 +12698,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -12231,6 +12727,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -12248,6 +12745,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -12265,6 +12763,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -12293,6 +12792,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -12321,6 +12821,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -12349,6 +12850,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -12377,6 +12879,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -12405,6 +12908,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return 0; + } +@@ -12422,6 +12926,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -12439,6 +12944,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -12473,6 +12979,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleWidget::actionText(action, t, child); + } +@@ -12501,6 +13008,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleWidget::childAt(x, y); + } +@@ -12529,6 +13037,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleWidget::childCount(); + } +@@ -12557,6 +13066,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleWidget::doAction(action, child, params); + } +@@ -12585,6 +13095,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleWidget::indexOfChild(child); + } +@@ -12613,6 +13124,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleWidget::isValid(); + } +@@ -12641,6 +13153,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleWidget::navigate(rel, entry, target); + } +@@ -12669,6 +13182,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleWidget::object(); + } +@@ -12697,6 +13211,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleWidget::rect(child); + } +@@ -12725,6 +13240,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleWidget::relationTo(child, other, otherChild); + } +@@ -12753,6 +13269,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleWidget::role(child); + } +@@ -12770,6 +13287,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAccessibleWidget::setText(t, child, text); + } +@@ -12798,6 +13316,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleWidget::state(child); + } +@@ -12826,6 +13345,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleWidget::text(t, child); + } +@@ -12854,6 +13374,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleWidget::userActionCount(child); + } +@@ -12948,6 +13469,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleWidgetEx::actionText(action, t, child); + } +@@ -12976,6 +13498,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleWidgetEx::childAt(x, y); + } +@@ -13004,6 +13527,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleWidgetEx::childCount(); + } +@@ -13032,6 +13556,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleWidgetEx::doAction(action, child, params); + } +@@ -13060,6 +13585,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleWidgetEx::indexOfChild(child); + } +@@ -13088,6 +13614,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleWidgetEx::invokeMethodEx(method, child, params); + } +@@ -13116,6 +13643,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleWidgetEx::isValid(); + } +@@ -13144,6 +13672,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleWidgetEx::navigate(rel, entry, target); + } +@@ -13172,6 +13701,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleWidgetEx::object(); + } +@@ -13200,6 +13730,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleWidgetEx::rect(child); + } +@@ -13228,6 +13759,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleWidgetEx::relationTo(child, other, otherChild); + } +@@ -13256,6 +13788,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleWidgetEx::role(child); + } +@@ -13273,6 +13806,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAccessibleWidgetEx::setText(t, child, text); + } +@@ -13301,6 +13835,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleWidgetEx::state(child); + } +@@ -13329,6 +13864,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleWidgetEx::text(t, child); + } +@@ -13357,6 +13893,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleWidgetEx::userActionCount(child); + } +@@ -13385,6 +13922,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAccessibleWidgetEx::virtual_hook(data); + } +@@ -13468,6 +14006,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAction::childEvent(arg__1); + } +@@ -13485,6 +14024,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAction::customEvent(arg__1); + } +@@ -13513,6 +14053,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAction::event(arg__1); + } +@@ -13541,6 +14082,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAction::eventFilter(arg__1, arg__2); + } +@@ -13558,6 +14100,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAction::timerEvent(arg__1); + } +@@ -13855,6 +14398,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QActionGroup::childEvent(arg__1); + } +@@ -13872,6 +14416,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QActionGroup::customEvent(arg__1); + } +@@ -13900,6 +14445,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QActionGroup::event(arg__1); + } +@@ -13928,6 +14474,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QActionGroup::eventFilter(arg__1, arg__2); + } +@@ -13945,6 +14492,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QActionGroup::timerEvent(arg__1); + } +@@ -14013,6 +14561,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QApplication::childEvent(arg__1); + } +@@ -14030,6 +14579,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QApplication::commitData(sm); + } +@@ -14047,6 +14597,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QApplication::customEvent(arg__1); + } +@@ -14075,6 +14626,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QApplication::event(arg__1); + } +@@ -14103,6 +14655,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QApplication::eventFilter(arg__1, arg__2); + } +@@ -14131,6 +14684,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QApplication::notify(arg__1, arg__2); + } +@@ -14148,6 +14702,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QApplication::saveState(sm); + } +@@ -14165,6 +14720,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QApplication::timerEvent(arg__1); + } +@@ -14544,6 +15100,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QBoxLayout::addItem(arg__1); + } +@@ -14561,6 +15118,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QBoxLayout::childEvent(e); + } +@@ -14589,6 +15147,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBoxLayout::count(); + } +@@ -14606,6 +15165,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QBoxLayout::customEvent(arg__1); + } +@@ -14634,6 +15194,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBoxLayout::event(arg__1); + } +@@ -14662,6 +15223,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBoxLayout::eventFilter(arg__1, arg__2); + } +@@ -14690,6 +15252,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBoxLayout::expandingDirections(); + } +@@ -14718,6 +15281,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBoxLayout::geometry(); + } +@@ -14746,6 +15310,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBoxLayout::indexOf(arg__1); + } +@@ -14763,6 +15328,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QBoxLayout::invalidate(); + } +@@ -14791,6 +15357,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBoxLayout::isEmpty(); + } +@@ -14819,6 +15386,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBoxLayout::itemAt(arg__1); + } +@@ -14847,6 +15415,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBoxLayout::layout(); + } +@@ -14875,6 +15444,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBoxLayout::maximumSize(); + } +@@ -14903,6 +15473,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBoxLayout::minimumSize(); + } +@@ -14920,6 +15491,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QBoxLayout::setGeometry(arg__1); + } +@@ -14948,6 +15520,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBoxLayout::takeAt(arg__1); + } +@@ -14965,6 +15538,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QBoxLayout::timerEvent(arg__1); + } +@@ -15148,6 +15722,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QButtonGroup::childEvent(arg__1); + } +@@ -15165,6 +15740,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QButtonGroup::customEvent(arg__1); + } +@@ -15193,6 +15769,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QButtonGroup::event(arg__1); + } +@@ -15221,6 +15798,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QButtonGroup::eventFilter(arg__1, arg__2); + } +@@ -15238,6 +15816,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QButtonGroup::timerEvent(arg__1); + } +@@ -15316,6 +15895,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCDEStyle::childEvent(arg__1); + } +@@ -15333,6 +15913,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCDEStyle::customEvent(arg__1); + } +@@ -15350,6 +15931,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCDEStyle::drawComplexControl(cc, opt, p, w); + } +@@ -15367,6 +15949,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCDEStyle::drawControl(element, opt, p, w); + } +@@ -15384,6 +15967,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCDEStyle::drawItemPixmap(painter, rect, alignment, pixmap); + } +@@ -15401,6 +15985,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCDEStyle::drawItemText(painter, rect, flags, pal, enabled, text, textRole); + } +@@ -15418,6 +16003,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCDEStyle::drawPrimitive(pe, opt, p, w); + } +@@ -15446,6 +16032,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCDEStyle::event(arg__1); + } +@@ -15474,6 +16061,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCDEStyle::eventFilter(o, e); + } +@@ -15502,6 +16090,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCDEStyle::generatedIconPixmap(iconMode, pixmap, opt); + } +@@ -15530,6 +16119,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCDEStyle::hitTestComplexControl(cc, opt, pt, w); + } +@@ -15558,6 +16148,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCDEStyle::itemPixmapRect(r, flags, pixmap); + } +@@ -15586,6 +16177,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCDEStyle::pixelMetric(metric, option, widget); + } +@@ -15603,6 +16195,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCDEStyle::polish(arg__1); + } +@@ -15620,6 +16213,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCDEStyle::polish(arg__1); + } +@@ -15637,6 +16231,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCDEStyle::polish(arg__1); + } +@@ -15665,6 +16260,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCDEStyle::sizeFromContents(ct, opt, contentsSize, widget); + } +@@ -15693,6 +16289,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCDEStyle::standardPalette(); + } +@@ -15721,6 +16318,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPixmap(); + } +@@ -15749,6 +16347,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCDEStyle::styleHint(hint, opt, widget, returnData); + } +@@ -15777,6 +16376,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCDEStyle::subControlRect(cc, opt, sc, widget); + } +@@ -15805,6 +16405,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCDEStyle::subElementRect(r, opt, widget); + } +@@ -15822,6 +16423,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCDEStyle::timerEvent(event); + } +@@ -15839,6 +16441,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCDEStyle::unpolish(arg__1); + } +@@ -15856,6 +16459,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCDEStyle::unpolish(arg__1); + } +@@ -15899,6 +16503,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCalendarWidget::actionEvent(arg__1); + } +@@ -15916,6 +16521,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCalendarWidget::changeEvent(arg__1); + } +@@ -15933,6 +16539,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCalendarWidget::childEvent(arg__1); + } +@@ -15950,6 +16557,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCalendarWidget::closeEvent(arg__1); + } +@@ -15967,6 +16575,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCalendarWidget::contextMenuEvent(arg__1); + } +@@ -15984,6 +16593,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCalendarWidget::customEvent(arg__1); + } +@@ -16012,6 +16622,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCalendarWidget::devType(); + } +@@ -16029,6 +16640,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCalendarWidget::dragEnterEvent(arg__1); + } +@@ -16046,6 +16658,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCalendarWidget::dragLeaveEvent(arg__1); + } +@@ -16063,6 +16676,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCalendarWidget::dragMoveEvent(arg__1); + } +@@ -16080,6 +16694,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCalendarWidget::dropEvent(arg__1); + } +@@ -16097,6 +16712,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCalendarWidget::enterEvent(arg__1); + } +@@ -16125,6 +16741,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCalendarWidget::event(event); + } +@@ -16153,6 +16770,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCalendarWidget::eventFilter(watched, event); + } +@@ -16170,6 +16788,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCalendarWidget::focusInEvent(arg__1); + } +@@ -16198,6 +16817,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCalendarWidget::focusNextPrevChild(next); + } +@@ -16215,6 +16835,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCalendarWidget::focusOutEvent(arg__1); + } +@@ -16243,6 +16864,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCalendarWidget::heightForWidth(arg__1); + } +@@ -16260,6 +16882,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCalendarWidget::hideEvent(arg__1); + } +@@ -16277,6 +16900,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCalendarWidget::inputMethodEvent(arg__1); + } +@@ -16305,6 +16929,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCalendarWidget::inputMethodQuery(arg__1); + } +@@ -16322,6 +16947,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCalendarWidget::keyPressEvent(event); + } +@@ -16339,6 +16965,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCalendarWidget::keyReleaseEvent(arg__1); + } +@@ -16356,6 +16983,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCalendarWidget::languageChange(); + } +@@ -16373,6 +17001,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCalendarWidget::leaveEvent(arg__1); + } +@@ -16401,6 +17030,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCalendarWidget::metric(arg__1); + } +@@ -16429,6 +17059,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCalendarWidget::minimumSizeHint(); + } +@@ -16446,6 +17077,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCalendarWidget::mouseDoubleClickEvent(arg__1); + } +@@ -16463,6 +17095,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCalendarWidget::mouseMoveEvent(arg__1); + } +@@ -16480,6 +17113,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCalendarWidget::mousePressEvent(event); + } +@@ -16497,6 +17131,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCalendarWidget::mouseReleaseEvent(arg__1); + } +@@ -16514,6 +17149,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCalendarWidget::moveEvent(arg__1); + } +@@ -16531,6 +17167,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCalendarWidget::paintCell(painter, rect, date); + } +@@ -16559,6 +17196,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCalendarWidget::paintEngine(); + } +@@ -16576,6 +17214,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCalendarWidget::paintEvent(arg__1); + } +@@ -16593,6 +17232,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCalendarWidget::resizeEvent(event); + } +@@ -16610,6 +17250,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCalendarWidget::showEvent(arg__1); + } +@@ -16638,6 +17279,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCalendarWidget::sizeHint(); + } +@@ -16655,6 +17297,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCalendarWidget::tabletEvent(arg__1); + } +@@ -16672,6 +17315,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCalendarWidget::timerEvent(arg__1); + } +@@ -16689,6 +17333,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCalendarWidget::wheelEvent(arg__1); + } +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui1.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui1.cpp +index e4590df..9d050f8 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui1.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui1.cpp +@@ -91,6 +91,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::actionEvent(arg__1); + } +@@ -108,6 +109,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::changeEvent(e); + } +@@ -125,6 +127,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::checkStateSet(); + } +@@ -142,6 +145,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::childEvent(arg__1); + } +@@ -159,6 +163,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::closeEvent(arg__1); + } +@@ -176,6 +181,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::contextMenuEvent(arg__1); + } +@@ -193,6 +199,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::customEvent(arg__1); + } +@@ -221,6 +228,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCheckBox::devType(); + } +@@ -238,6 +246,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::dragEnterEvent(arg__1); + } +@@ -255,6 +264,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::dragLeaveEvent(arg__1); + } +@@ -272,6 +282,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::dragMoveEvent(arg__1); + } +@@ -289,6 +300,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::dropEvent(arg__1); + } +@@ -306,6 +318,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::enterEvent(arg__1); + } +@@ -334,6 +347,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCheckBox::event(e); + } +@@ -362,6 +376,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCheckBox::eventFilter(arg__1, arg__2); + } +@@ -379,6 +394,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::focusInEvent(e); + } +@@ -407,6 +423,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCheckBox::focusNextPrevChild(next); + } +@@ -424,6 +441,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::focusOutEvent(e); + } +@@ -452,6 +470,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCheckBox::heightForWidth(arg__1); + } +@@ -469,6 +488,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::hideEvent(arg__1); + } +@@ -497,6 +517,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCheckBox::hitButton(pos); + } +@@ -514,6 +535,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::inputMethodEvent(arg__1); + } +@@ -542,6 +564,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCheckBox::inputMethodQuery(arg__1); + } +@@ -559,6 +582,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::keyPressEvent(e); + } +@@ -576,6 +600,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::keyReleaseEvent(e); + } +@@ -593,6 +618,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::languageChange(); + } +@@ -610,6 +636,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::leaveEvent(arg__1); + } +@@ -638,6 +665,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCheckBox::metric(arg__1); + } +@@ -666,6 +694,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCheckBox::minimumSizeHint(); + } +@@ -683,6 +712,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::mouseDoubleClickEvent(arg__1); + } +@@ -700,6 +730,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::mouseMoveEvent(arg__1); + } +@@ -717,6 +748,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::mousePressEvent(e); + } +@@ -734,6 +766,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::mouseReleaseEvent(e); + } +@@ -751,6 +784,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::moveEvent(arg__1); + } +@@ -768,6 +802,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::nextCheckState(); + } +@@ -796,6 +831,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCheckBox::paintEngine(); + } +@@ -813,6 +849,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::paintEvent(arg__1); + } +@@ -830,6 +867,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::resizeEvent(arg__1); + } +@@ -847,6 +885,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::showEvent(arg__1); + } +@@ -864,6 +903,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::tabletEvent(arg__1); + } +@@ -881,6 +921,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::timerEvent(e); + } +@@ -898,6 +939,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCheckBox::wheelEvent(arg__1); + } +@@ -980,6 +1022,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCleanlooksStyle::childEvent(arg__1); + } +@@ -997,6 +1040,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCleanlooksStyle::customEvent(arg__1); + } +@@ -1014,6 +1058,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCleanlooksStyle::drawComplexControl(control, option, painter, widget); + } +@@ -1031,6 +1076,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCleanlooksStyle::drawControl(ce, option, painter, widget); + } +@@ -1048,6 +1094,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCleanlooksStyle::drawItemPixmap(painter, rect, alignment, pixmap); + } +@@ -1065,6 +1112,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCleanlooksStyle::drawItemText(painter, rect, flags, pal, enabled, text, textRole); + } +@@ -1082,6 +1130,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCleanlooksStyle::drawPrimitive(elem, option, painter, widget); + } +@@ -1110,6 +1159,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCleanlooksStyle::event(arg__1); + } +@@ -1138,6 +1188,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCleanlooksStyle::eventFilter(o, e); + } +@@ -1166,6 +1217,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCleanlooksStyle::generatedIconPixmap(iconMode, pixmap, opt); + } +@@ -1194,6 +1246,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCleanlooksStyle::hitTestComplexControl(cc, opt, pt, w); + } +@@ -1222,6 +1275,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCleanlooksStyle::itemPixmapRect(r, flags, pixmap); + } +@@ -1250,6 +1304,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCleanlooksStyle::pixelMetric(metric, option, widget); + } +@@ -1267,6 +1322,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCleanlooksStyle::polish(app); + } +@@ -1284,6 +1340,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCleanlooksStyle::polish(pal); + } +@@ -1301,6 +1358,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCleanlooksStyle::polish(widget); + } +@@ -1329,6 +1387,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCleanlooksStyle::sizeFromContents(type, option, size, widget); + } +@@ -1357,6 +1416,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCleanlooksStyle::standardPalette(); + } +@@ -1385,6 +1445,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPixmap(); + } +@@ -1413,6 +1474,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCleanlooksStyle::styleHint(hint, option, widget, returnData); + } +@@ -1441,6 +1503,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCleanlooksStyle::subControlRect(cc, opt, sc, widget); + } +@@ -1469,6 +1532,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCleanlooksStyle::subElementRect(r, opt, widget); + } +@@ -1486,6 +1550,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCleanlooksStyle::timerEvent(event); + } +@@ -1503,6 +1568,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCleanlooksStyle::unpolish(app); + } +@@ -1520,6 +1586,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCleanlooksStyle::unpolish(widget); + } +@@ -1728,6 +1795,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::accept(); + } +@@ -1745,6 +1813,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::actionEvent(arg__1); + } +@@ -1762,6 +1831,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::changeEvent(event); + } +@@ -1779,6 +1849,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::childEvent(arg__1); + } +@@ -1796,6 +1867,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::closeEvent(arg__1); + } +@@ -1813,6 +1885,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::contextMenuEvent(arg__1); + } +@@ -1830,6 +1903,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::customEvent(arg__1); + } +@@ -1858,6 +1932,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QColorDialog::devType(); + } +@@ -1875,6 +1950,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::done(result); + } +@@ -1892,6 +1968,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::dragEnterEvent(arg__1); + } +@@ -1909,6 +1986,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::dragLeaveEvent(arg__1); + } +@@ -1926,6 +2004,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::dragMoveEvent(arg__1); + } +@@ -1943,6 +2022,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::dropEvent(arg__1); + } +@@ -1960,6 +2040,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::enterEvent(arg__1); + } +@@ -1988,6 +2069,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QColorDialog::event(arg__1); + } +@@ -2016,6 +2098,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QColorDialog::eventFilter(arg__1, arg__2); + } +@@ -2033,6 +2116,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::focusInEvent(arg__1); + } +@@ -2061,6 +2145,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QColorDialog::focusNextPrevChild(next); + } +@@ -2078,6 +2163,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::focusOutEvent(arg__1); + } +@@ -2106,6 +2192,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QColorDialog::heightForWidth(arg__1); + } +@@ -2123,6 +2210,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::hideEvent(arg__1); + } +@@ -2140,6 +2228,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::inputMethodEvent(arg__1); + } +@@ -2168,6 +2257,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QColorDialog::inputMethodQuery(arg__1); + } +@@ -2185,6 +2275,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::keyPressEvent(arg__1); + } +@@ -2202,6 +2293,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::keyReleaseEvent(arg__1); + } +@@ -2219,6 +2311,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::languageChange(); + } +@@ -2236,6 +2329,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::leaveEvent(arg__1); + } +@@ -2264,6 +2358,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QColorDialog::metric(arg__1); + } +@@ -2281,6 +2376,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::mouseDoubleClickEvent(arg__1); + } +@@ -2298,6 +2394,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::mouseMoveEvent(arg__1); + } +@@ -2315,6 +2412,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::mousePressEvent(arg__1); + } +@@ -2332,6 +2430,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::mouseReleaseEvent(arg__1); + } +@@ -2349,6 +2448,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::moveEvent(arg__1); + } +@@ -2377,6 +2477,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QColorDialog::paintEngine(); + } +@@ -2394,6 +2495,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::paintEvent(arg__1); + } +@@ -2411,6 +2513,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::reject(); + } +@@ -2428,6 +2531,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::resizeEvent(arg__1); + } +@@ -2445,6 +2549,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::showEvent(arg__1); + } +@@ -2462,6 +2567,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::tabletEvent(arg__1); + } +@@ -2479,6 +2585,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::timerEvent(arg__1); + } +@@ -2496,6 +2603,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColorDialog::wheelEvent(arg__1); + } +@@ -2618,6 +2726,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::actionEvent(arg__1); + } +@@ -2635,6 +2744,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::changeEvent(arg__1); + } +@@ -2652,6 +2762,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::childEvent(arg__1); + } +@@ -2669,6 +2780,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::closeEditor(editor, hint); + } +@@ -2686,6 +2798,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::closeEvent(arg__1); + } +@@ -2703,6 +2816,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::commitData(editor); + } +@@ -2720,6 +2834,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::contextMenuEvent(arg__1); + } +@@ -2748,6 +2863,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QColumnView::createColumn(rootIndex); + } +@@ -2765,6 +2881,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::currentChanged(current, previous); + } +@@ -2782,6 +2899,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::customEvent(arg__1); + } +@@ -2799,6 +2917,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::dataChanged(topLeft, bottomRight); + } +@@ -2827,6 +2946,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QColumnView::devType(); + } +@@ -2844,6 +2964,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::doItemsLayout(); + } +@@ -2861,6 +2982,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::dragEnterEvent(event); + } +@@ -2878,6 +3000,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::dragLeaveEvent(event); + } +@@ -2895,6 +3018,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::dragMoveEvent(event); + } +@@ -2912,6 +3036,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::dropEvent(event); + } +@@ -2940,6 +3065,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QColumnView::edit(index, trigger, event); + } +@@ -2957,6 +3083,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::editorDestroyed(editor); + } +@@ -2974,6 +3101,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::enterEvent(arg__1); + } +@@ -3002,6 +3130,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QColumnView::event(event); + } +@@ -3030,6 +3159,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QColumnView::eventFilter(arg__1, arg__2); + } +@@ -3047,6 +3177,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::focusInEvent(event); + } +@@ -3075,6 +3206,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QColumnView::focusNextPrevChild(next); + } +@@ -3092,6 +3224,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::focusOutEvent(event); + } +@@ -3120,6 +3253,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QColumnView::heightForWidth(arg__1); + } +@@ -3137,6 +3271,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::hideEvent(arg__1); + } +@@ -3165,6 +3300,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QColumnView::horizontalOffset(); + } +@@ -3182,6 +3318,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::horizontalScrollbarAction(action); + } +@@ -3199,6 +3336,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::horizontalScrollbarValueChanged(value); + } +@@ -3227,6 +3365,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QColumnView::indexAt(point); + } +@@ -3244,6 +3383,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::inputMethodEvent(event); + } +@@ -3272,6 +3412,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QColumnView::inputMethodQuery(query); + } +@@ -3300,6 +3441,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QColumnView::isIndexHidden(index); + } +@@ -3317,6 +3459,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::keyPressEvent(event); + } +@@ -3334,6 +3477,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::keyReleaseEvent(arg__1); + } +@@ -3351,6 +3495,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::keyboardSearch(search); + } +@@ -3368,6 +3513,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::languageChange(); + } +@@ -3385,6 +3531,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::leaveEvent(arg__1); + } +@@ -3413,6 +3560,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QColumnView::metric(arg__1); + } +@@ -3430,6 +3578,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::mouseDoubleClickEvent(event); + } +@@ -3447,6 +3596,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::mouseMoveEvent(event); + } +@@ -3464,6 +3614,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::mousePressEvent(event); + } +@@ -3481,6 +3632,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::mouseReleaseEvent(event); + } +@@ -3498,6 +3650,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::moveEvent(arg__1); + } +@@ -3526,6 +3679,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QColumnView::paintEngine(); + } +@@ -3543,6 +3697,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::paintEvent(arg__1); + } +@@ -3560,6 +3715,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::reset(); + } +@@ -3577,6 +3733,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::resizeEvent(event); + } +@@ -3594,6 +3751,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::rowsAboutToBeRemoved(parent, start, end); + } +@@ -3611,6 +3769,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::rowsInserted(parent, start, end); + } +@@ -3628,6 +3787,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::scrollContentsBy(dx, dy); + } +@@ -3645,6 +3805,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::scrollTo(index, hint); + } +@@ -3662,6 +3823,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::selectAll(); + } +@@ -3690,6 +3852,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QColumnView::selectedIndexes(); + } +@@ -3707,6 +3870,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::selectionChanged(selected, deselected); + } +@@ -3735,6 +3899,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QColumnView::selectionCommand(index, event); + } +@@ -3752,6 +3917,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::setModel(model); + } +@@ -3769,6 +3935,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::setRootIndex(index); + } +@@ -3786,6 +3953,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::setSelection(rect, command); + } +@@ -3803,6 +3971,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::setSelectionModel(selectionModel); + } +@@ -3820,6 +3989,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::showEvent(arg__1); + } +@@ -3848,6 +4018,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QColumnView::sizeHintForColumn(column); + } +@@ -3876,6 +4047,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QColumnView::sizeHintForRow(row); + } +@@ -3893,6 +4065,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::startDrag(supportedActions); + } +@@ -3910,6 +4083,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::tabletEvent(arg__1); + } +@@ -3927,6 +4101,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::timerEvent(event); + } +@@ -3944,6 +4119,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::updateEditorData(); + } +@@ -3961,6 +4137,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::updateEditorGeometries(); + } +@@ -3978,6 +4155,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::updateGeometries(); + } +@@ -4006,6 +4184,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QColumnView::verticalOffset(); + } +@@ -4023,6 +4202,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::verticalScrollbarAction(action); + } +@@ -4040,6 +4220,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::verticalScrollbarValueChanged(value); + } +@@ -4068,6 +4249,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QColumnView::viewOptions(); + } +@@ -4096,6 +4278,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QColumnView::viewportEvent(event); + } +@@ -4124,6 +4307,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QColumnView::visualRect(index); + } +@@ -4152,6 +4336,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QColumnView::visualRegionForSelection(selection); + } +@@ -4169,6 +4354,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QColumnView::wheelEvent(arg__1); + } +@@ -4312,6 +4498,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::actionEvent(arg__1); + } +@@ -4329,6 +4516,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::changeEvent(e); + } +@@ -4346,6 +4534,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::childEvent(arg__1); + } +@@ -4363,6 +4552,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::closeEvent(arg__1); + } +@@ -4380,6 +4570,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::contextMenuEvent(e); + } +@@ -4397,6 +4588,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::customEvent(arg__1); + } +@@ -4425,6 +4617,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QComboBox::devType(); + } +@@ -4442,6 +4635,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::dragEnterEvent(arg__1); + } +@@ -4459,6 +4653,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::dragLeaveEvent(arg__1); + } +@@ -4476,6 +4671,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::dragMoveEvent(arg__1); + } +@@ -4493,6 +4689,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::dropEvent(arg__1); + } +@@ -4510,6 +4707,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::enterEvent(arg__1); + } +@@ -4538,6 +4736,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QComboBox::event(event); + } +@@ -4566,6 +4765,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QComboBox::eventFilter(arg__1, arg__2); + } +@@ -4583,6 +4783,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::focusInEvent(e); + } +@@ -4611,6 +4812,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QComboBox::focusNextPrevChild(next); + } +@@ -4628,6 +4830,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::focusOutEvent(e); + } +@@ -4656,6 +4859,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QComboBox::heightForWidth(arg__1); + } +@@ -4673,6 +4877,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::hideEvent(e); + } +@@ -4690,6 +4895,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::hidePopup(); + } +@@ -4707,6 +4913,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::inputMethodEvent(arg__1); + } +@@ -4735,6 +4942,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QComboBox::inputMethodQuery(arg__1); + } +@@ -4752,6 +4960,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::keyPressEvent(e); + } +@@ -4769,6 +4978,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::keyReleaseEvent(e); + } +@@ -4786,6 +4996,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::languageChange(); + } +@@ -4803,6 +5014,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::leaveEvent(arg__1); + } +@@ -4831,6 +5043,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QComboBox::metric(arg__1); + } +@@ -4848,6 +5061,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::mouseDoubleClickEvent(arg__1); + } +@@ -4865,6 +5079,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::mouseMoveEvent(arg__1); + } +@@ -4882,6 +5097,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::mousePressEvent(e); + } +@@ -4899,6 +5115,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::mouseReleaseEvent(e); + } +@@ -4916,6 +5133,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::moveEvent(arg__1); + } +@@ -4944,6 +5162,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QComboBox::paintEngine(); + } +@@ -4961,6 +5180,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::paintEvent(e); + } +@@ -4978,6 +5198,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::resizeEvent(e); + } +@@ -4995,6 +5216,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::showEvent(e); + } +@@ -5012,6 +5234,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::showPopup(); + } +@@ -5029,6 +5252,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::tabletEvent(arg__1); + } +@@ -5046,6 +5270,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::timerEvent(arg__1); + } +@@ -5063,6 +5288,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QComboBox::wheelEvent(e); + } +@@ -5451,6 +5677,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::actionEvent(arg__1); + } +@@ -5468,6 +5695,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::changeEvent(e); + } +@@ -5485,6 +5713,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::checkStateSet(); + } +@@ -5502,6 +5731,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::childEvent(arg__1); + } +@@ -5519,6 +5749,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::closeEvent(arg__1); + } +@@ -5536,6 +5767,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::contextMenuEvent(arg__1); + } +@@ -5553,6 +5785,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::customEvent(arg__1); + } +@@ -5581,6 +5814,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCommandLinkButton::devType(); + } +@@ -5598,6 +5832,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::dragEnterEvent(arg__1); + } +@@ -5615,6 +5850,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::dragLeaveEvent(arg__1); + } +@@ -5632,6 +5868,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::dragMoveEvent(arg__1); + } +@@ -5649,6 +5886,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::dropEvent(arg__1); + } +@@ -5666,6 +5904,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::enterEvent(arg__1); + } +@@ -5694,6 +5933,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCommandLinkButton::event(e); + } +@@ -5722,6 +5962,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCommandLinkButton::eventFilter(arg__1, arg__2); + } +@@ -5739,6 +5980,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::focusInEvent(arg__1); + } +@@ -5767,6 +6009,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCommandLinkButton::focusNextPrevChild(next); + } +@@ -5784,6 +6027,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::focusOutEvent(arg__1); + } +@@ -5812,6 +6056,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCommandLinkButton::heightForWidth(arg__1); + } +@@ -5829,6 +6074,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::hideEvent(arg__1); + } +@@ -5857,6 +6103,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCommandLinkButton::hitButton(pos); + } +@@ -5874,6 +6121,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::inputMethodEvent(arg__1); + } +@@ -5902,6 +6150,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCommandLinkButton::inputMethodQuery(arg__1); + } +@@ -5919,6 +6168,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::keyPressEvent(arg__1); + } +@@ -5936,6 +6186,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::keyReleaseEvent(e); + } +@@ -5953,6 +6204,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::languageChange(); + } +@@ -5970,6 +6222,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::leaveEvent(arg__1); + } +@@ -5998,6 +6251,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCommandLinkButton::metric(arg__1); + } +@@ -6015,6 +6269,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::mouseDoubleClickEvent(arg__1); + } +@@ -6032,6 +6287,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::mouseMoveEvent(e); + } +@@ -6049,6 +6305,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::mousePressEvent(e); + } +@@ -6066,6 +6323,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::mouseReleaseEvent(e); + } +@@ -6083,6 +6341,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::moveEvent(arg__1); + } +@@ -6100,6 +6359,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::nextCheckState(); + } +@@ -6128,6 +6388,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCommandLinkButton::paintEngine(); + } +@@ -6145,6 +6406,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::paintEvent(arg__1); + } +@@ -6162,6 +6424,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::resizeEvent(arg__1); + } +@@ -6179,6 +6442,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::showEvent(arg__1); + } +@@ -6196,6 +6460,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::tabletEvent(arg__1); + } +@@ -6213,6 +6478,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::timerEvent(e); + } +@@ -6230,6 +6496,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommandLinkButton::wheelEvent(arg__1); + } +@@ -6286,6 +6553,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommonStyle::childEvent(arg__1); + } +@@ -6303,6 +6571,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommonStyle::customEvent(arg__1); + } +@@ -6320,6 +6589,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommonStyle::drawComplexControl(cc, opt, p, w); + } +@@ -6337,6 +6607,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommonStyle::drawControl(element, opt, p, w); + } +@@ -6354,6 +6625,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommonStyle::drawItemPixmap(painter, rect, alignment, pixmap); + } +@@ -6371,6 +6643,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommonStyle::drawItemText(painter, rect, flags, pal, enabled, text, textRole); + } +@@ -6388,6 +6661,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommonStyle::drawPrimitive(pe, opt, p, w); + } +@@ -6416,6 +6690,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCommonStyle::event(arg__1); + } +@@ -6444,6 +6719,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCommonStyle::eventFilter(arg__1, arg__2); + } +@@ -6472,6 +6748,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCommonStyle::generatedIconPixmap(iconMode, pixmap, opt); + } +@@ -6500,6 +6777,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCommonStyle::hitTestComplexControl(cc, opt, pt, w); + } +@@ -6528,6 +6806,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCommonStyle::itemPixmapRect(r, flags, pixmap); + } +@@ -6556,6 +6835,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCommonStyle::pixelMetric(m, opt, widget); + } +@@ -6573,6 +6853,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommonStyle::polish(app); + } +@@ -6590,6 +6871,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommonStyle::polish(arg__1); + } +@@ -6607,6 +6889,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommonStyle::polish(widget); + } +@@ -6635,6 +6918,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCommonStyle::sizeFromContents(ct, opt, contentsSize, widget); + } +@@ -6663,6 +6947,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCommonStyle::standardPalette(); + } +@@ -6691,6 +6976,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPixmap(); + } +@@ -6719,6 +7005,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCommonStyle::styleHint(sh, opt, w, shret); + } +@@ -6747,6 +7034,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCommonStyle::subControlRect(cc, opt, sc, w); + } +@@ -6775,6 +7063,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCommonStyle::subElementRect(r, opt, widget); + } +@@ -6792,6 +7081,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommonStyle::timerEvent(arg__1); + } +@@ -6809,6 +7099,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommonStyle::unpolish(application); + } +@@ -6826,6 +7117,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCommonStyle::unpolish(widget); + } +@@ -6924,6 +7216,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCompleter::childEvent(arg__1); + } +@@ -6941,6 +7234,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCompleter::customEvent(arg__1); + } +@@ -6969,6 +7263,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCompleter::event(arg__1); + } +@@ -6997,6 +7292,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCompleter::eventFilter(o, e); + } +@@ -7025,6 +7321,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCompleter::pathFromIndex(index); + } +@@ -7053,6 +7350,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QCompleter::splitPath(path); + } +@@ -7070,6 +7368,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QCompleter::timerEvent(arg__1); + } +@@ -7339,6 +7638,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDataWidgetMapper::childEvent(arg__1); + } +@@ -7356,6 +7656,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDataWidgetMapper::customEvent(arg__1); + } +@@ -7384,6 +7685,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDataWidgetMapper::event(arg__1); + } +@@ -7412,6 +7714,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDataWidgetMapper::eventFilter(arg__1, arg__2); + } +@@ -7429,6 +7732,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDataWidgetMapper::setCurrentIndex(index); + } +@@ -7446,6 +7750,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDataWidgetMapper::timerEvent(arg__1); + } +@@ -7559,6 +7864,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::actionEvent(arg__1); + } +@@ -7576,6 +7882,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::changeEvent(event); + } +@@ -7593,6 +7900,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::childEvent(arg__1); + } +@@ -7610,6 +7918,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::clear(); + } +@@ -7627,6 +7936,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::closeEvent(event); + } +@@ -7644,6 +7954,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::contextMenuEvent(event); + } +@@ -7661,6 +7972,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::customEvent(arg__1); + } +@@ -7689,6 +8001,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDateEdit::dateTimeFromText(text); + } +@@ -7717,6 +8030,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDateEdit::devType(); + } +@@ -7734,6 +8048,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::dragEnterEvent(arg__1); + } +@@ -7751,6 +8066,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::dragLeaveEvent(arg__1); + } +@@ -7768,6 +8084,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::dragMoveEvent(arg__1); + } +@@ -7785,6 +8102,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::dropEvent(arg__1); + } +@@ -7802,6 +8120,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::enterEvent(arg__1); + } +@@ -7830,6 +8149,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDateEdit::event(event); + } +@@ -7858,6 +8178,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDateEdit::eventFilter(arg__1, arg__2); + } +@@ -7875,6 +8196,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::fixup(input); + } +@@ -7892,6 +8214,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::focusInEvent(event); + } +@@ -7920,6 +8243,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDateEdit::focusNextPrevChild(next); + } +@@ -7937,6 +8261,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::focusOutEvent(event); + } +@@ -7965,6 +8290,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDateEdit::heightForWidth(arg__1); + } +@@ -7982,6 +8308,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::hideEvent(event); + } +@@ -7999,6 +8326,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::inputMethodEvent(arg__1); + } +@@ -8027,6 +8355,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDateEdit::inputMethodQuery(arg__1); + } +@@ -8044,6 +8373,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::keyPressEvent(event); + } +@@ -8061,6 +8391,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::keyReleaseEvent(event); + } +@@ -8078,6 +8409,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::languageChange(); + } +@@ -8095,6 +8427,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::leaveEvent(arg__1); + } +@@ -8123,6 +8456,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDateEdit::metric(arg__1); + } +@@ -8140,6 +8474,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::mouseDoubleClickEvent(arg__1); + } +@@ -8157,6 +8492,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::mouseMoveEvent(event); + } +@@ -8174,6 +8510,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::mousePressEvent(event); + } +@@ -8191,6 +8528,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::mouseReleaseEvent(event); + } +@@ -8208,6 +8546,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::moveEvent(arg__1); + } +@@ -8236,6 +8575,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDateEdit::paintEngine(); + } +@@ -8253,6 +8593,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::paintEvent(event); + } +@@ -8270,6 +8611,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::resizeEvent(event); + } +@@ -8287,6 +8629,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::showEvent(event); + } +@@ -8304,6 +8647,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::stepBy(steps); + } +@@ -8332,6 +8676,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDateEdit::stepEnabled(); + } +@@ -8349,6 +8694,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::tabletEvent(arg__1); + } +@@ -8377,6 +8723,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDateEdit::textFromDateTime(dt); + } +@@ -8394,6 +8741,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::timerEvent(event); + } +@@ -8422,6 +8770,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDateEdit::validate(input, pos); + } +@@ -8439,6 +8788,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateEdit::wheelEvent(event); + } +@@ -8466,6 +8816,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::actionEvent(arg__1); + } +@@ -8483,6 +8834,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::changeEvent(event); + } +@@ -8500,6 +8852,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::childEvent(arg__1); + } +@@ -8517,6 +8870,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::clear(); + } +@@ -8534,6 +8888,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::closeEvent(event); + } +@@ -8551,6 +8906,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::contextMenuEvent(event); + } +@@ -8568,6 +8924,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::customEvent(arg__1); + } +@@ -8596,6 +8953,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDateTimeEdit::dateTimeFromText(text); + } +@@ -8624,6 +8982,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDateTimeEdit::devType(); + } +@@ -8641,6 +9000,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::dragEnterEvent(arg__1); + } +@@ -8658,6 +9018,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::dragLeaveEvent(arg__1); + } +@@ -8675,6 +9036,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::dragMoveEvent(arg__1); + } +@@ -8692,6 +9054,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::dropEvent(arg__1); + } +@@ -8709,6 +9072,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::enterEvent(arg__1); + } +@@ -8737,6 +9101,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDateTimeEdit::event(event); + } +@@ -8765,6 +9130,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDateTimeEdit::eventFilter(arg__1, arg__2); + } +@@ -8782,6 +9148,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::fixup(input); + } +@@ -8799,6 +9166,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::focusInEvent(event); + } +@@ -8827,6 +9195,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDateTimeEdit::focusNextPrevChild(next); + } +@@ -8844,6 +9213,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::focusOutEvent(event); + } +@@ -8872,6 +9242,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDateTimeEdit::heightForWidth(arg__1); + } +@@ -8889,6 +9260,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::hideEvent(event); + } +@@ -8906,6 +9278,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::inputMethodEvent(arg__1); + } +@@ -8934,6 +9307,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDateTimeEdit::inputMethodQuery(arg__1); + } +@@ -8951,6 +9325,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::keyPressEvent(event); + } +@@ -8968,6 +9343,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::keyReleaseEvent(event); + } +@@ -8985,6 +9361,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::languageChange(); + } +@@ -9002,6 +9379,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::leaveEvent(arg__1); + } +@@ -9030,6 +9408,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDateTimeEdit::metric(arg__1); + } +@@ -9047,6 +9426,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::mouseDoubleClickEvent(arg__1); + } +@@ -9064,6 +9444,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::mouseMoveEvent(event); + } +@@ -9081,6 +9462,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::mousePressEvent(event); + } +@@ -9098,6 +9480,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::mouseReleaseEvent(event); + } +@@ -9115,6 +9498,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::moveEvent(arg__1); + } +@@ -9143,6 +9527,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDateTimeEdit::paintEngine(); + } +@@ -9160,6 +9545,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::paintEvent(event); + } +@@ -9177,6 +9563,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::resizeEvent(event); + } +@@ -9194,6 +9581,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::showEvent(event); + } +@@ -9211,6 +9599,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::stepBy(steps); + } +@@ -9239,6 +9628,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDateTimeEdit::stepEnabled(); + } +@@ -9256,6 +9646,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::tabletEvent(arg__1); + } +@@ -9284,6 +9675,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDateTimeEdit::textFromDateTime(dt); + } +@@ -9301,6 +9693,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::timerEvent(event); + } +@@ -9329,6 +9722,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDateTimeEdit::validate(input, pos); + } +@@ -9346,6 +9740,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDateTimeEdit::wheelEvent(event); + } +@@ -9692,6 +10087,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDesktopWidget::actionEvent(arg__1); + } +@@ -9709,6 +10105,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDesktopWidget::changeEvent(arg__1); + } +@@ -9726,6 +10123,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDesktopWidget::childEvent(arg__1); + } +@@ -9743,6 +10141,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDesktopWidget::closeEvent(arg__1); + } +@@ -9760,6 +10159,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDesktopWidget::contextMenuEvent(arg__1); + } +@@ -9777,6 +10177,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDesktopWidget::customEvent(arg__1); + } +@@ -9805,6 +10206,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDesktopWidget::devType(); + } +@@ -9822,6 +10224,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDesktopWidget::dragEnterEvent(arg__1); + } +@@ -9839,6 +10242,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDesktopWidget::dragLeaveEvent(arg__1); + } +@@ -9856,6 +10260,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDesktopWidget::dragMoveEvent(arg__1); + } +@@ -9873,6 +10278,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDesktopWidget::dropEvent(arg__1); + } +@@ -9890,6 +10296,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDesktopWidget::enterEvent(arg__1); + } +@@ -9918,6 +10325,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDesktopWidget::event(arg__1); + } +@@ -9946,6 +10354,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDesktopWidget::eventFilter(arg__1, arg__2); + } +@@ -9963,6 +10372,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDesktopWidget::focusInEvent(arg__1); + } +@@ -9991,6 +10401,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDesktopWidget::focusNextPrevChild(next); + } +@@ -10008,6 +10419,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDesktopWidget::focusOutEvent(arg__1); + } +@@ -10036,6 +10448,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDesktopWidget::heightForWidth(arg__1); + } +@@ -10053,6 +10466,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDesktopWidget::hideEvent(arg__1); + } +@@ -10070,6 +10484,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDesktopWidget::inputMethodEvent(arg__1); + } +@@ -10098,6 +10513,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDesktopWidget::inputMethodQuery(arg__1); + } +@@ -10115,6 +10531,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDesktopWidget::keyPressEvent(arg__1); + } +@@ -10132,6 +10549,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDesktopWidget::keyReleaseEvent(arg__1); + } +@@ -10149,6 +10567,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDesktopWidget::languageChange(); + } +@@ -10166,6 +10585,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDesktopWidget::leaveEvent(arg__1); + } +@@ -10194,6 +10614,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDesktopWidget::metric(arg__1); + } +@@ -10222,6 +10643,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDesktopWidget::minimumSizeHint(); + } +@@ -10239,6 +10661,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDesktopWidget::mouseDoubleClickEvent(arg__1); + } +@@ -10256,6 +10679,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDesktopWidget::mouseMoveEvent(arg__1); + } +@@ -10273,6 +10697,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDesktopWidget::mousePressEvent(arg__1); + } +@@ -10290,6 +10715,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDesktopWidget::mouseReleaseEvent(arg__1); + } +@@ -10307,6 +10733,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDesktopWidget::moveEvent(arg__1); + } +@@ -10335,6 +10762,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDesktopWidget::paintEngine(); + } +@@ -10352,6 +10780,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDesktopWidget::paintEvent(arg__1); + } +@@ -10369,6 +10798,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDesktopWidget::resizeEvent(e); + } +@@ -10386,6 +10816,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDesktopWidget::showEvent(arg__1); + } +@@ -10414,6 +10845,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDesktopWidget::sizeHint(); + } +@@ -10431,6 +10863,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDesktopWidget::tabletEvent(arg__1); + } +@@ -10448,6 +10881,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDesktopWidget::timerEvent(arg__1); + } +@@ -10465,6 +10899,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDesktopWidget::wheelEvent(arg__1); + } +@@ -10558,6 +10993,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDial::actionEvent(arg__1); + } +@@ -10575,6 +11011,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDial::changeEvent(e); + } +@@ -10592,6 +11029,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDial::childEvent(arg__1); + } +@@ -10609,6 +11047,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDial::closeEvent(arg__1); + } +@@ -10626,6 +11065,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDial::contextMenuEvent(arg__1); + } +@@ -10643,6 +11083,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDial::customEvent(arg__1); + } +@@ -10671,6 +11112,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDial::devType(); + } +@@ -10688,6 +11130,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDial::dragEnterEvent(arg__1); + } +@@ -10705,6 +11148,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDial::dragLeaveEvent(arg__1); + } +@@ -10722,6 +11166,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDial::dragMoveEvent(arg__1); + } +@@ -10739,6 +11184,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDial::dropEvent(arg__1); + } +@@ -10756,6 +11202,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDial::enterEvent(arg__1); + } +@@ -10784,6 +11231,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDial::event(e); + } +@@ -10812,6 +11260,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDial::eventFilter(arg__1, arg__2); + } +@@ -10829,6 +11278,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDial::focusInEvent(arg__1); + } +@@ -10857,6 +11307,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDial::focusNextPrevChild(next); + } +@@ -10874,6 +11325,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDial::focusOutEvent(arg__1); + } +@@ -10902,6 +11354,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDial::heightForWidth(arg__1); + } +@@ -10919,6 +11372,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDial::hideEvent(arg__1); + } +@@ -10936,6 +11390,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDial::inputMethodEvent(arg__1); + } +@@ -10964,6 +11419,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDial::inputMethodQuery(arg__1); + } +@@ -10981,6 +11437,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDial::keyPressEvent(ev); + } +@@ -10998,6 +11455,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDial::keyReleaseEvent(arg__1); + } +@@ -11015,6 +11473,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDial::languageChange(); + } +@@ -11032,6 +11491,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDial::leaveEvent(arg__1); + } +@@ -11060,6 +11520,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDial::metric(arg__1); + } +@@ -11077,6 +11538,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDial::mouseDoubleClickEvent(arg__1); + } +@@ -11094,6 +11556,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDial::mouseMoveEvent(me); + } +@@ -11111,6 +11574,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDial::mousePressEvent(me); + } +@@ -11128,6 +11592,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDial::mouseReleaseEvent(me); + } +@@ -11145,6 +11610,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDial::moveEvent(arg__1); + } +@@ -11173,6 +11639,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDial::paintEngine(); + } +@@ -11190,6 +11657,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDial::paintEvent(pe); + } +@@ -11207,6 +11675,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDial::resizeEvent(re); + } +@@ -11224,6 +11693,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDial::showEvent(arg__1); + } +@@ -11241,6 +11711,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDial::tabletEvent(arg__1); + } +@@ -11258,6 +11729,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDial::timerEvent(arg__1); + } +@@ -11275,6 +11747,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDial::wheelEvent(e); + } +@@ -11363,6 +11836,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::accept(); + } +@@ -11380,6 +11854,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::actionEvent(arg__1); + } +@@ -11397,6 +11872,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::changeEvent(arg__1); + } +@@ -11414,6 +11890,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::childEvent(arg__1); + } +@@ -11431,6 +11908,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::closeEvent(arg__1); + } +@@ -11448,6 +11926,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::contextMenuEvent(arg__1); + } +@@ -11465,6 +11944,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::customEvent(arg__1); + } +@@ -11493,6 +11973,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDialog::devType(); + } +@@ -11510,6 +11991,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::done(arg__1); + } +@@ -11527,6 +12009,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::dragEnterEvent(arg__1); + } +@@ -11544,6 +12027,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::dragLeaveEvent(arg__1); + } +@@ -11561,6 +12045,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::dragMoveEvent(arg__1); + } +@@ -11578,6 +12063,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::dropEvent(arg__1); + } +@@ -11595,6 +12081,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::enterEvent(arg__1); + } +@@ -11623,6 +12110,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDialog::event(arg__1); + } +@@ -11651,6 +12139,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDialog::eventFilter(arg__1, arg__2); + } +@@ -11668,6 +12157,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::focusInEvent(arg__1); + } +@@ -11696,6 +12186,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDialog::focusNextPrevChild(next); + } +@@ -11713,6 +12204,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::focusOutEvent(arg__1); + } +@@ -11741,6 +12233,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDialog::heightForWidth(arg__1); + } +@@ -11758,6 +12251,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::hideEvent(arg__1); + } +@@ -11775,6 +12269,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::inputMethodEvent(arg__1); + } +@@ -11803,6 +12298,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDialog::inputMethodQuery(arg__1); + } +@@ -11820,6 +12316,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::keyPressEvent(arg__1); + } +@@ -11837,6 +12334,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::keyReleaseEvent(arg__1); + } +@@ -11854,6 +12352,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::languageChange(); + } +@@ -11871,6 +12370,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::leaveEvent(arg__1); + } +@@ -11899,6 +12399,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDialog::metric(arg__1); + } +@@ -11916,6 +12417,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::mouseDoubleClickEvent(arg__1); + } +@@ -11933,6 +12435,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::mouseMoveEvent(arg__1); + } +@@ -11950,6 +12453,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::mousePressEvent(arg__1); + } +@@ -11967,6 +12471,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::mouseReleaseEvent(arg__1); + } +@@ -11984,6 +12489,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::moveEvent(arg__1); + } +@@ -12012,6 +12518,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDialog::paintEngine(); + } +@@ -12029,6 +12536,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::paintEvent(arg__1); + } +@@ -12046,6 +12554,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::reject(); + } +@@ -12063,6 +12572,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::resizeEvent(arg__1); + } +@@ -12080,6 +12590,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::showEvent(arg__1); + } +@@ -12097,6 +12608,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::tabletEvent(arg__1); + } +@@ -12114,6 +12626,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::timerEvent(arg__1); + } +@@ -12131,6 +12644,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialog::wheelEvent(arg__1); + } +@@ -12224,6 +12738,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialogButtonBox::actionEvent(arg__1); + } +@@ -12241,6 +12756,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialogButtonBox::changeEvent(event); + } +@@ -12258,6 +12774,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialogButtonBox::childEvent(arg__1); + } +@@ -12275,6 +12792,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialogButtonBox::closeEvent(arg__1); + } +@@ -12292,6 +12810,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialogButtonBox::contextMenuEvent(arg__1); + } +@@ -12309,6 +12828,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialogButtonBox::customEvent(arg__1); + } +@@ -12337,6 +12857,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDialogButtonBox::devType(); + } +@@ -12354,6 +12875,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialogButtonBox::dragEnterEvent(arg__1); + } +@@ -12371,6 +12893,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialogButtonBox::dragLeaveEvent(arg__1); + } +@@ -12388,6 +12911,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialogButtonBox::dragMoveEvent(arg__1); + } +@@ -12405,6 +12929,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialogButtonBox::dropEvent(arg__1); + } +@@ -12422,6 +12947,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialogButtonBox::enterEvent(arg__1); + } +@@ -12450,6 +12976,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDialogButtonBox::event(event); + } +@@ -12478,6 +13005,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDialogButtonBox::eventFilter(arg__1, arg__2); + } +@@ -12495,6 +13023,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialogButtonBox::focusInEvent(arg__1); + } +@@ -12523,6 +13052,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDialogButtonBox::focusNextPrevChild(next); + } +@@ -12540,6 +13070,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialogButtonBox::focusOutEvent(arg__1); + } +@@ -12568,6 +13099,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDialogButtonBox::heightForWidth(arg__1); + } +@@ -12585,6 +13117,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialogButtonBox::hideEvent(arg__1); + } +@@ -12602,6 +13135,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialogButtonBox::inputMethodEvent(arg__1); + } +@@ -12630,6 +13164,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDialogButtonBox::inputMethodQuery(arg__1); + } +@@ -12647,6 +13182,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialogButtonBox::keyPressEvent(arg__1); + } +@@ -12664,6 +13200,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialogButtonBox::keyReleaseEvent(arg__1); + } +@@ -12681,6 +13218,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialogButtonBox::languageChange(); + } +@@ -12698,6 +13236,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialogButtonBox::leaveEvent(arg__1); + } +@@ -12726,6 +13265,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDialogButtonBox::metric(arg__1); + } +@@ -12754,6 +13294,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDialogButtonBox::minimumSizeHint(); + } +@@ -12771,6 +13312,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialogButtonBox::mouseDoubleClickEvent(arg__1); + } +@@ -12788,6 +13330,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialogButtonBox::mouseMoveEvent(arg__1); + } +@@ -12805,6 +13348,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialogButtonBox::mousePressEvent(arg__1); + } +@@ -12822,6 +13366,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialogButtonBox::mouseReleaseEvent(arg__1); + } +@@ -12839,6 +13384,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialogButtonBox::moveEvent(arg__1); + } +@@ -12867,6 +13413,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDialogButtonBox::paintEngine(); + } +@@ -12884,6 +13431,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialogButtonBox::paintEvent(arg__1); + } +@@ -12901,6 +13449,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialogButtonBox::resizeEvent(arg__1); + } +@@ -12918,6 +13467,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialogButtonBox::showEvent(arg__1); + } +@@ -12946,6 +13496,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDialogButtonBox::sizeHint(); + } +@@ -12963,6 +13514,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialogButtonBox::tabletEvent(arg__1); + } +@@ -12980,6 +13532,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialogButtonBox::timerEvent(arg__1); + } +@@ -12997,6 +13550,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDialogButtonBox::wheelEvent(arg__1); + } +@@ -13113,6 +13667,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDockWidget::actionEvent(arg__1); + } +@@ -13130,6 +13685,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDockWidget::changeEvent(event); + } +@@ -13147,6 +13703,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDockWidget::childEvent(arg__1); + } +@@ -13164,6 +13721,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDockWidget::closeEvent(event); + } +@@ -13181,6 +13739,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDockWidget::contextMenuEvent(arg__1); + } +@@ -13198,6 +13757,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDockWidget::customEvent(arg__1); + } +@@ -13226,6 +13786,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDockWidget::devType(); + } +@@ -13243,6 +13804,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDockWidget::dragEnterEvent(arg__1); + } +@@ -13260,6 +13822,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDockWidget::dragLeaveEvent(arg__1); + } +@@ -13277,6 +13840,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDockWidget::dragMoveEvent(arg__1); + } +@@ -13294,6 +13858,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDockWidget::dropEvent(arg__1); + } +@@ -13311,6 +13876,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDockWidget::enterEvent(arg__1); + } +@@ -13339,6 +13905,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDockWidget::event(event); + } +@@ -13367,6 +13934,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDockWidget::eventFilter(arg__1, arg__2); + } +@@ -13384,6 +13952,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDockWidget::focusInEvent(arg__1); + } +@@ -13412,6 +13981,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDockWidget::focusNextPrevChild(next); + } +@@ -13429,6 +13999,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDockWidget::focusOutEvent(arg__1); + } +@@ -13457,6 +14028,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDockWidget::heightForWidth(arg__1); + } +@@ -13474,6 +14046,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDockWidget::hideEvent(arg__1); + } +@@ -13491,6 +14064,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDockWidget::inputMethodEvent(arg__1); + } +@@ -13519,6 +14093,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDockWidget::inputMethodQuery(arg__1); + } +@@ -13536,6 +14111,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDockWidget::keyPressEvent(arg__1); + } +@@ -13553,6 +14129,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDockWidget::keyReleaseEvent(arg__1); + } +@@ -13570,6 +14147,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDockWidget::languageChange(); + } +@@ -13587,6 +14165,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDockWidget::leaveEvent(arg__1); + } +@@ -13615,6 +14194,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDockWidget::metric(arg__1); + } +@@ -13643,6 +14223,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDockWidget::minimumSizeHint(); + } +@@ -13660,6 +14241,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDockWidget::mouseDoubleClickEvent(arg__1); + } +@@ -13677,6 +14259,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDockWidget::mouseMoveEvent(arg__1); + } +@@ -13694,6 +14277,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDockWidget::mousePressEvent(arg__1); + } +@@ -13711,6 +14295,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDockWidget::mouseReleaseEvent(arg__1); + } +@@ -13728,6 +14313,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDockWidget::moveEvent(arg__1); + } +@@ -13756,6 +14342,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDockWidget::paintEngine(); + } +@@ -13773,6 +14360,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDockWidget::paintEvent(event); + } +@@ -13790,6 +14378,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDockWidget::resizeEvent(arg__1); + } +@@ -13807,6 +14396,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDockWidget::showEvent(arg__1); + } +@@ -13835,6 +14425,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDockWidget::sizeHint(); + } +@@ -13852,6 +14443,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDockWidget::tabletEvent(arg__1); + } +@@ -13869,6 +14461,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDockWidget::timerEvent(arg__1); + } +@@ -13886,6 +14479,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDockWidget::wheelEvent(arg__1); + } +@@ -13993,6 +14587,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::actionEvent(arg__1); + } +@@ -14010,6 +14605,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::changeEvent(event); + } +@@ -14027,6 +14623,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::childEvent(arg__1); + } +@@ -14044,6 +14641,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::clear(); + } +@@ -14061,6 +14659,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::closeEvent(event); + } +@@ -14078,6 +14677,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::contextMenuEvent(event); + } +@@ -14095,6 +14695,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::customEvent(arg__1); + } +@@ -14123,6 +14724,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDoubleSpinBox::devType(); + } +@@ -14140,6 +14742,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::dragEnterEvent(arg__1); + } +@@ -14157,6 +14760,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::dragLeaveEvent(arg__1); + } +@@ -14174,6 +14778,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::dragMoveEvent(arg__1); + } +@@ -14191,6 +14796,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::dropEvent(arg__1); + } +@@ -14208,6 +14814,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::enterEvent(arg__1); + } +@@ -14236,6 +14843,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDoubleSpinBox::event(event); + } +@@ -14264,6 +14872,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDoubleSpinBox::eventFilter(arg__1, arg__2); + } +@@ -14281,6 +14890,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::fixup(str); + } +@@ -14298,6 +14908,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::focusInEvent(event); + } +@@ -14326,6 +14937,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDoubleSpinBox::focusNextPrevChild(next); + } +@@ -14343,6 +14955,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::focusOutEvent(event); + } +@@ -14371,6 +14984,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDoubleSpinBox::heightForWidth(arg__1); + } +@@ -14388,6 +15002,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::hideEvent(event); + } +@@ -14405,6 +15020,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::inputMethodEvent(arg__1); + } +@@ -14433,6 +15049,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDoubleSpinBox::inputMethodQuery(arg__1); + } +@@ -14450,6 +15067,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::keyPressEvent(event); + } +@@ -14467,6 +15085,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::keyReleaseEvent(event); + } +@@ -14484,6 +15103,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::languageChange(); + } +@@ -14501,6 +15121,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::leaveEvent(arg__1); + } +@@ -14529,6 +15150,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDoubleSpinBox::metric(arg__1); + } +@@ -14546,6 +15168,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::mouseDoubleClickEvent(arg__1); + } +@@ -14563,6 +15186,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::mouseMoveEvent(event); + } +@@ -14580,6 +15204,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::mousePressEvent(event); + } +@@ -14597,6 +15222,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::mouseReleaseEvent(event); + } +@@ -14614,6 +15240,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::moveEvent(arg__1); + } +@@ -14642,6 +15269,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDoubleSpinBox::paintEngine(); + } +@@ -14659,6 +15287,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::paintEvent(event); + } +@@ -14676,6 +15305,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::resizeEvent(event); + } +@@ -14693,6 +15323,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::showEvent(event); + } +@@ -14710,6 +15341,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::stepBy(steps); + } +@@ -14738,6 +15370,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDoubleSpinBox::stepEnabled(); + } +@@ -14755,6 +15388,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::tabletEvent(arg__1); + } +@@ -14783,6 +15417,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDoubleSpinBox::textFromValue(val); + } +@@ -14800,6 +15435,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::timerEvent(event); + } +@@ -14828,6 +15464,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDoubleSpinBox::validate(input, pos); + } +@@ -14856,6 +15493,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDoubleSpinBox::valueFromText(text); + } +@@ -14873,6 +15511,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleSpinBox::wheelEvent(event); + } +@@ -14991,6 +15630,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleValidator::childEvent(arg__1); + } +@@ -15008,6 +15648,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleValidator::customEvent(arg__1); + } +@@ -15036,6 +15677,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDoubleValidator::event(arg__1); + } +@@ -15064,6 +15706,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDoubleValidator::eventFilter(arg__1, arg__2); + } +@@ -15081,6 +15724,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleValidator::fixup(arg__1); + } +@@ -15098,6 +15742,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleValidator::setRange(bottom, top, decimals); + } +@@ -15115,6 +15760,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDoubleValidator::timerEvent(arg__1); + } +@@ -15143,6 +15789,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDoubleValidator::validate(arg__1, arg__2); + } +@@ -15220,6 +15867,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDrag::childEvent(arg__1); + } +@@ -15237,6 +15885,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDrag::customEvent(arg__1); + } +@@ -15265,6 +15914,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDrag::event(arg__1); + } +@@ -15293,6 +15943,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QDrag::eventFilter(arg__1, arg__2); + } +@@ -15310,6 +15961,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QDrag::timerEvent(arg__1); + } +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui10.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui10.cpp +index 2ec6639..04c50d7 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui10.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui10.cpp +@@ -715,6 +715,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::actionEvent(arg__1); + } +@@ -732,6 +733,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::changeEvent(arg__1); + } +@@ -749,6 +751,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::childEvent(arg__1); + } +@@ -766,6 +769,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::closeEditor(editor, hint); + } +@@ -783,6 +787,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::closeEvent(arg__1); + } +@@ -800,6 +805,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::commitData(editor); + } +@@ -817,6 +823,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::contextMenuEvent(arg__1); + } +@@ -834,6 +841,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::currentChanged(current, previous); + } +@@ -851,6 +859,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::customEvent(arg__1); + } +@@ -868,6 +877,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::dataChanged(topLeft, bottomRight); + } +@@ -896,6 +906,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeView::devType(); + } +@@ -913,6 +924,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::doItemsLayout(); + } +@@ -930,6 +942,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::dragEnterEvent(event); + } +@@ -947,6 +960,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::dragLeaveEvent(event); + } +@@ -964,6 +978,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::dragMoveEvent(event); + } +@@ -981,6 +996,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::drawBranches(painter, rect, index); + } +@@ -998,6 +1014,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::drawRow(painter, options, index); + } +@@ -1015,6 +1032,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::dropEvent(event); + } +@@ -1043,6 +1061,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeView::edit(index, trigger, event); + } +@@ -1060,6 +1079,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::editorDestroyed(editor); + } +@@ -1077,6 +1097,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::enterEvent(arg__1); + } +@@ -1105,6 +1126,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeView::event(event); + } +@@ -1133,6 +1155,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeView::eventFilter(arg__1, arg__2); + } +@@ -1150,6 +1173,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::focusInEvent(event); + } +@@ -1178,6 +1202,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeView::focusNextPrevChild(next); + } +@@ -1195,6 +1220,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::focusOutEvent(event); + } +@@ -1223,6 +1249,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeView::heightForWidth(arg__1); + } +@@ -1240,6 +1267,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::hideEvent(arg__1); + } +@@ -1268,6 +1296,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeView::horizontalOffset(); + } +@@ -1285,6 +1314,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::horizontalScrollbarAction(action); + } +@@ -1302,6 +1332,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::horizontalScrollbarValueChanged(value); + } +@@ -1330,6 +1361,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeView::indexAt(p); + } +@@ -1347,6 +1379,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::inputMethodEvent(event); + } +@@ -1375,6 +1408,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeView::inputMethodQuery(query); + } +@@ -1403,6 +1437,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeView::isIndexHidden(index); + } +@@ -1420,6 +1455,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::keyPressEvent(event); + } +@@ -1437,6 +1473,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::keyReleaseEvent(arg__1); + } +@@ -1454,6 +1491,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::keyboardSearch(search); + } +@@ -1471,6 +1509,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::languageChange(); + } +@@ -1488,6 +1527,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::leaveEvent(arg__1); + } +@@ -1516,6 +1556,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeView::metric(arg__1); + } +@@ -1533,6 +1574,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::mouseDoubleClickEvent(event); + } +@@ -1550,6 +1592,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::mouseMoveEvent(event); + } +@@ -1567,6 +1610,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::mousePressEvent(event); + } +@@ -1584,6 +1628,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::mouseReleaseEvent(event); + } +@@ -1601,6 +1646,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::moveEvent(arg__1); + } +@@ -1629,6 +1675,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeView::paintEngine(); + } +@@ -1646,6 +1693,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::paintEvent(event); + } +@@ -1663,6 +1711,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::reset(); + } +@@ -1680,6 +1729,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::resizeEvent(event); + } +@@ -1697,6 +1747,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::rowsAboutToBeRemoved(parent, start, end); + } +@@ -1714,6 +1765,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::rowsInserted(parent, start, end); + } +@@ -1731,6 +1783,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::scrollContentsBy(dx, dy); + } +@@ -1748,6 +1801,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::scrollTo(index, hint); + } +@@ -1765,6 +1819,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::selectAll(); + } +@@ -1793,6 +1848,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeView::selectedIndexes(); + } +@@ -1810,6 +1866,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::selectionChanged(selected, deselected); + } +@@ -1838,6 +1895,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeView::selectionCommand(index, event); + } +@@ -1855,6 +1913,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::setModel(model); + } +@@ -1872,6 +1931,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::setRootIndex(index); + } +@@ -1889,6 +1949,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::setSelection(rect, command); + } +@@ -1906,6 +1967,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::setSelectionModel(selectionModel); + } +@@ -1923,6 +1985,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::showEvent(arg__1); + } +@@ -1951,6 +2014,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeView::sizeHintForColumn(column); + } +@@ -1979,6 +2043,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeView::sizeHintForRow(row); + } +@@ -1996,6 +2061,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::startDrag(supportedActions); + } +@@ -2013,6 +2079,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::tabletEvent(arg__1); + } +@@ -2030,6 +2097,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::timerEvent(event); + } +@@ -2047,6 +2115,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::updateEditorData(); + } +@@ -2064,6 +2133,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::updateEditorGeometries(); + } +@@ -2081,6 +2151,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::updateGeometries(); + } +@@ -2109,6 +2180,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeView::verticalOffset(); + } +@@ -2126,6 +2198,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::verticalScrollbarAction(action); + } +@@ -2143,6 +2216,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::verticalScrollbarValueChanged(value); + } +@@ -2171,6 +2245,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeView::viewOptions(); + } +@@ -2199,6 +2274,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeView::viewportEvent(event); + } +@@ -2227,6 +2303,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeView::visualRect(index); + } +@@ -2255,6 +2332,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeView::visualRegionForSelection(selection); + } +@@ -2272,6 +2350,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeView::wheelEvent(arg__1); + } +@@ -2670,6 +2749,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::actionEvent(arg__1); + } +@@ -2687,6 +2767,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::changeEvent(arg__1); + } +@@ -2704,6 +2785,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::childEvent(arg__1); + } +@@ -2721,6 +2803,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::closeEditor(editor, hint); + } +@@ -2738,6 +2821,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::closeEvent(arg__1); + } +@@ -2755,6 +2839,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::commitData(editor); + } +@@ -2772,6 +2857,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::contextMenuEvent(arg__1); + } +@@ -2789,6 +2875,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::currentChanged(current, previous); + } +@@ -2806,6 +2893,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::customEvent(arg__1); + } +@@ -2823,6 +2911,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::dataChanged(topLeft, bottomRight); + } +@@ -2851,6 +2940,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeWidget::devType(); + } +@@ -2868,6 +2958,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::doItemsLayout(); + } +@@ -2885,6 +2976,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::dragEnterEvent(event); + } +@@ -2902,6 +2994,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::dragLeaveEvent(event); + } +@@ -2919,6 +3012,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::dragMoveEvent(event); + } +@@ -2936,6 +3030,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::drawBranches(painter, rect, index); + } +@@ -2953,6 +3048,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::drawRow(painter, options, index); + } +@@ -2970,6 +3066,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::dropEvent(event); + } +@@ -2998,6 +3095,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeWidget::dropMimeData(parent, index, data, action); + } +@@ -3026,6 +3124,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeWidget::edit(index, trigger, event); + } +@@ -3043,6 +3142,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::editorDestroyed(editor); + } +@@ -3060,6 +3160,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::enterEvent(arg__1); + } +@@ -3088,6 +3189,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeWidget::event(e); + } +@@ -3116,6 +3218,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeWidget::eventFilter(arg__1, arg__2); + } +@@ -3133,6 +3236,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::focusInEvent(event); + } +@@ -3161,6 +3265,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeWidget::focusNextPrevChild(next); + } +@@ -3178,6 +3283,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::focusOutEvent(event); + } +@@ -3206,6 +3312,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeWidget::heightForWidth(arg__1); + } +@@ -3223,6 +3330,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::hideEvent(arg__1); + } +@@ -3251,6 +3359,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeWidget::horizontalOffset(); + } +@@ -3268,6 +3377,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::horizontalScrollbarAction(action); + } +@@ -3285,6 +3395,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::horizontalScrollbarValueChanged(value); + } +@@ -3313,6 +3424,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeWidget::indexAt(p); + } +@@ -3330,6 +3442,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::inputMethodEvent(event); + } +@@ -3358,6 +3471,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeWidget::inputMethodQuery(query); + } +@@ -3386,6 +3500,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeWidget::isIndexHidden(index); + } +@@ -3403,6 +3518,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::keyPressEvent(event); + } +@@ -3420,6 +3536,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::keyReleaseEvent(arg__1); + } +@@ -3437,6 +3554,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::keyboardSearch(search); + } +@@ -3454,6 +3572,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::languageChange(); + } +@@ -3471,6 +3590,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::leaveEvent(arg__1); + } +@@ -3499,6 +3619,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeWidget::metric(arg__1); + } +@@ -3527,6 +3648,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeWidget::mimeData(items); + } +@@ -3555,6 +3677,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeWidget::mimeTypes(); + } +@@ -3572,6 +3695,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::mouseDoubleClickEvent(event); + } +@@ -3589,6 +3713,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::mouseMoveEvent(event); + } +@@ -3606,6 +3731,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::mousePressEvent(event); + } +@@ -3623,6 +3749,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::mouseReleaseEvent(event); + } +@@ -3640,6 +3767,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::moveEvent(arg__1); + } +@@ -3668,6 +3796,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeWidget::paintEngine(); + } +@@ -3685,6 +3814,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::paintEvent(event); + } +@@ -3702,6 +3832,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::reset(); + } +@@ -3719,6 +3850,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::resizeEvent(event); + } +@@ -3736,6 +3868,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::rowsAboutToBeRemoved(parent, start, end); + } +@@ -3753,6 +3886,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::rowsInserted(parent, start, end); + } +@@ -3770,6 +3904,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::scrollContentsBy(dx, dy); + } +@@ -3787,6 +3922,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::scrollTo(index, hint); + } +@@ -3804,6 +3940,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::selectAll(); + } +@@ -3832,6 +3969,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeWidget::selectedIndexes(); + } +@@ -3849,6 +3987,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::selectionChanged(selected, deselected); + } +@@ -3877,6 +4016,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeWidget::selectionCommand(index, event); + } +@@ -3894,6 +4034,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::setRootIndex(index); + } +@@ -3911,6 +4052,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::setSelection(rect, command); + } +@@ -3928,6 +4070,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::setSelectionModel(selectionModel); + } +@@ -3945,6 +4088,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::showEvent(arg__1); + } +@@ -3973,6 +4117,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeWidget::sizeHintForColumn(column); + } +@@ -4001,6 +4146,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeWidget::sizeHintForRow(row); + } +@@ -4018,6 +4164,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::startDrag(supportedActions); + } +@@ -4046,6 +4193,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeWidget::supportedDropActions(); + } +@@ -4063,6 +4211,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::tabletEvent(arg__1); + } +@@ -4080,6 +4229,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::timerEvent(event); + } +@@ -4097,6 +4247,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::updateEditorData(); + } +@@ -4114,6 +4265,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::updateEditorGeometries(); + } +@@ -4131,6 +4283,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::updateGeometries(); + } +@@ -4159,6 +4312,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeWidget::verticalOffset(); + } +@@ -4176,6 +4330,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::verticalScrollbarAction(action); + } +@@ -4193,6 +4348,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::verticalScrollbarValueChanged(value); + } +@@ -4221,6 +4377,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeWidget::viewOptions(); + } +@@ -4249,6 +4406,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeWidget::viewportEvent(event); + } +@@ -4277,6 +4435,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeWidget::visualRect(index); + } +@@ -4305,6 +4464,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeWidget::visualRegionForSelection(selection); + } +@@ -4322,6 +4482,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidget::wheelEvent(arg__1); + } +@@ -4571,6 +4732,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeWidgetItem::clone(); + } +@@ -4599,6 +4761,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeWidgetItem::data(column, role); + } +@@ -4627,6 +4790,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTreeWidgetItem::operator<(other); + } +@@ -4644,6 +4808,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidgetItem::read(in); + } +@@ -4661,6 +4826,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidgetItem::setData(column, role, value); + } +@@ -4678,6 +4844,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTreeWidgetItem::write(out); + } +@@ -5020,6 +5187,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUndoCommand::id(); + } +@@ -5048,6 +5216,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUndoCommand::mergeWith(other); + } +@@ -5065,6 +5234,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoCommand::redo(); + } +@@ -5082,6 +5252,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoCommand::undo(); + } +@@ -5149,6 +5320,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoGroup::childEvent(arg__1); + } +@@ -5166,6 +5338,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoGroup::customEvent(arg__1); + } +@@ -5194,6 +5367,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUndoGroup::event(arg__1); + } +@@ -5222,6 +5396,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUndoGroup::eventFilter(arg__1, arg__2); + } +@@ -5239,6 +5414,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoGroup::timerEvent(arg__1); + } +@@ -5317,6 +5493,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoStack::childEvent(arg__1); + } +@@ -5334,6 +5511,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoStack::customEvent(arg__1); + } +@@ -5362,6 +5540,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUndoStack::event(arg__1); + } +@@ -5390,6 +5569,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUndoStack::eventFilter(arg__1, arg__2); + } +@@ -5407,6 +5587,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoStack::timerEvent(arg__1); + } +@@ -5525,6 +5706,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::actionEvent(arg__1); + } +@@ -5542,6 +5724,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::changeEvent(arg__1); + } +@@ -5559,6 +5742,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::childEvent(arg__1); + } +@@ -5576,6 +5760,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::closeEditor(editor, hint); + } +@@ -5593,6 +5778,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::closeEvent(arg__1); + } +@@ -5610,6 +5796,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::commitData(editor); + } +@@ -5627,6 +5814,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::contextMenuEvent(arg__1); + } +@@ -5644,6 +5832,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::currentChanged(current, previous); + } +@@ -5661,6 +5850,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::customEvent(arg__1); + } +@@ -5678,6 +5868,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::dataChanged(topLeft, bottomRight); + } +@@ -5706,6 +5897,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUndoView::devType(); + } +@@ -5723,6 +5915,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::doItemsLayout(); + } +@@ -5740,6 +5933,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::dragEnterEvent(event); + } +@@ -5757,6 +5951,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::dragLeaveEvent(e); + } +@@ -5774,6 +5969,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::dragMoveEvent(e); + } +@@ -5791,6 +5987,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::dropEvent(e); + } +@@ -5819,6 +6016,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUndoView::edit(index, trigger, event); + } +@@ -5836,6 +6034,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::editorDestroyed(editor); + } +@@ -5853,6 +6052,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::enterEvent(arg__1); + } +@@ -5881,6 +6081,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUndoView::event(e); + } +@@ -5909,6 +6110,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUndoView::eventFilter(arg__1, arg__2); + } +@@ -5926,6 +6128,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::focusInEvent(event); + } +@@ -5954,6 +6157,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUndoView::focusNextPrevChild(next); + } +@@ -5971,6 +6175,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::focusOutEvent(event); + } +@@ -5999,6 +6204,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUndoView::heightForWidth(arg__1); + } +@@ -6016,6 +6222,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::hideEvent(arg__1); + } +@@ -6044,6 +6251,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUndoView::horizontalOffset(); + } +@@ -6061,6 +6269,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::horizontalScrollbarAction(action); + } +@@ -6078,6 +6287,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::horizontalScrollbarValueChanged(value); + } +@@ -6106,6 +6316,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUndoView::indexAt(p); + } +@@ -6123,6 +6334,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::inputMethodEvent(event); + } +@@ -6151,6 +6363,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUndoView::inputMethodQuery(query); + } +@@ -6179,6 +6392,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUndoView::isIndexHidden(index); + } +@@ -6196,6 +6410,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::keyPressEvent(event); + } +@@ -6213,6 +6428,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::keyReleaseEvent(arg__1); + } +@@ -6230,6 +6446,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::keyboardSearch(search); + } +@@ -6247,6 +6464,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::languageChange(); + } +@@ -6264,6 +6482,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::leaveEvent(arg__1); + } +@@ -6292,6 +6511,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUndoView::metric(arg__1); + } +@@ -6309,6 +6529,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::mouseDoubleClickEvent(event); + } +@@ -6326,6 +6547,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::mouseMoveEvent(e); + } +@@ -6343,6 +6565,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::mousePressEvent(event); + } +@@ -6360,6 +6583,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::mouseReleaseEvent(e); + } +@@ -6377,6 +6601,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::moveEvent(arg__1); + } +@@ -6405,6 +6630,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUndoView::paintEngine(); + } +@@ -6422,6 +6648,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::paintEvent(e); + } +@@ -6439,6 +6666,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::reset(); + } +@@ -6456,6 +6684,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::resizeEvent(e); + } +@@ -6473,6 +6702,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::rowsAboutToBeRemoved(parent, start, end); + } +@@ -6490,6 +6720,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::rowsInserted(parent, start, end); + } +@@ -6507,6 +6738,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::scrollContentsBy(dx, dy); + } +@@ -6524,6 +6756,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::scrollTo(index, hint); + } +@@ -6541,6 +6774,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::selectAll(); + } +@@ -6569,6 +6803,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUndoView::selectedIndexes(); + } +@@ -6586,6 +6821,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::selectionChanged(selected, deselected); + } +@@ -6614,6 +6850,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUndoView::selectionCommand(index, event); + } +@@ -6631,6 +6868,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::setModel(model); + } +@@ -6648,6 +6886,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::setRootIndex(index); + } +@@ -6665,6 +6904,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::setSelection(rect, command); + } +@@ -6682,6 +6922,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::setSelectionModel(selectionModel); + } +@@ -6699,6 +6940,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::showEvent(arg__1); + } +@@ -6727,6 +6969,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUndoView::sizeHintForColumn(column); + } +@@ -6755,6 +6998,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUndoView::sizeHintForRow(row); + } +@@ -6772,6 +7016,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::startDrag(supportedActions); + } +@@ -6789,6 +7034,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::tabletEvent(arg__1); + } +@@ -6806,6 +7052,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::timerEvent(e); + } +@@ -6823,6 +7070,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::updateEditorData(); + } +@@ -6840,6 +7088,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::updateEditorGeometries(); + } +@@ -6857,6 +7106,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::updateGeometries(); + } +@@ -6885,6 +7135,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUndoView::verticalOffset(); + } +@@ -6902,6 +7153,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::verticalScrollbarAction(action); + } +@@ -6919,6 +7171,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::verticalScrollbarValueChanged(value); + } +@@ -6947,6 +7200,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUndoView::viewOptions(); + } +@@ -6975,6 +7229,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUndoView::viewportEvent(event); + } +@@ -7003,6 +7258,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUndoView::visualRect(index); + } +@@ -7031,6 +7287,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUndoView::visualRegionForSelection(selection); + } +@@ -7048,6 +7305,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUndoView::wheelEvent(arg__1); + } +@@ -7109,6 +7367,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QVBoxLayout::addItem(arg__1); + } +@@ -7126,6 +7385,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QVBoxLayout::childEvent(e); + } +@@ -7154,6 +7414,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QVBoxLayout::count(); + } +@@ -7171,6 +7432,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QVBoxLayout::customEvent(arg__1); + } +@@ -7199,6 +7461,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QVBoxLayout::event(arg__1); + } +@@ -7227,6 +7490,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QVBoxLayout::eventFilter(arg__1, arg__2); + } +@@ -7255,6 +7519,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QVBoxLayout::expandingDirections(); + } +@@ -7283,6 +7548,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QVBoxLayout::geometry(); + } +@@ -7311,6 +7577,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QVBoxLayout::indexOf(arg__1); + } +@@ -7328,6 +7595,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QVBoxLayout::invalidate(); + } +@@ -7356,6 +7624,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QVBoxLayout::isEmpty(); + } +@@ -7384,6 +7653,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QVBoxLayout::itemAt(arg__1); + } +@@ -7412,6 +7682,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QVBoxLayout::layout(); + } +@@ -7440,6 +7711,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QVBoxLayout::maximumSize(); + } +@@ -7468,6 +7740,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QVBoxLayout::minimumSize(); + } +@@ -7485,6 +7758,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QVBoxLayout::setGeometry(arg__1); + } +@@ -7513,6 +7787,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QVBoxLayout::takeAt(arg__1); + } +@@ -7530,6 +7805,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QVBoxLayout::timerEvent(arg__1); + } +@@ -7557,6 +7833,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QValidator::childEvent(arg__1); + } +@@ -7574,6 +7851,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QValidator::customEvent(arg__1); + } +@@ -7602,6 +7880,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QValidator::event(arg__1); + } +@@ -7630,6 +7909,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QValidator::eventFilter(arg__1, arg__2); + } +@@ -7647,6 +7927,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QValidator::fixup(arg__1); + } +@@ -7664,6 +7945,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QValidator::timerEvent(arg__1); + } +@@ -7692,6 +7974,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QValidator::State(); + } +@@ -8430,6 +8713,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::actionEvent(arg__1); + } +@@ -8447,6 +8731,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::changeEvent(arg__1); + } +@@ -8464,6 +8749,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::childEvent(arg__1); + } +@@ -8481,6 +8767,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::closeEvent(arg__1); + } +@@ -8498,6 +8785,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::contextMenuEvent(arg__1); + } +@@ -8515,6 +8803,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::customEvent(arg__1); + } +@@ -8543,6 +8832,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWidget::devType(); + } +@@ -8560,6 +8850,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::dragEnterEvent(arg__1); + } +@@ -8577,6 +8868,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::dragLeaveEvent(arg__1); + } +@@ -8594,6 +8886,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::dragMoveEvent(arg__1); + } +@@ -8611,6 +8904,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::dropEvent(arg__1); + } +@@ -8628,6 +8922,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::enabledChange(arg__1); + } +@@ -8645,6 +8940,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::enterEvent(arg__1); + } +@@ -8673,6 +8969,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWidget::event(arg__1); + } +@@ -8701,6 +8998,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWidget::eventFilter(arg__1, arg__2); + } +@@ -8718,6 +9016,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::focusInEvent(arg__1); + } +@@ -8746,6 +9045,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWidget::focusNextPrevChild(next); + } +@@ -8763,6 +9063,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::focusOutEvent(arg__1); + } +@@ -8780,6 +9081,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::fontChange(arg__1); + } +@@ -8808,6 +9110,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWidget::heightForWidth(arg__1); + } +@@ -8825,6 +9128,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::hideEvent(arg__1); + } +@@ -8842,6 +9146,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::inputMethodEvent(arg__1); + } +@@ -8870,6 +9175,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWidget::inputMethodQuery(arg__1); + } +@@ -8887,6 +9193,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::keyPressEvent(arg__1); + } +@@ -8904,6 +9211,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::keyReleaseEvent(arg__1); + } +@@ -8921,6 +9229,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::languageChange(); + } +@@ -8938,6 +9247,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::leaveEvent(arg__1); + } +@@ -8966,6 +9276,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWidget::metric(arg__1); + } +@@ -8994,6 +9305,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWidget::minimumSizeHint(); + } +@@ -9011,6 +9323,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::mouseDoubleClickEvent(arg__1); + } +@@ -9028,6 +9341,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::mouseMoveEvent(arg__1); + } +@@ -9045,6 +9359,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::mousePressEvent(arg__1); + } +@@ -9062,6 +9377,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::mouseReleaseEvent(arg__1); + } +@@ -9079,6 +9395,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::moveEvent(arg__1); + } +@@ -9107,6 +9424,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWidget::paintEngine(); + } +@@ -9124,6 +9442,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::paintEvent(arg__1); + } +@@ -9141,6 +9460,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::paletteChange(arg__1); + } +@@ -9158,6 +9478,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::resizeEvent(arg__1); + } +@@ -9175,6 +9496,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::setVisible(visible); + } +@@ -9192,6 +9514,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::showEvent(arg__1); + } +@@ -9220,6 +9543,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWidget::sizeHint(); + } +@@ -9237,6 +9561,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::tabletEvent(arg__1); + } +@@ -9254,6 +9579,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::timerEvent(arg__1); + } +@@ -9271,6 +9597,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::wheelEvent(arg__1); + } +@@ -9288,6 +9615,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidget::windowActivationChange(arg__1); + } +@@ -10511,6 +10839,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidgetAction::childEvent(arg__1); + } +@@ -10539,6 +10868,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWidgetAction::createWidget(parent); + } +@@ -10556,6 +10886,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidgetAction::customEvent(arg__1); + } +@@ -10573,6 +10904,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidgetAction::deleteWidget(widget); + } +@@ -10601,6 +10933,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWidgetAction::event(arg__1); + } +@@ -10629,6 +10962,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWidgetAction::eventFilter(arg__1, arg__2); + } +@@ -10646,6 +10980,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidgetAction::timerEvent(arg__1); + } +@@ -10720,6 +11055,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWidgetItem::expandingDirections(); + } +@@ -10748,6 +11084,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWidgetItem::geometry(); + } +@@ -10776,6 +11113,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWidgetItem::hasHeightForWidth(); + } +@@ -10804,6 +11142,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWidgetItem::heightForWidth(arg__1); + } +@@ -10821,6 +11160,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidgetItem::invalidate(); + } +@@ -10849,6 +11189,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWidgetItem::isEmpty(); + } +@@ -10877,6 +11218,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWidgetItem::layout(); + } +@@ -10905,6 +11247,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWidgetItem::maximumSize(); + } +@@ -10933,6 +11276,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWidgetItem::minimumHeightForWidth(arg__1); + } +@@ -10961,6 +11305,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWidgetItem::minimumSize(); + } +@@ -10978,6 +11323,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWidgetItem::setGeometry(arg__1); + } +@@ -11006,6 +11352,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWidgetItem::sizeHint(); + } +@@ -11034,6 +11381,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWidgetItem::spacerItem(); + } +@@ -11062,6 +11410,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWidgetItem::widget(); + } +@@ -11155,6 +11504,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWindowsStyle::childEvent(arg__1); + } +@@ -11172,6 +11522,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWindowsStyle::customEvent(arg__1); + } +@@ -11189,6 +11540,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWindowsStyle::drawComplexControl(cc, opt, p, w); + } +@@ -11206,6 +11558,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWindowsStyle::drawControl(element, opt, p, w); + } +@@ -11223,6 +11576,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWindowsStyle::drawItemPixmap(painter, rect, alignment, pixmap); + } +@@ -11240,6 +11594,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWindowsStyle::drawItemText(painter, rect, flags, pal, enabled, text, textRole); + } +@@ -11257,6 +11612,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWindowsStyle::drawPrimitive(pe, opt, p, w); + } +@@ -11285,6 +11641,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWindowsStyle::event(arg__1); + } +@@ -11313,6 +11670,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWindowsStyle::eventFilter(o, e); + } +@@ -11341,6 +11699,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWindowsStyle::generatedIconPixmap(iconMode, pixmap, opt); + } +@@ -11369,6 +11728,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWindowsStyle::hitTestComplexControl(cc, opt, pt, w); + } +@@ -11397,6 +11757,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWindowsStyle::itemPixmapRect(r, flags, pixmap); + } +@@ -11425,6 +11786,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWindowsStyle::pixelMetric(pm, option, widget); + } +@@ -11442,6 +11804,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWindowsStyle::polish(arg__1); + } +@@ -11459,6 +11822,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWindowsStyle::polish(arg__1); + } +@@ -11476,6 +11840,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWindowsStyle::polish(arg__1); + } +@@ -11504,6 +11869,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWindowsStyle::sizeFromContents(ct, opt, contentsSize, widget); + } +@@ -11532,6 +11898,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWindowsStyle::standardPalette(); + } +@@ -11560,6 +11927,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPixmap(); + } +@@ -11588,6 +11956,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWindowsStyle::styleHint(hint, opt, widget, returnData); + } +@@ -11616,6 +11985,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWindowsStyle::subControlRect(cc, opt, sc, w); + } +@@ -11644,6 +12014,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWindowsStyle::subElementRect(r, opt, widget); + } +@@ -11661,6 +12032,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWindowsStyle::timerEvent(event); + } +@@ -11678,6 +12050,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWindowsStyle::unpolish(arg__1); + } +@@ -11695,6 +12068,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWindowsStyle::unpolish(arg__1); + } +@@ -11788,6 +12162,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::accept(); + } +@@ -11805,6 +12180,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::actionEvent(arg__1); + } +@@ -11822,6 +12198,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::changeEvent(arg__1); + } +@@ -11839,6 +12216,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::childEvent(arg__1); + } +@@ -11856,6 +12234,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::cleanupPage(id); + } +@@ -11873,6 +12252,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::closeEvent(arg__1); + } +@@ -11890,6 +12270,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::contextMenuEvent(arg__1); + } +@@ -11907,6 +12288,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::customEvent(arg__1); + } +@@ -11935,6 +12317,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWizard::devType(); + } +@@ -11952,6 +12335,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::done(result); + } +@@ -11969,6 +12353,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::dragEnterEvent(arg__1); + } +@@ -11986,6 +12371,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::dragLeaveEvent(arg__1); + } +@@ -12003,6 +12389,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::dragMoveEvent(arg__1); + } +@@ -12020,6 +12407,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::dropEvent(arg__1); + } +@@ -12037,6 +12425,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::enterEvent(arg__1); + } +@@ -12065,6 +12454,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWizard::event(event); + } +@@ -12093,6 +12483,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWizard::eventFilter(arg__1, arg__2); + } +@@ -12110,6 +12501,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::focusInEvent(arg__1); + } +@@ -12138,6 +12530,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWizard::focusNextPrevChild(next); + } +@@ -12155,6 +12548,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::focusOutEvent(arg__1); + } +@@ -12183,6 +12577,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWizard::heightForWidth(arg__1); + } +@@ -12200,6 +12595,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::hideEvent(arg__1); + } +@@ -12217,6 +12613,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::initializePage(id); + } +@@ -12234,6 +12631,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::inputMethodEvent(arg__1); + } +@@ -12262,6 +12660,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWizard::inputMethodQuery(arg__1); + } +@@ -12279,6 +12678,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::keyPressEvent(arg__1); + } +@@ -12296,6 +12696,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::keyReleaseEvent(arg__1); + } +@@ -12313,6 +12714,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::languageChange(); + } +@@ -12330,6 +12732,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::leaveEvent(arg__1); + } +@@ -12358,6 +12761,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWizard::metric(arg__1); + } +@@ -12375,6 +12779,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::mouseDoubleClickEvent(arg__1); + } +@@ -12392,6 +12797,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::mouseMoveEvent(arg__1); + } +@@ -12409,6 +12815,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::mousePressEvent(arg__1); + } +@@ -12426,6 +12833,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::mouseReleaseEvent(arg__1); + } +@@ -12443,6 +12851,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::moveEvent(arg__1); + } +@@ -12471,6 +12880,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWizard::nextId(); + } +@@ -12499,6 +12909,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWizard::paintEngine(); + } +@@ -12516,6 +12927,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::paintEvent(event); + } +@@ -12533,6 +12945,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::reject(); + } +@@ -12550,6 +12963,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::resizeEvent(event); + } +@@ -12567,6 +12981,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::showEvent(arg__1); + } +@@ -12584,6 +12999,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::tabletEvent(arg__1); + } +@@ -12601,6 +13017,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::timerEvent(arg__1); + } +@@ -12629,6 +13046,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWizard::validateCurrentPage(); + } +@@ -12646,6 +13064,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizard::wheelEvent(arg__1); + } +@@ -12869,6 +13288,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::actionEvent(arg__1); + } +@@ -12886,6 +13306,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::changeEvent(arg__1); + } +@@ -12903,6 +13324,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::childEvent(arg__1); + } +@@ -12920,6 +13342,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::cleanupPage(); + } +@@ -12937,6 +13360,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::closeEvent(arg__1); + } +@@ -12954,6 +13378,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::contextMenuEvent(arg__1); + } +@@ -12971,6 +13396,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::customEvent(arg__1); + } +@@ -12999,6 +13425,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWizardPage::devType(); + } +@@ -13016,6 +13443,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::dragEnterEvent(arg__1); + } +@@ -13033,6 +13461,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::dragLeaveEvent(arg__1); + } +@@ -13050,6 +13479,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::dragMoveEvent(arg__1); + } +@@ -13067,6 +13497,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::dropEvent(arg__1); + } +@@ -13084,6 +13515,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::enterEvent(arg__1); + } +@@ -13112,6 +13544,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWizardPage::event(arg__1); + } +@@ -13140,6 +13573,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWizardPage::eventFilter(arg__1, arg__2); + } +@@ -13157,6 +13591,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::focusInEvent(arg__1); + } +@@ -13185,6 +13620,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWizardPage::focusNextPrevChild(next); + } +@@ -13202,6 +13638,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::focusOutEvent(arg__1); + } +@@ -13230,6 +13667,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWizardPage::heightForWidth(arg__1); + } +@@ -13247,6 +13685,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::hideEvent(arg__1); + } +@@ -13264,6 +13703,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::initializePage(); + } +@@ -13281,6 +13721,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::inputMethodEvent(arg__1); + } +@@ -13309,6 +13750,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWizardPage::inputMethodQuery(arg__1); + } +@@ -13337,6 +13779,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWizardPage::isComplete(); + } +@@ -13354,6 +13797,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::keyPressEvent(arg__1); + } +@@ -13371,6 +13815,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::keyReleaseEvent(arg__1); + } +@@ -13388,6 +13833,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::languageChange(); + } +@@ -13405,6 +13851,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::leaveEvent(arg__1); + } +@@ -13433,6 +13880,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWizardPage::metric(arg__1); + } +@@ -13461,6 +13909,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWizardPage::minimumSizeHint(); + } +@@ -13478,6 +13927,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::mouseDoubleClickEvent(arg__1); + } +@@ -13495,6 +13945,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::mouseMoveEvent(arg__1); + } +@@ -13512,6 +13963,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::mousePressEvent(arg__1); + } +@@ -13529,6 +13981,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::mouseReleaseEvent(arg__1); + } +@@ -13546,6 +13999,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::moveEvent(arg__1); + } +@@ -13574,6 +14028,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWizardPage::nextId(); + } +@@ -13602,6 +14057,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWizardPage::paintEngine(); + } +@@ -13619,6 +14075,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::paintEvent(arg__1); + } +@@ -13636,6 +14093,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::resizeEvent(arg__1); + } +@@ -13653,6 +14111,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::showEvent(arg__1); + } +@@ -13681,6 +14140,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWizardPage::sizeHint(); + } +@@ -13698,6 +14158,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::tabletEvent(arg__1); + } +@@ -13715,6 +14176,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::timerEvent(arg__1); + } +@@ -13743,6 +14205,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWizardPage::validatePage(); + } +@@ -13760,6 +14223,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWizardPage::wheelEvent(arg__1); + } +@@ -13868,6 +14332,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWorkspace::actionEvent(arg__1); + } +@@ -13885,6 +14350,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWorkspace::changeEvent(arg__1); + } +@@ -13902,6 +14368,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWorkspace::childEvent(arg__1); + } +@@ -13919,6 +14386,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWorkspace::closeEvent(arg__1); + } +@@ -13936,6 +14404,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWorkspace::contextMenuEvent(arg__1); + } +@@ -13953,6 +14422,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWorkspace::customEvent(arg__1); + } +@@ -13981,6 +14451,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWorkspace::devType(); + } +@@ -13998,6 +14469,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWorkspace::dragEnterEvent(arg__1); + } +@@ -14015,6 +14487,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWorkspace::dragLeaveEvent(arg__1); + } +@@ -14032,6 +14505,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWorkspace::dragMoveEvent(arg__1); + } +@@ -14049,6 +14523,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWorkspace::dropEvent(arg__1); + } +@@ -14066,6 +14541,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWorkspace::enterEvent(arg__1); + } +@@ -14094,6 +14570,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWorkspace::event(e); + } +@@ -14122,6 +14599,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWorkspace::eventFilter(arg__1, arg__2); + } +@@ -14139,6 +14617,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWorkspace::focusInEvent(arg__1); + } +@@ -14167,6 +14646,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWorkspace::focusNextPrevChild(next); + } +@@ -14184,6 +14664,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWorkspace::focusOutEvent(arg__1); + } +@@ -14212,6 +14693,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWorkspace::heightForWidth(arg__1); + } +@@ -14229,6 +14711,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWorkspace::hideEvent(e); + } +@@ -14246,6 +14729,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWorkspace::inputMethodEvent(arg__1); + } +@@ -14274,6 +14758,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWorkspace::inputMethodQuery(arg__1); + } +@@ -14291,6 +14776,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWorkspace::keyPressEvent(arg__1); + } +@@ -14308,6 +14794,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWorkspace::keyReleaseEvent(arg__1); + } +@@ -14325,6 +14812,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWorkspace::languageChange(); + } +@@ -14342,6 +14830,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWorkspace::leaveEvent(arg__1); + } +@@ -14370,6 +14859,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWorkspace::metric(arg__1); + } +@@ -14398,6 +14888,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWorkspace::minimumSizeHint(); + } +@@ -14415,6 +14906,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWorkspace::mouseDoubleClickEvent(arg__1); + } +@@ -14432,6 +14924,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWorkspace::mouseMoveEvent(arg__1); + } +@@ -14449,6 +14942,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWorkspace::mousePressEvent(arg__1); + } +@@ -14466,6 +14960,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWorkspace::mouseReleaseEvent(arg__1); + } +@@ -14483,6 +14978,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWorkspace::moveEvent(arg__1); + } +@@ -14511,6 +15007,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QWorkspace::paintEngine(); + } +@@ -14528,6 +15025,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWorkspace::paintEvent(e); + } +@@ -14545,6 +15043,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWorkspace::resizeEvent(arg__1); + } +@@ -14562,6 +15061,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWorkspace::showEvent(e); + } +@@ -14579,6 +15079,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWorkspace::tabletEvent(arg__1); + } +@@ -14596,6 +15097,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWorkspace::timerEvent(arg__1); + } +@@ -14613,6 +15115,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QWorkspace::wheelEvent(e); + } +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui2.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui2.cpp +index b0abee7..bb3fda1 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui2.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui2.cpp +@@ -90,6 +90,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::accept(); + } +@@ -107,6 +108,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::actionEvent(arg__1); + } +@@ -124,6 +126,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::changeEvent(e); + } +@@ -141,6 +144,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::childEvent(arg__1); + } +@@ -158,6 +162,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::closeEvent(arg__1); + } +@@ -175,6 +180,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::contextMenuEvent(arg__1); + } +@@ -192,6 +198,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::customEvent(arg__1); + } +@@ -220,6 +227,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QErrorMessage::devType(); + } +@@ -237,6 +245,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::done(arg__1); + } +@@ -254,6 +263,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::dragEnterEvent(arg__1); + } +@@ -271,6 +281,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::dragLeaveEvent(arg__1); + } +@@ -288,6 +299,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::dragMoveEvent(arg__1); + } +@@ -305,6 +317,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::dropEvent(arg__1); + } +@@ -322,6 +335,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::enterEvent(arg__1); + } +@@ -350,6 +364,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QErrorMessage::event(arg__1); + } +@@ -378,6 +393,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QErrorMessage::eventFilter(arg__1, arg__2); + } +@@ -395,6 +411,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::focusInEvent(arg__1); + } +@@ -423,6 +440,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QErrorMessage::focusNextPrevChild(next); + } +@@ -440,6 +458,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::focusOutEvent(arg__1); + } +@@ -468,6 +487,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QErrorMessage::heightForWidth(arg__1); + } +@@ -485,6 +505,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::hideEvent(arg__1); + } +@@ -502,6 +523,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::inputMethodEvent(arg__1); + } +@@ -530,6 +552,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QErrorMessage::inputMethodQuery(arg__1); + } +@@ -547,6 +570,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::keyPressEvent(arg__1); + } +@@ -564,6 +588,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::keyReleaseEvent(arg__1); + } +@@ -581,6 +606,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::languageChange(); + } +@@ -598,6 +624,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::leaveEvent(arg__1); + } +@@ -626,6 +653,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QErrorMessage::metric(arg__1); + } +@@ -643,6 +671,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::mouseDoubleClickEvent(arg__1); + } +@@ -660,6 +689,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::mouseMoveEvent(arg__1); + } +@@ -677,6 +707,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::mousePressEvent(arg__1); + } +@@ -694,6 +725,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::mouseReleaseEvent(arg__1); + } +@@ -711,6 +743,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::moveEvent(arg__1); + } +@@ -739,6 +772,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QErrorMessage::paintEngine(); + } +@@ -756,6 +790,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::paintEvent(arg__1); + } +@@ -773,6 +808,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::reject(); + } +@@ -790,6 +826,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::resizeEvent(arg__1); + } +@@ -807,6 +844,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::showEvent(arg__1); + } +@@ -824,6 +862,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::tabletEvent(arg__1); + } +@@ -841,6 +880,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::timerEvent(arg__1); + } +@@ -858,6 +898,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QErrorMessage::wheelEvent(arg__1); + } +@@ -896,6 +937,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::accept(); + } +@@ -913,6 +955,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::actionEvent(arg__1); + } +@@ -930,6 +973,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::changeEvent(e); + } +@@ -947,6 +991,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::childEvent(arg__1); + } +@@ -964,6 +1009,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::closeEvent(arg__1); + } +@@ -981,6 +1027,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::contextMenuEvent(arg__1); + } +@@ -998,6 +1045,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::customEvent(arg__1); + } +@@ -1026,6 +1074,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFileDialog::devType(); + } +@@ -1043,6 +1092,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::done(result); + } +@@ -1060,6 +1110,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::dragEnterEvent(arg__1); + } +@@ -1077,6 +1128,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::dragLeaveEvent(arg__1); + } +@@ -1094,6 +1146,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::dragMoveEvent(arg__1); + } +@@ -1111,6 +1164,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::dropEvent(arg__1); + } +@@ -1128,6 +1182,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::enterEvent(arg__1); + } +@@ -1156,6 +1211,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFileDialog::event(arg__1); + } +@@ -1184,6 +1240,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFileDialog::eventFilter(arg__1, arg__2); + } +@@ -1201,6 +1258,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::focusInEvent(arg__1); + } +@@ -1229,6 +1287,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFileDialog::focusNextPrevChild(next); + } +@@ -1246,6 +1305,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::focusOutEvent(arg__1); + } +@@ -1274,6 +1334,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFileDialog::heightForWidth(arg__1); + } +@@ -1291,6 +1352,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::hideEvent(arg__1); + } +@@ -1308,6 +1370,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::inputMethodEvent(arg__1); + } +@@ -1336,6 +1399,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFileDialog::inputMethodQuery(arg__1); + } +@@ -1353,6 +1417,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::keyPressEvent(arg__1); + } +@@ -1370,6 +1435,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::keyReleaseEvent(arg__1); + } +@@ -1387,6 +1453,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::languageChange(); + } +@@ -1404,6 +1471,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::leaveEvent(arg__1); + } +@@ -1432,6 +1500,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFileDialog::metric(arg__1); + } +@@ -1449,6 +1518,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::mouseDoubleClickEvent(arg__1); + } +@@ -1466,6 +1536,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::mouseMoveEvent(arg__1); + } +@@ -1483,6 +1554,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::mousePressEvent(arg__1); + } +@@ -1500,6 +1572,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::mouseReleaseEvent(arg__1); + } +@@ -1517,6 +1590,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::moveEvent(arg__1); + } +@@ -1545,6 +1619,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFileDialog::paintEngine(); + } +@@ -1562,6 +1637,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::paintEvent(arg__1); + } +@@ -1579,6 +1655,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::reject(); + } +@@ -1596,6 +1673,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::resizeEvent(arg__1); + } +@@ -1613,6 +1691,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::showEvent(arg__1); + } +@@ -1630,6 +1709,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::tabletEvent(arg__1); + } +@@ -1647,6 +1727,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::timerEvent(arg__1); + } +@@ -1664,6 +1745,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFileDialog::wheelEvent(arg__1); + } +@@ -2007,6 +2089,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFileIconProvider::icon(type); + } +@@ -2035,6 +2118,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFileIconProvider::icon(info); + } +@@ -2063,6 +2147,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFileIconProvider::type(info); + } +@@ -2142,6 +2227,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFocusFrame::actionEvent(arg__1); + } +@@ -2159,6 +2245,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFocusFrame::changeEvent(arg__1); + } +@@ -2176,6 +2263,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFocusFrame::childEvent(arg__1); + } +@@ -2193,6 +2281,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFocusFrame::closeEvent(arg__1); + } +@@ -2210,6 +2299,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFocusFrame::contextMenuEvent(arg__1); + } +@@ -2227,6 +2317,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFocusFrame::customEvent(arg__1); + } +@@ -2255,6 +2346,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFocusFrame::devType(); + } +@@ -2272,6 +2364,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFocusFrame::dragEnterEvent(arg__1); + } +@@ -2289,6 +2382,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFocusFrame::dragLeaveEvent(arg__1); + } +@@ -2306,6 +2400,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFocusFrame::dragMoveEvent(arg__1); + } +@@ -2323,6 +2418,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFocusFrame::dropEvent(arg__1); + } +@@ -2340,6 +2436,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFocusFrame::enterEvent(arg__1); + } +@@ -2368,6 +2465,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFocusFrame::event(e); + } +@@ -2396,6 +2494,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFocusFrame::eventFilter(arg__1, arg__2); + } +@@ -2413,6 +2512,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFocusFrame::focusInEvent(arg__1); + } +@@ -2441,6 +2541,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFocusFrame::focusNextPrevChild(next); + } +@@ -2458,6 +2559,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFocusFrame::focusOutEvent(arg__1); + } +@@ -2486,6 +2588,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFocusFrame::heightForWidth(arg__1); + } +@@ -2503,6 +2606,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFocusFrame::hideEvent(arg__1); + } +@@ -2520,6 +2624,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFocusFrame::inputMethodEvent(arg__1); + } +@@ -2548,6 +2653,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFocusFrame::inputMethodQuery(arg__1); + } +@@ -2565,6 +2671,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFocusFrame::keyPressEvent(arg__1); + } +@@ -2582,6 +2689,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFocusFrame::keyReleaseEvent(arg__1); + } +@@ -2599,6 +2707,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFocusFrame::languageChange(); + } +@@ -2616,6 +2725,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFocusFrame::leaveEvent(arg__1); + } +@@ -2644,6 +2754,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFocusFrame::metric(arg__1); + } +@@ -2672,6 +2783,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFocusFrame::minimumSizeHint(); + } +@@ -2689,6 +2801,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFocusFrame::mouseDoubleClickEvent(arg__1); + } +@@ -2706,6 +2819,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFocusFrame::mouseMoveEvent(arg__1); + } +@@ -2723,6 +2837,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFocusFrame::mousePressEvent(arg__1); + } +@@ -2740,6 +2855,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFocusFrame::mouseReleaseEvent(arg__1); + } +@@ -2757,6 +2873,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFocusFrame::moveEvent(arg__1); + } +@@ -2785,6 +2902,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFocusFrame::paintEngine(); + } +@@ -2802,6 +2920,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFocusFrame::paintEvent(arg__1); + } +@@ -2819,6 +2938,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFocusFrame::resizeEvent(arg__1); + } +@@ -2836,6 +2956,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFocusFrame::showEvent(arg__1); + } +@@ -2864,6 +2985,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFocusFrame::sizeHint(); + } +@@ -2881,6 +3003,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFocusFrame::tabletEvent(arg__1); + } +@@ -2898,6 +3021,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFocusFrame::timerEvent(arg__1); + } +@@ -2915,6 +3039,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFocusFrame::wheelEvent(arg__1); + } +@@ -2963,6 +3088,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::actionEvent(arg__1); + } +@@ -2980,6 +3106,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::changeEvent(e); + } +@@ -2997,6 +3124,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::childEvent(arg__1); + } +@@ -3014,6 +3142,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::closeEvent(arg__1); + } +@@ -3031,6 +3160,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::contextMenuEvent(e); + } +@@ -3048,6 +3178,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::customEvent(arg__1); + } +@@ -3076,6 +3207,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFontComboBox::devType(); + } +@@ -3093,6 +3225,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::dragEnterEvent(arg__1); + } +@@ -3110,6 +3243,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::dragLeaveEvent(arg__1); + } +@@ -3127,6 +3261,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::dragMoveEvent(arg__1); + } +@@ -3144,6 +3279,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::dropEvent(arg__1); + } +@@ -3161,6 +3297,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::enterEvent(arg__1); + } +@@ -3189,6 +3326,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFontComboBox::event(e); + } +@@ -3217,6 +3355,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFontComboBox::eventFilter(arg__1, arg__2); + } +@@ -3234,6 +3373,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::focusInEvent(e); + } +@@ -3262,6 +3402,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFontComboBox::focusNextPrevChild(next); + } +@@ -3279,6 +3420,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::focusOutEvent(e); + } +@@ -3307,6 +3449,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFontComboBox::heightForWidth(arg__1); + } +@@ -3324,6 +3467,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::hideEvent(e); + } +@@ -3341,6 +3485,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::hidePopup(); + } +@@ -3358,6 +3503,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::inputMethodEvent(arg__1); + } +@@ -3386,6 +3532,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFontComboBox::inputMethodQuery(arg__1); + } +@@ -3403,6 +3550,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::keyPressEvent(e); + } +@@ -3420,6 +3568,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::keyReleaseEvent(e); + } +@@ -3437,6 +3586,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::languageChange(); + } +@@ -3454,6 +3604,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::leaveEvent(arg__1); + } +@@ -3482,6 +3633,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFontComboBox::metric(arg__1); + } +@@ -3499,6 +3651,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::mouseDoubleClickEvent(arg__1); + } +@@ -3516,6 +3669,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::mouseMoveEvent(arg__1); + } +@@ -3533,6 +3687,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::mousePressEvent(e); + } +@@ -3550,6 +3705,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::mouseReleaseEvent(e); + } +@@ -3567,6 +3723,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::moveEvent(arg__1); + } +@@ -3595,6 +3752,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFontComboBox::paintEngine(); + } +@@ -3612,6 +3770,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::paintEvent(e); + } +@@ -3629,6 +3788,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::resizeEvent(e); + } +@@ -3646,6 +3806,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::showEvent(e); + } +@@ -3663,6 +3824,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::showPopup(); + } +@@ -3680,6 +3842,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::tabletEvent(arg__1); + } +@@ -3697,6 +3860,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::timerEvent(arg__1); + } +@@ -3714,6 +3878,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontComboBox::wheelEvent(e); + } +@@ -3772,6 +3937,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::accept(); + } +@@ -3789,6 +3955,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::actionEvent(arg__1); + } +@@ -3806,6 +3973,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::changeEvent(event); + } +@@ -3823,6 +3991,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::childEvent(arg__1); + } +@@ -3840,6 +4009,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::closeEvent(arg__1); + } +@@ -3857,6 +4027,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::contextMenuEvent(arg__1); + } +@@ -3874,6 +4045,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::customEvent(arg__1); + } +@@ -3902,6 +4074,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFontDialog::devType(); + } +@@ -3919,6 +4092,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::done(result); + } +@@ -3936,6 +4110,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::dragEnterEvent(arg__1); + } +@@ -3953,6 +4128,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::dragLeaveEvent(arg__1); + } +@@ -3970,6 +4146,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::dragMoveEvent(arg__1); + } +@@ -3987,6 +4164,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::dropEvent(arg__1); + } +@@ -4004,6 +4182,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::enterEvent(arg__1); + } +@@ -4032,6 +4211,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFontDialog::event(arg__1); + } +@@ -4049,6 +4229,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::focusInEvent(arg__1); + } +@@ -4077,6 +4258,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFontDialog::focusNextPrevChild(next); + } +@@ -4094,6 +4276,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::focusOutEvent(arg__1); + } +@@ -4122,6 +4305,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFontDialog::heightForWidth(arg__1); + } +@@ -4139,6 +4323,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::hideEvent(arg__1); + } +@@ -4156,6 +4341,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::inputMethodEvent(arg__1); + } +@@ -4184,6 +4370,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFontDialog::inputMethodQuery(arg__1); + } +@@ -4201,6 +4388,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::keyPressEvent(arg__1); + } +@@ -4218,6 +4406,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::keyReleaseEvent(arg__1); + } +@@ -4235,6 +4424,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::languageChange(); + } +@@ -4252,6 +4442,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::leaveEvent(arg__1); + } +@@ -4280,6 +4471,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFontDialog::metric(arg__1); + } +@@ -4297,6 +4489,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::mouseDoubleClickEvent(arg__1); + } +@@ -4314,6 +4507,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::mouseMoveEvent(arg__1); + } +@@ -4331,6 +4525,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::mousePressEvent(arg__1); + } +@@ -4348,6 +4543,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::mouseReleaseEvent(arg__1); + } +@@ -4365,6 +4561,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::moveEvent(arg__1); + } +@@ -4393,6 +4590,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFontDialog::paintEngine(); + } +@@ -4410,6 +4608,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::paintEvent(arg__1); + } +@@ -4427,6 +4626,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::reject(); + } +@@ -4444,6 +4644,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::resizeEvent(arg__1); + } +@@ -4461,6 +4662,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::showEvent(arg__1); + } +@@ -4478,6 +4680,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::tabletEvent(arg__1); + } +@@ -4495,6 +4698,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::timerEvent(arg__1); + } +@@ -4512,6 +4716,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFontDialog::wheelEvent(arg__1); + } +@@ -4984,6 +5189,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFormLayout::addItem(item); + } +@@ -5001,6 +5207,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFormLayout::childEvent(e); + } +@@ -5029,6 +5236,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFormLayout::count(); + } +@@ -5046,6 +5254,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFormLayout::customEvent(arg__1); + } +@@ -5074,6 +5283,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFormLayout::event(arg__1); + } +@@ -5102,6 +5312,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFormLayout::eventFilter(arg__1, arg__2); + } +@@ -5130,6 +5341,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFormLayout::expandingDirections(); + } +@@ -5158,6 +5370,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFormLayout::geometry(); + } +@@ -5186,6 +5399,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFormLayout::indexOf(arg__1); + } +@@ -5203,6 +5417,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFormLayout::invalidate(); + } +@@ -5231,6 +5446,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFormLayout::isEmpty(); + } +@@ -5259,6 +5475,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFormLayout::itemAt(index); + } +@@ -5287,6 +5504,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFormLayout::layout(); + } +@@ -5315,6 +5533,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFormLayout::maximumSize(); + } +@@ -5343,6 +5562,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFormLayout::minimumSize(); + } +@@ -5360,6 +5580,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFormLayout::setGeometry(rect); + } +@@ -5388,6 +5609,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFormLayout::takeAt(index); + } +@@ -5405,6 +5627,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFormLayout::timerEvent(arg__1); + } +@@ -5663,6 +5886,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFrame::actionEvent(arg__1); + } +@@ -5680,6 +5904,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFrame::changeEvent(arg__1); + } +@@ -5697,6 +5922,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFrame::childEvent(arg__1); + } +@@ -5714,6 +5940,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFrame::closeEvent(arg__1); + } +@@ -5731,6 +5958,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFrame::contextMenuEvent(arg__1); + } +@@ -5748,6 +5976,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFrame::customEvent(arg__1); + } +@@ -5776,6 +6005,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFrame::devType(); + } +@@ -5793,6 +6023,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFrame::dragEnterEvent(arg__1); + } +@@ -5810,6 +6041,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFrame::dragLeaveEvent(arg__1); + } +@@ -5827,6 +6059,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFrame::dragMoveEvent(arg__1); + } +@@ -5844,6 +6077,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFrame::dropEvent(arg__1); + } +@@ -5861,6 +6095,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFrame::enterEvent(arg__1); + } +@@ -5889,6 +6124,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFrame::event(e); + } +@@ -5917,6 +6153,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFrame::eventFilter(arg__1, arg__2); + } +@@ -5934,6 +6171,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFrame::focusInEvent(arg__1); + } +@@ -5962,6 +6200,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFrame::focusNextPrevChild(next); + } +@@ -5979,6 +6218,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFrame::focusOutEvent(arg__1); + } +@@ -6007,6 +6247,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFrame::heightForWidth(arg__1); + } +@@ -6024,6 +6265,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFrame::hideEvent(arg__1); + } +@@ -6041,6 +6283,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFrame::inputMethodEvent(arg__1); + } +@@ -6069,6 +6312,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFrame::inputMethodQuery(arg__1); + } +@@ -6086,6 +6330,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFrame::keyPressEvent(arg__1); + } +@@ -6103,6 +6348,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFrame::keyReleaseEvent(arg__1); + } +@@ -6120,6 +6366,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFrame::languageChange(); + } +@@ -6137,6 +6384,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFrame::leaveEvent(arg__1); + } +@@ -6165,6 +6413,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFrame::metric(arg__1); + } +@@ -6193,6 +6442,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFrame::minimumSizeHint(); + } +@@ -6210,6 +6460,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFrame::mouseDoubleClickEvent(arg__1); + } +@@ -6227,6 +6478,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFrame::mouseMoveEvent(arg__1); + } +@@ -6244,6 +6496,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFrame::mousePressEvent(arg__1); + } +@@ -6261,6 +6514,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFrame::mouseReleaseEvent(arg__1); + } +@@ -6278,6 +6532,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFrame::moveEvent(arg__1); + } +@@ -6306,6 +6561,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFrame::paintEngine(); + } +@@ -6323,6 +6579,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFrame::paintEvent(arg__1); + } +@@ -6340,6 +6597,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFrame::resizeEvent(arg__1); + } +@@ -6357,6 +6615,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFrame::showEvent(arg__1); + } +@@ -6374,6 +6633,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFrame::tabletEvent(arg__1); + } +@@ -6391,6 +6651,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFrame::timerEvent(arg__1); + } +@@ -6408,6 +6669,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFrame::wheelEvent(arg__1); + } +@@ -6516,6 +6778,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGesture::childEvent(arg__1); + } +@@ -6533,6 +6796,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGesture::customEvent(arg__1); + } +@@ -6561,6 +6825,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGesture::event(arg__1); + } +@@ -6589,6 +6854,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGesture::eventFilter(arg__1, arg__2); + } +@@ -6606,6 +6872,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGesture::timerEvent(arg__1); + } +@@ -6748,6 +7015,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsAnchorLayout::count(); + } +@@ -6765,6 +7033,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsAnchorLayout::getContentsMargins(left, top, right, bottom); + } +@@ -6782,6 +7051,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsAnchorLayout::invalidate(); + } +@@ -6810,6 +7080,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsAnchorLayout::itemAt(index); + } +@@ -6827,6 +7098,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsAnchorLayout::removeAt(index); + } +@@ -6844,6 +7116,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsAnchorLayout::updateGeometry(); + } +@@ -6861,6 +7134,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsAnchorLayout::widgetEvent(e); + } +@@ -6965,6 +7239,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsEffect::boundingRectFor(sourceRect); + } +@@ -6982,6 +7257,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsEffect::childEvent(arg__1); + } +@@ -6999,6 +7275,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsEffect::customEvent(arg__1); + } +@@ -7016,6 +7293,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -7044,6 +7322,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsEffect::event(arg__1); + } +@@ -7072,6 +7351,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsEffect::eventFilter(arg__1, arg__2); + } +@@ -7089,6 +7369,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsEffect::sourceChanged(flags); + } +@@ -7106,6 +7387,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsEffect::timerEvent(arg__1); + } +@@ -7160,6 +7442,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsEllipseItem::isObscuredBy(item); + } +@@ -7188,6 +7471,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsEllipseItem::opaqueArea(); + } +@@ -7300,6 +7584,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsGridLayout::count(); + } +@@ -7317,6 +7602,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsGridLayout::getContentsMargins(left, top, right, bottom); + } +@@ -7334,6 +7620,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsGridLayout::invalidate(); + } +@@ -7362,6 +7649,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsGridLayout::itemAt(index); + } +@@ -7379,6 +7667,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsGridLayout::removeAt(index); + } +@@ -7396,6 +7685,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsGridLayout::updateGeometry(); + } +@@ -7413,6 +7703,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsGridLayout::widgetEvent(e); + } +@@ -7656,6 +7947,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItem::advance(phase); + } +@@ -7684,6 +7976,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRectF(); + } +@@ -7712,6 +8005,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsItem::collidesWithItem(other, mode); + } +@@ -7740,6 +8034,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsItem::collidesWithPath(path, mode); + } +@@ -7768,6 +8063,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsItem::contains(point); + } +@@ -7785,6 +8081,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItem::contextMenuEvent(event); + } +@@ -7802,6 +8099,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItem::dragEnterEvent(event); + } +@@ -7819,6 +8117,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItem::dragLeaveEvent(event); + } +@@ -7836,6 +8135,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItem::dragMoveEvent(event); + } +@@ -7853,6 +8153,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItem::dropEvent(event); + } +@@ -7881,6 +8182,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsItem::extension(variant); + } +@@ -7898,6 +8200,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItem::focusInEvent(event); + } +@@ -7915,6 +8218,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItem::focusOutEvent(event); + } +@@ -7932,6 +8236,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItem::hoverEnterEvent(event); + } +@@ -7949,6 +8254,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItem::hoverLeaveEvent(event); + } +@@ -7966,6 +8272,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItem::hoverMoveEvent(event); + } +@@ -7983,6 +8290,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItem::inputMethodEvent(event); + } +@@ -8011,6 +8319,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsItem::inputMethodQuery(query); + } +@@ -8039,6 +8348,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsItem::isObscuredBy(item); + } +@@ -8067,6 +8377,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsItem::itemChange(change, value); + } +@@ -8084,6 +8395,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItem::keyPressEvent(event); + } +@@ -8101,6 +8413,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItem::keyReleaseEvent(event); + } +@@ -8118,6 +8431,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItem::mouseDoubleClickEvent(event); + } +@@ -8135,6 +8449,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItem::mouseMoveEvent(event); + } +@@ -8152,6 +8467,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItem::mousePressEvent(event); + } +@@ -8169,6 +8485,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItem::mouseReleaseEvent(event); + } +@@ -8197,6 +8514,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsItem::opaqueArea(); + } +@@ -8214,6 +8532,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -8242,6 +8561,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsItem::sceneEvent(event); + } +@@ -8270,6 +8590,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsItem::sceneEventFilter(watched, event); + } +@@ -8287,6 +8608,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItem::setExtension(extension, variant); + } +@@ -8315,6 +8637,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsItem::shape(); + } +@@ -8343,6 +8666,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsItem::supportsExtension(extension); + } +@@ -8371,6 +8695,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsItem::type(); + } +@@ -8388,6 +8713,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItem::wheelEvent(event); + } +@@ -9450,6 +9776,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItemAnimation::afterAnimationStep(step); + } +@@ -9467,6 +9794,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItemAnimation::beforeAnimationStep(step); + } +@@ -9484,6 +9812,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItemAnimation::childEvent(arg__1); + } +@@ -9501,6 +9830,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItemAnimation::customEvent(arg__1); + } +@@ -9529,6 +9859,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsItemAnimation::event(arg__1); + } +@@ -9557,6 +9888,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsItemAnimation::eventFilter(arg__1, arg__2); + } +@@ -9574,6 +9906,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItemAnimation::timerEvent(arg__1); + } +@@ -9727,6 +10060,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItemGroup::advance(phase); + } +@@ -9755,6 +10089,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsItemGroup::boundingRect(); + } +@@ -9783,6 +10118,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsItemGroup::collidesWithItem(other, mode); + } +@@ -9811,6 +10147,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsItemGroup::collidesWithPath(path, mode); + } +@@ -9839,6 +10176,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsItemGroup::contains(point); + } +@@ -9856,6 +10194,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItemGroup::contextMenuEvent(event); + } +@@ -9873,6 +10212,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItemGroup::dragEnterEvent(event); + } +@@ -9890,6 +10230,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItemGroup::dragLeaveEvent(event); + } +@@ -9907,6 +10248,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItemGroup::dragMoveEvent(event); + } +@@ -9924,6 +10266,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItemGroup::dropEvent(event); + } +@@ -9952,6 +10295,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsItemGroup::extension(variant); + } +@@ -9969,6 +10313,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItemGroup::focusInEvent(event); + } +@@ -9986,6 +10331,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItemGroup::focusOutEvent(event); + } +@@ -10003,6 +10349,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItemGroup::hoverEnterEvent(event); + } +@@ -10020,6 +10367,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItemGroup::hoverLeaveEvent(event); + } +@@ -10037,6 +10385,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItemGroup::hoverMoveEvent(event); + } +@@ -10054,6 +10403,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItemGroup::inputMethodEvent(event); + } +@@ -10082,6 +10432,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsItemGroup::inputMethodQuery(query); + } +@@ -10110,6 +10461,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsItemGroup::isObscuredBy(item); + } +@@ -10138,6 +10490,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsItemGroup::itemChange(change, value); + } +@@ -10155,6 +10508,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItemGroup::keyPressEvent(event); + } +@@ -10172,6 +10526,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItemGroup::keyReleaseEvent(event); + } +@@ -10189,6 +10544,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItemGroup::mouseDoubleClickEvent(event); + } +@@ -10206,6 +10562,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItemGroup::mouseMoveEvent(event); + } +@@ -10223,6 +10580,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItemGroup::mousePressEvent(event); + } +@@ -10240,6 +10598,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItemGroup::mouseReleaseEvent(event); + } +@@ -10268,6 +10627,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsItemGroup::opaqueArea(); + } +@@ -10285,6 +10645,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItemGroup::paint(painter, option, widget); + } +@@ -10313,6 +10674,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsItemGroup::sceneEvent(event); + } +@@ -10341,6 +10703,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsItemGroup::sceneEventFilter(watched, event); + } +@@ -10358,6 +10721,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItemGroup::setExtension(extension, variant); + } +@@ -10386,6 +10750,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsItemGroup::shape(); + } +@@ -10414,6 +10779,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsItemGroup::supportsExtension(extension); + } +@@ -10442,6 +10808,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsItemGroup::type(); + } +@@ -10459,6 +10826,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsItemGroup::wheelEvent(event); + } +@@ -10528,6 +10896,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -10545,6 +10914,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLayout::getContentsMargins(left, top, right, bottom); + } +@@ -10562,6 +10932,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLayout::invalidate(); + } +@@ -10590,6 +10961,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return 0; + } +@@ -10607,6 +10979,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -10624,6 +10997,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLayout::setGeometry(rect); + } +@@ -10652,6 +11026,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSizeF(); + } +@@ -10669,6 +11044,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLayout::updateGeometry(); + } +@@ -10686,6 +11062,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLayout::widgetEvent(e); + } +@@ -10744,6 +11121,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLayoutItem::getContentsMargins(left, top, right, bottom); + } +@@ -10761,6 +11139,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLayoutItem::setGeometry(rect); + } +@@ -10789,6 +11168,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSizeF(); + } +@@ -10806,6 +11186,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLayoutItem::updateGeometry(); + } +@@ -11004,6 +11385,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLineItem::advance(phase); + } +@@ -11032,6 +11414,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsLineItem::boundingRect(); + } +@@ -11060,6 +11443,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsLineItem::collidesWithItem(other, mode); + } +@@ -11088,6 +11472,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsLineItem::collidesWithPath(path, mode); + } +@@ -11116,6 +11501,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsLineItem::contains(point); + } +@@ -11133,6 +11519,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLineItem::contextMenuEvent(event); + } +@@ -11150,6 +11537,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLineItem::dragEnterEvent(event); + } +@@ -11167,6 +11555,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLineItem::dragLeaveEvent(event); + } +@@ -11184,6 +11573,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLineItem::dragMoveEvent(event); + } +@@ -11201,6 +11591,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLineItem::dropEvent(event); + } +@@ -11229,6 +11620,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsLineItem::extension(variant); + } +@@ -11246,6 +11638,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLineItem::focusInEvent(event); + } +@@ -11263,6 +11656,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLineItem::focusOutEvent(event); + } +@@ -11280,6 +11674,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLineItem::hoverEnterEvent(event); + } +@@ -11297,6 +11692,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLineItem::hoverLeaveEvent(event); + } +@@ -11314,6 +11710,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLineItem::hoverMoveEvent(event); + } +@@ -11331,6 +11728,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLineItem::inputMethodEvent(event); + } +@@ -11359,6 +11757,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsLineItem::inputMethodQuery(query); + } +@@ -11387,6 +11786,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsLineItem::isObscuredBy(item); + } +@@ -11415,6 +11815,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsLineItem::itemChange(change, value); + } +@@ -11432,6 +11833,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLineItem::keyPressEvent(event); + } +@@ -11449,6 +11851,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLineItem::keyReleaseEvent(event); + } +@@ -11466,6 +11869,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLineItem::mouseDoubleClickEvent(event); + } +@@ -11483,6 +11887,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLineItem::mouseMoveEvent(event); + } +@@ -11500,6 +11905,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLineItem::mousePressEvent(event); + } +@@ -11517,6 +11923,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLineItem::mouseReleaseEvent(event); + } +@@ -11545,6 +11952,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsLineItem::opaqueArea(); + } +@@ -11562,6 +11970,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLineItem::paint(painter, option, widget); + } +@@ -11590,6 +11999,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsLineItem::sceneEvent(event); + } +@@ -11618,6 +12028,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsLineItem::sceneEventFilter(watched, event); + } +@@ -11646,6 +12057,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsLineItem::shape(); + } +@@ -11674,6 +12086,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsLineItem::type(); + } +@@ -11691,6 +12104,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLineItem::wheelEvent(event); + } +@@ -11798,6 +12212,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsLinearLayout::count(); + } +@@ -11815,6 +12230,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLinearLayout::getContentsMargins(left, top, right, bottom); + } +@@ -11832,6 +12248,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLinearLayout::invalidate(); + } +@@ -11860,6 +12277,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsLinearLayout::itemAt(index); + } +@@ -11877,6 +12295,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLinearLayout::removeAt(index); + } +@@ -11894,6 +12313,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLinearLayout::updateGeometry(); + } +@@ -11911,6 +12331,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsLinearLayout::widgetEvent(e); + } +@@ -12048,6 +12469,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsObject::advance(phase); + } +@@ -12076,6 +12498,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRectF(); + } +@@ -12093,6 +12516,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsObject::childEvent(arg__1); + } +@@ -12121,6 +12545,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsObject::collidesWithItem(other, mode); + } +@@ -12149,6 +12574,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsObject::collidesWithPath(path, mode); + } +@@ -12177,6 +12603,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsObject::contains(point); + } +@@ -12194,6 +12621,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsObject::contextMenuEvent(event); + } +@@ -12211,6 +12639,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsObject::customEvent(arg__1); + } +@@ -12228,6 +12657,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsObject::dragEnterEvent(event); + } +@@ -12245,6 +12675,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsObject::dragLeaveEvent(event); + } +@@ -12262,6 +12693,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsObject::dragMoveEvent(event); + } +@@ -12279,6 +12711,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsObject::dropEvent(event); + } +@@ -12307,6 +12740,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsObject::event(arg__1); + } +@@ -12335,6 +12769,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsObject::eventFilter(arg__1, arg__2); + } +@@ -12363,6 +12798,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsObject::extension(variant); + } +@@ -12380,6 +12816,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsObject::focusInEvent(event); + } +@@ -12397,6 +12834,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsObject::focusOutEvent(event); + } +@@ -12414,6 +12852,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsObject::hoverEnterEvent(event); + } +@@ -12431,6 +12870,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsObject::hoverLeaveEvent(event); + } +@@ -12448,6 +12888,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsObject::hoverMoveEvent(event); + } +@@ -12465,6 +12906,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsObject::inputMethodEvent(event); + } +@@ -12493,6 +12935,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsObject::inputMethodQuery(query); + } +@@ -12521,6 +12964,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsObject::isObscuredBy(item); + } +@@ -12549,6 +12993,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsObject::itemChange(change, value); + } +@@ -12566,6 +13011,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsObject::keyPressEvent(event); + } +@@ -12583,6 +13029,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsObject::keyReleaseEvent(event); + } +@@ -12600,6 +13047,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsObject::mouseDoubleClickEvent(event); + } +@@ -12617,6 +13065,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsObject::mouseMoveEvent(event); + } +@@ -12634,6 +13083,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsObject::mousePressEvent(event); + } +@@ -12651,6 +13101,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsObject::mouseReleaseEvent(event); + } +@@ -12679,6 +13130,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsObject::opaqueArea(); + } +@@ -12696,6 +13148,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -12724,6 +13177,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsObject::sceneEvent(event); + } +@@ -12752,6 +13206,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsObject::sceneEventFilter(watched, event); + } +@@ -12769,6 +13224,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsObject::setExtension(extension, variant); + } +@@ -12797,6 +13253,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsObject::shape(); + } +@@ -12825,6 +13282,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsObject::supportsExtension(extension); + } +@@ -12842,6 +13300,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsObject::timerEvent(arg__1); + } +@@ -12870,6 +13329,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsObject::type(); + } +@@ -12887,6 +13347,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsObject::wheelEvent(event); + } +@@ -12930,6 +13391,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsOpacityEffect::boundingRectFor(sourceRect); + } +@@ -12947,6 +13409,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsOpacityEffect::childEvent(arg__1); + } +@@ -12964,6 +13427,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsOpacityEffect::customEvent(arg__1); + } +@@ -12981,6 +13445,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsOpacityEffect::draw(painter); + } +@@ -13009,6 +13474,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsOpacityEffect::event(arg__1); + } +@@ -13037,6 +13503,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsOpacityEffect::eventFilter(arg__1, arg__2); + } +@@ -13054,6 +13521,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsOpacityEffect::sourceChanged(flags); + } +@@ -13071,6 +13539,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsOpacityEffect::timerEvent(arg__1); + } +@@ -13120,6 +13589,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsPathItem::isObscuredBy(item); + } +@@ -13148,6 +13618,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsPathItem::opaqueArea(); + } +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui3.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui3.cpp +index b773a32..8d684b3 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui3.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui3.cpp +@@ -81,6 +81,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsPixmapItem::advance(phase); + } +@@ -109,6 +110,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsPixmapItem::boundingRect(); + } +@@ -137,6 +139,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsPixmapItem::collidesWithItem(other, mode); + } +@@ -165,6 +168,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsPixmapItem::collidesWithPath(path, mode); + } +@@ -193,6 +197,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsPixmapItem::contains(point); + } +@@ -210,6 +215,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsPixmapItem::contextMenuEvent(event); + } +@@ -227,6 +233,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsPixmapItem::dragEnterEvent(event); + } +@@ -244,6 +251,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsPixmapItem::dragLeaveEvent(event); + } +@@ -261,6 +269,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsPixmapItem::dragMoveEvent(event); + } +@@ -278,6 +287,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsPixmapItem::dropEvent(event); + } +@@ -306,6 +316,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsPixmapItem::extension(variant); + } +@@ -323,6 +334,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsPixmapItem::focusInEvent(event); + } +@@ -340,6 +352,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsPixmapItem::focusOutEvent(event); + } +@@ -357,6 +370,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsPixmapItem::hoverEnterEvent(event); + } +@@ -374,6 +388,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsPixmapItem::hoverLeaveEvent(event); + } +@@ -391,6 +406,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsPixmapItem::hoverMoveEvent(event); + } +@@ -408,6 +424,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsPixmapItem::inputMethodEvent(event); + } +@@ -436,6 +453,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsPixmapItem::inputMethodQuery(query); + } +@@ -464,6 +482,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsPixmapItem::isObscuredBy(item); + } +@@ -492,6 +511,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsPixmapItem::itemChange(change, value); + } +@@ -509,6 +529,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsPixmapItem::keyPressEvent(event); + } +@@ -526,6 +547,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsPixmapItem::keyReleaseEvent(event); + } +@@ -543,6 +565,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsPixmapItem::mouseDoubleClickEvent(event); + } +@@ -560,6 +583,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsPixmapItem::mouseMoveEvent(event); + } +@@ -577,6 +601,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsPixmapItem::mousePressEvent(event); + } +@@ -594,6 +619,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsPixmapItem::mouseReleaseEvent(event); + } +@@ -622,6 +648,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsPixmapItem::opaqueArea(); + } +@@ -639,6 +666,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsPixmapItem::paint(painter, option, widget); + } +@@ -667,6 +695,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsPixmapItem::sceneEvent(event); + } +@@ -695,6 +724,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsPixmapItem::sceneEventFilter(watched, event); + } +@@ -723,6 +753,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsPixmapItem::shape(); + } +@@ -751,6 +782,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsPixmapItem::type(); + } +@@ -768,6 +800,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsPixmapItem::wheelEvent(event); + } +@@ -891,6 +924,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsPolygonItem::isObscuredBy(item); + } +@@ -919,6 +953,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsPolygonItem::opaqueArea(); + } +@@ -1001,6 +1036,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsProxyWidget::changeEvent(event); + } +@@ -1018,6 +1054,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsProxyWidget::childEvent(arg__1); + } +@@ -1035,6 +1072,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsProxyWidget::closeEvent(event); + } +@@ -1052,6 +1090,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsProxyWidget::customEvent(arg__1); + } +@@ -1080,6 +1119,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsProxyWidget::event(event); + } +@@ -1108,6 +1148,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsProxyWidget::eventFilter(object, event); + } +@@ -1136,6 +1177,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsProxyWidget::focusNextPrevChild(next); + } +@@ -1153,6 +1195,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsProxyWidget::getContentsMargins(left, top, right, bottom); + } +@@ -1170,6 +1213,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsProxyWidget::grabKeyboardEvent(event); + } +@@ -1187,6 +1231,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsProxyWidget::grabMouseEvent(event); + } +@@ -1204,6 +1249,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsProxyWidget::hideEvent(event); + } +@@ -1221,6 +1267,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsProxyWidget::hoverLeaveEvent(event); + } +@@ -1238,6 +1285,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsProxyWidget::hoverMoveEvent(event); + } +@@ -1255,6 +1303,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsProxyWidget::initStyleOption(option); + } +@@ -1272,6 +1321,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsProxyWidget::moveEvent(event); + } +@@ -1289,6 +1339,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsProxyWidget::paintWindowFrame(painter, option, widget); + } +@@ -1306,6 +1357,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsProxyWidget::polishEvent(); + } +@@ -1334,6 +1386,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsProxyWidget::propertyChange(propertyName, value); + } +@@ -1351,6 +1404,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsProxyWidget::resizeEvent(event); + } +@@ -1368,6 +1422,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsProxyWidget::setGeometry(rect); + } +@@ -1385,6 +1440,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsProxyWidget::showEvent(event); + } +@@ -1413,6 +1469,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsProxyWidget::sizeHint(which, constraint); + } +@@ -1430,6 +1487,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsProxyWidget::timerEvent(arg__1); + } +@@ -1447,6 +1505,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsProxyWidget::ungrabKeyboardEvent(event); + } +@@ -1464,6 +1523,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsProxyWidget::ungrabMouseEvent(event); + } +@@ -1481,6 +1541,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsProxyWidget::updateGeometry(); + } +@@ -1509,6 +1570,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsProxyWidget::windowFrameEvent(e); + } +@@ -1537,6 +1599,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsProxyWidget::windowFrameSectionAt(pos); + } +@@ -1661,6 +1724,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsRectItem::isObscuredBy(item); + } +@@ -1689,6 +1753,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsRectItem::opaqueArea(); + } +@@ -1770,6 +1835,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsRotation::applyTo(matrix); + } +@@ -1787,6 +1853,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsRotation::childEvent(arg__1); + } +@@ -1804,6 +1871,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsRotation::customEvent(arg__1); + } +@@ -1832,6 +1900,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsRotation::event(arg__1); + } +@@ -1860,6 +1929,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsRotation::eventFilter(arg__1, arg__2); + } +@@ -1877,6 +1947,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsRotation::timerEvent(arg__1); + } +@@ -1940,6 +2011,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsScale::applyTo(matrix); + } +@@ -1957,6 +2029,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsScale::childEvent(arg__1); + } +@@ -1974,6 +2047,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsScale::customEvent(arg__1); + } +@@ -2002,6 +2076,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsScale::event(arg__1); + } +@@ -2030,6 +2105,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsScale::eventFilter(arg__1, arg__2); + } +@@ -2047,6 +2123,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsScale::timerEvent(arg__1); + } +@@ -2115,6 +2192,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsScene::childEvent(arg__1); + } +@@ -2132,6 +2210,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsScene::contextMenuEvent(event); + } +@@ -2149,6 +2228,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsScene::customEvent(arg__1); + } +@@ -2166,6 +2246,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsScene::dragEnterEvent(event); + } +@@ -2183,6 +2264,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsScene::dragLeaveEvent(event); + } +@@ -2200,6 +2282,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsScene::dragMoveEvent(event); + } +@@ -2217,6 +2300,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsScene::drawBackground(painter, rect); + } +@@ -2234,6 +2318,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsScene::drawForeground(painter, rect); + } +@@ -2251,6 +2336,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsScene::drawItems(painter, numItems, items, options, widget); + } +@@ -2268,6 +2354,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsScene::dropEvent(event); + } +@@ -2296,6 +2383,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsScene::event(event); + } +@@ -2324,6 +2412,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsScene::eventFilter(watched, event); + } +@@ -2341,6 +2430,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsScene::focusInEvent(event); + } +@@ -2358,6 +2448,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsScene::focusOutEvent(event); + } +@@ -2375,6 +2466,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsScene::helpEvent(event); + } +@@ -2392,6 +2484,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsScene::inputMethodEvent(event); + } +@@ -2420,6 +2513,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsScene::inputMethodQuery(query); + } +@@ -2437,6 +2531,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsScene::keyPressEvent(event); + } +@@ -2454,6 +2549,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsScene::keyReleaseEvent(event); + } +@@ -2471,6 +2567,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsScene::mouseDoubleClickEvent(event); + } +@@ -2488,6 +2585,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsScene::mouseMoveEvent(event); + } +@@ -2505,6 +2603,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsScene::mousePressEvent(event); + } +@@ -2522,6 +2621,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsScene::mouseReleaseEvent(event); + } +@@ -2539,6 +2639,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsScene::timerEvent(arg__1); + } +@@ -2556,6 +2657,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsScene::wheelEvent(event); + } +@@ -3627,6 +3729,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsSimpleTextItem::isObscuredBy(item); + } +@@ -3655,6 +3758,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsSimpleTextItem::opaqueArea(); + } +@@ -3737,6 +3841,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsTextItem::childEvent(arg__1); + } +@@ -3754,6 +3859,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsTextItem::customEvent(arg__1); + } +@@ -3782,6 +3888,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsTextItem::event(arg__1); + } +@@ -3810,6 +3917,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsTextItem::eventFilter(arg__1, arg__2); + } +@@ -3827,6 +3935,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsTextItem::timerEvent(arg__1); + } +@@ -3994,6 +4103,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -4011,6 +4121,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsTransform::childEvent(arg__1); + } +@@ -4028,6 +4139,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsTransform::customEvent(arg__1); + } +@@ -4056,6 +4168,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsTransform::event(arg__1); + } +@@ -4084,6 +4197,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsTransform::eventFilter(arg__1, arg__2); + } +@@ -4101,6 +4215,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsTransform::timerEvent(arg__1); + } +@@ -4124,6 +4239,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::actionEvent(arg__1); + } +@@ -4141,6 +4257,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::changeEvent(arg__1); + } +@@ -4158,6 +4275,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::childEvent(arg__1); + } +@@ -4175,6 +4293,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::closeEvent(arg__1); + } +@@ -4192,6 +4311,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::contextMenuEvent(event); + } +@@ -4209,6 +4329,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::customEvent(arg__1); + } +@@ -4237,6 +4358,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsView::devType(); + } +@@ -4254,6 +4376,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::dragEnterEvent(event); + } +@@ -4271,6 +4394,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::dragLeaveEvent(event); + } +@@ -4288,6 +4412,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::dragMoveEvent(event); + } +@@ -4305,6 +4430,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::drawBackground(painter, rect); + } +@@ -4322,6 +4448,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::drawForeground(painter, rect); + } +@@ -4339,6 +4466,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::drawItems(painter, numItems, items, options); + } +@@ -4356,6 +4484,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::dropEvent(event); + } +@@ -4373,6 +4502,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::enterEvent(arg__1); + } +@@ -4401,6 +4531,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsView::event(event); + } +@@ -4429,6 +4560,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsView::eventFilter(arg__1, arg__2); + } +@@ -4446,6 +4578,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::focusInEvent(event); + } +@@ -4474,6 +4607,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsView::focusNextPrevChild(next); + } +@@ -4491,6 +4625,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::focusOutEvent(event); + } +@@ -4519,6 +4654,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsView::heightForWidth(arg__1); + } +@@ -4536,6 +4672,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::hideEvent(arg__1); + } +@@ -4553,6 +4690,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::inputMethodEvent(event); + } +@@ -4581,6 +4719,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsView::inputMethodQuery(query); + } +@@ -4598,6 +4737,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::keyPressEvent(event); + } +@@ -4615,6 +4755,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::keyReleaseEvent(event); + } +@@ -4632,6 +4773,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::languageChange(); + } +@@ -4649,6 +4791,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::leaveEvent(arg__1); + } +@@ -4677,6 +4820,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsView::metric(arg__1); + } +@@ -4694,6 +4838,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::mouseDoubleClickEvent(event); + } +@@ -4711,6 +4856,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::mouseMoveEvent(event); + } +@@ -4728,6 +4874,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::mousePressEvent(event); + } +@@ -4745,6 +4892,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::mouseReleaseEvent(event); + } +@@ -4762,6 +4910,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::moveEvent(arg__1); + } +@@ -4790,6 +4939,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsView::paintEngine(); + } +@@ -4807,6 +4957,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::paintEvent(event); + } +@@ -4824,6 +4975,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::resizeEvent(event); + } +@@ -4841,6 +4993,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::scrollContentsBy(dx, dy); + } +@@ -4858,6 +5011,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::showEvent(event); + } +@@ -4875,6 +5029,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::tabletEvent(arg__1); + } +@@ -4892,6 +5047,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::timerEvent(arg__1); + } +@@ -4920,6 +5076,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsView::viewportEvent(event); + } +@@ -4937,6 +5094,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsView::wheelEvent(event); + } +@@ -5474,6 +5632,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsWidget::changeEvent(event); + } +@@ -5491,6 +5650,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsWidget::childEvent(arg__1); + } +@@ -5508,6 +5668,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsWidget::closeEvent(event); + } +@@ -5525,6 +5686,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsWidget::customEvent(arg__1); + } +@@ -5553,6 +5715,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsWidget::event(event); + } +@@ -5581,6 +5744,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsWidget::eventFilter(arg__1, arg__2); + } +@@ -5609,6 +5773,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsWidget::focusNextPrevChild(next); + } +@@ -5626,6 +5791,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsWidget::getContentsMargins(left, top, right, bottom); + } +@@ -5643,6 +5809,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsWidget::grabKeyboardEvent(event); + } +@@ -5660,6 +5827,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsWidget::grabMouseEvent(event); + } +@@ -5677,6 +5845,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsWidget::hideEvent(event); + } +@@ -5694,6 +5863,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsWidget::hoverLeaveEvent(event); + } +@@ -5711,6 +5881,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsWidget::hoverMoveEvent(event); + } +@@ -5728,6 +5899,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsWidget::initStyleOption(option); + } +@@ -5745,6 +5917,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsWidget::moveEvent(event); + } +@@ -5762,6 +5935,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsWidget::paintWindowFrame(painter, option, widget); + } +@@ -5779,6 +5953,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsWidget::polishEvent(); + } +@@ -5807,6 +5982,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsWidget::propertyChange(propertyName, value); + } +@@ -5824,6 +6000,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsWidget::resizeEvent(event); + } +@@ -5841,6 +6018,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsWidget::setGeometry(rect); + } +@@ -5858,6 +6036,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsWidget::showEvent(event); + } +@@ -5886,6 +6065,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsWidget::sizeHint(which, constraint); + } +@@ -5903,6 +6083,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsWidget::timerEvent(arg__1); + } +@@ -5920,6 +6101,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsWidget::ungrabKeyboardEvent(event); + } +@@ -5937,6 +6119,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsWidget::ungrabMouseEvent(event); + } +@@ -5954,6 +6137,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGraphicsWidget::updateGeometry(); + } +@@ -5982,6 +6166,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsWidget::windowFrameEvent(e); + } +@@ -6010,6 +6195,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGraphicsWidget::windowFrameSectionAt(pos); + } +@@ -6398,6 +6584,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGridLayout::addItem(arg__1); + } +@@ -6415,6 +6602,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGridLayout::childEvent(e); + } +@@ -6443,6 +6631,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGridLayout::count(); + } +@@ -6460,6 +6649,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGridLayout::customEvent(arg__1); + } +@@ -6488,6 +6678,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGridLayout::event(arg__1); + } +@@ -6516,6 +6707,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGridLayout::eventFilter(arg__1, arg__2); + } +@@ -6544,6 +6736,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGridLayout::expandingDirections(); + } +@@ -6572,6 +6765,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGridLayout::geometry(); + } +@@ -6600,6 +6794,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGridLayout::indexOf(arg__1); + } +@@ -6617,6 +6812,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGridLayout::invalidate(); + } +@@ -6645,6 +6841,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGridLayout::isEmpty(); + } +@@ -6673,6 +6870,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGridLayout::itemAt(index); + } +@@ -6701,6 +6899,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGridLayout::layout(); + } +@@ -6729,6 +6928,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGridLayout::maximumSize(); + } +@@ -6757,6 +6957,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGridLayout::minimumSize(); + } +@@ -6774,6 +6975,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGridLayout::setGeometry(arg__1); + } +@@ -6802,6 +7004,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGridLayout::takeAt(index); + } +@@ -6819,6 +7022,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGridLayout::timerEvent(arg__1); + } +@@ -7046,6 +7250,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGroupBox::actionEvent(arg__1); + } +@@ -7063,6 +7268,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGroupBox::changeEvent(event); + } +@@ -7080,6 +7286,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGroupBox::childEvent(event); + } +@@ -7097,6 +7304,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGroupBox::closeEvent(arg__1); + } +@@ -7114,6 +7322,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGroupBox::contextMenuEvent(arg__1); + } +@@ -7131,6 +7340,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGroupBox::customEvent(arg__1); + } +@@ -7159,6 +7369,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGroupBox::devType(); + } +@@ -7176,6 +7387,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGroupBox::dragEnterEvent(arg__1); + } +@@ -7193,6 +7405,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGroupBox::dragLeaveEvent(arg__1); + } +@@ -7210,6 +7423,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGroupBox::dragMoveEvent(arg__1); + } +@@ -7227,6 +7441,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGroupBox::dropEvent(arg__1); + } +@@ -7244,6 +7459,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGroupBox::enterEvent(arg__1); + } +@@ -7272,6 +7488,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGroupBox::event(event); + } +@@ -7300,6 +7517,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGroupBox::eventFilter(arg__1, arg__2); + } +@@ -7317,6 +7535,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGroupBox::focusInEvent(event); + } +@@ -7345,6 +7564,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGroupBox::focusNextPrevChild(next); + } +@@ -7362,6 +7582,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGroupBox::focusOutEvent(arg__1); + } +@@ -7390,6 +7611,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGroupBox::heightForWidth(arg__1); + } +@@ -7407,6 +7629,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGroupBox::hideEvent(arg__1); + } +@@ -7424,6 +7647,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGroupBox::inputMethodEvent(arg__1); + } +@@ -7452,6 +7676,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGroupBox::inputMethodQuery(arg__1); + } +@@ -7469,6 +7694,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGroupBox::keyPressEvent(arg__1); + } +@@ -7486,6 +7712,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGroupBox::keyReleaseEvent(arg__1); + } +@@ -7503,6 +7730,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGroupBox::languageChange(); + } +@@ -7520,6 +7748,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGroupBox::leaveEvent(arg__1); + } +@@ -7548,6 +7777,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGroupBox::metric(arg__1); + } +@@ -7565,6 +7795,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGroupBox::mouseDoubleClickEvent(arg__1); + } +@@ -7582,6 +7813,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGroupBox::mouseMoveEvent(event); + } +@@ -7599,6 +7831,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGroupBox::mousePressEvent(event); + } +@@ -7616,6 +7849,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGroupBox::mouseReleaseEvent(event); + } +@@ -7633,6 +7867,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGroupBox::moveEvent(arg__1); + } +@@ -7661,6 +7896,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGroupBox::paintEngine(); + } +@@ -7678,6 +7914,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGroupBox::paintEvent(event); + } +@@ -7695,6 +7932,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGroupBox::resizeEvent(event); + } +@@ -7712,6 +7950,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGroupBox::showEvent(arg__1); + } +@@ -7740,6 +7979,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QGroupBox::sizeHint(); + } +@@ -7757,6 +7997,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGroupBox::tabletEvent(arg__1); + } +@@ -7774,6 +8015,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGroupBox::timerEvent(arg__1); + } +@@ -7791,6 +8033,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QGroupBox::wheelEvent(arg__1); + } +@@ -7913,6 +8156,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHBoxLayout::addItem(arg__1); + } +@@ -7930,6 +8174,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHBoxLayout::childEvent(e); + } +@@ -7958,6 +8203,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHBoxLayout::count(); + } +@@ -7975,6 +8221,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHBoxLayout::customEvent(arg__1); + } +@@ -8003,6 +8250,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHBoxLayout::event(arg__1); + } +@@ -8031,6 +8279,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHBoxLayout::eventFilter(arg__1, arg__2); + } +@@ -8059,6 +8308,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHBoxLayout::expandingDirections(); + } +@@ -8087,6 +8337,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHBoxLayout::geometry(); + } +@@ -8115,6 +8366,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHBoxLayout::indexOf(arg__1); + } +@@ -8132,6 +8384,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHBoxLayout::invalidate(); + } +@@ -8160,6 +8413,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHBoxLayout::isEmpty(); + } +@@ -8188,6 +8442,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHBoxLayout::itemAt(arg__1); + } +@@ -8216,6 +8471,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHBoxLayout::layout(); + } +@@ -8244,6 +8500,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHBoxLayout::maximumSize(); + } +@@ -8272,6 +8529,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHBoxLayout::minimumSize(); + } +@@ -8289,6 +8547,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHBoxLayout::setGeometry(arg__1); + } +@@ -8317,6 +8576,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHBoxLayout::takeAt(arg__1); + } +@@ -8334,6 +8594,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHBoxLayout::timerEvent(arg__1); + } +@@ -8361,6 +8622,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::actionEvent(arg__1); + } +@@ -8378,6 +8640,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::changeEvent(arg__1); + } +@@ -8395,6 +8658,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::childEvent(arg__1); + } +@@ -8412,6 +8676,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::closeEditor(editor, hint); + } +@@ -8429,6 +8694,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::closeEvent(arg__1); + } +@@ -8446,6 +8712,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::commitData(editor); + } +@@ -8463,6 +8730,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::contextMenuEvent(arg__1); + } +@@ -8480,6 +8748,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::currentChanged(current, old); + } +@@ -8497,6 +8766,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::customEvent(arg__1); + } +@@ -8514,6 +8784,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::dataChanged(topLeft, bottomRight); + } +@@ -8542,6 +8813,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHeaderView::devType(); + } +@@ -8559,6 +8831,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::doItemsLayout(); + } +@@ -8576,6 +8849,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::dragEnterEvent(event); + } +@@ -8593,6 +8867,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::dragLeaveEvent(event); + } +@@ -8610,6 +8885,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::dragMoveEvent(event); + } +@@ -8627,6 +8903,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::dropEvent(event); + } +@@ -8655,6 +8932,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHeaderView::edit(index, trigger, event); + } +@@ -8672,6 +8950,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::editorDestroyed(editor); + } +@@ -8689,6 +8968,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::enterEvent(arg__1); + } +@@ -8717,6 +8997,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHeaderView::event(e); + } +@@ -8745,6 +9026,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHeaderView::eventFilter(arg__1, arg__2); + } +@@ -8762,6 +9044,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::focusInEvent(event); + } +@@ -8790,6 +9073,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHeaderView::focusNextPrevChild(next); + } +@@ -8807,6 +9091,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::focusOutEvent(event); + } +@@ -8835,6 +9120,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHeaderView::heightForWidth(arg__1); + } +@@ -8852,6 +9138,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::hideEvent(arg__1); + } +@@ -8880,6 +9167,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHeaderView::horizontalOffset(); + } +@@ -8897,6 +9185,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::horizontalScrollbarAction(action); + } +@@ -8914,6 +9203,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::horizontalScrollbarValueChanged(value); + } +@@ -8942,6 +9232,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHeaderView::indexAt(p); + } +@@ -8959,6 +9250,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::inputMethodEvent(event); + } +@@ -8987,6 +9279,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHeaderView::inputMethodQuery(query); + } +@@ -9015,6 +9308,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHeaderView::isIndexHidden(index); + } +@@ -9032,6 +9326,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::keyPressEvent(event); + } +@@ -9049,6 +9344,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::keyReleaseEvent(arg__1); + } +@@ -9066,6 +9362,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::keyboardSearch(search); + } +@@ -9083,6 +9380,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::languageChange(); + } +@@ -9100,6 +9398,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::leaveEvent(arg__1); + } +@@ -9128,6 +9427,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHeaderView::metric(arg__1); + } +@@ -9145,6 +9445,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::mouseDoubleClickEvent(e); + } +@@ -9162,6 +9463,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::mouseMoveEvent(e); + } +@@ -9179,6 +9481,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::mousePressEvent(e); + } +@@ -9196,6 +9499,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::mouseReleaseEvent(e); + } +@@ -9213,6 +9517,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::moveEvent(arg__1); + } +@@ -9241,6 +9546,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHeaderView::paintEngine(); + } +@@ -9258,6 +9564,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::paintEvent(e); + } +@@ -9275,6 +9582,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::paintSection(painter, rect, logicalIndex); + } +@@ -9292,6 +9600,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::reset(); + } +@@ -9309,6 +9618,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::resizeEvent(event); + } +@@ -9326,6 +9636,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::rowsAboutToBeRemoved(parent, start, end); + } +@@ -9343,6 +9654,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::rowsInserted(parent, start, end); + } +@@ -9360,6 +9672,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::scrollContentsBy(dx, dy); + } +@@ -9377,6 +9690,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::scrollTo(index, hint); + } +@@ -9405,6 +9719,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHeaderView::sectionSizeFromContents(logicalIndex); + } +@@ -9422,6 +9737,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::selectAll(); + } +@@ -9450,6 +9766,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHeaderView::selectedIndexes(); + } +@@ -9467,6 +9784,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::selectionChanged(selected, deselected); + } +@@ -9495,6 +9813,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHeaderView::selectionCommand(index, event); + } +@@ -9512,6 +9831,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::setModel(model); + } +@@ -9529,6 +9849,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::setRootIndex(index); + } +@@ -9546,6 +9867,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::setSelection(rect, flags); + } +@@ -9563,6 +9885,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::setSelectionModel(selectionModel); + } +@@ -9580,6 +9903,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::showEvent(arg__1); + } +@@ -9608,6 +9932,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHeaderView::sizeHintForColumn(column); + } +@@ -9636,6 +9961,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHeaderView::sizeHintForRow(row); + } +@@ -9653,6 +9979,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::startDrag(supportedActions); + } +@@ -9670,6 +9997,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::tabletEvent(arg__1); + } +@@ -9687,6 +10015,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::timerEvent(event); + } +@@ -9704,6 +10033,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::updateEditorData(); + } +@@ -9721,6 +10051,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::updateEditorGeometries(); + } +@@ -9738,6 +10069,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::updateGeometries(); + } +@@ -9766,6 +10098,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHeaderView::verticalOffset(); + } +@@ -9783,6 +10116,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::verticalScrollbarAction(action); + } +@@ -9800,6 +10134,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::verticalScrollbarValueChanged(value); + } +@@ -9828,6 +10163,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHeaderView::viewOptions(); + } +@@ -9856,6 +10192,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHeaderView::viewportEvent(e); + } +@@ -9884,6 +10221,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHeaderView::visualRect(index); + } +@@ -9912,6 +10250,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHeaderView::visualRegionForSelection(selection); + } +@@ -9929,6 +10268,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHeaderView::wheelEvent(arg__1); + } +@@ -10417,6 +10757,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QIconEngine::actualSize(size, mode, state); + } +@@ -10434,6 +10775,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QIconEngine::addFile(fileName, size, mode, state); + } +@@ -10451,6 +10793,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QIconEngine::addPixmap(pixmap, mode, state); + } +@@ -10468,6 +10811,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -10496,6 +10840,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QIconEngine::pixmap(size, mode, state); + } +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui4.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui4.cpp +index c28acdf..db8802b 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui4.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui4.cpp +@@ -96,6 +96,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QIconEnginePluginV2::childEvent(arg__1); + } +@@ -124,6 +125,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return 0; + } +@@ -141,6 +143,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QIconEnginePluginV2::customEvent(arg__1); + } +@@ -169,6 +172,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QIconEnginePluginV2::event(arg__1); + } +@@ -197,6 +201,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QIconEnginePluginV2::eventFilter(arg__1, arg__2); + } +@@ -225,6 +230,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringList(); + } +@@ -242,6 +248,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QIconEnginePluginV2::timerEvent(arg__1); + } +@@ -276,6 +283,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return bool(); + } +@@ -304,6 +312,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QImageIOHandler::currentImageNumber(); + } +@@ -332,6 +341,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QImageIOHandler::currentImageRect(); + } +@@ -360,6 +370,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QImageIOHandler::imageCount(); + } +@@ -388,6 +399,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QImageIOHandler::jumpToImage(imageNumber); + } +@@ -416,6 +428,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QImageIOHandler::jumpToNextImage(); + } +@@ -444,6 +457,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QImageIOHandler::loopCount(); + } +@@ -472,6 +486,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QImageIOHandler::name(); + } +@@ -500,6 +515,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QImageIOHandler::nextImageDelay(); + } +@@ -528,6 +544,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QImageIOHandler::option(option); + } +@@ -556,6 +573,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return bool(); + } +@@ -573,6 +591,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QImageIOHandler::setOption(option, value); + } +@@ -601,6 +620,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QImageIOHandler::supportsOption(option); + } +@@ -629,6 +649,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QImageIOHandler::write(image); + } +@@ -738,6 +759,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QImageIOPlugin::Capabilities(); + } +@@ -755,6 +777,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QImageIOPlugin::childEvent(arg__1); + } +@@ -783,6 +806,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return 0; + } +@@ -800,6 +824,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QImageIOPlugin::customEvent(arg__1); + } +@@ -828,6 +853,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QImageIOPlugin::event(arg__1); + } +@@ -856,6 +882,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QImageIOPlugin::eventFilter(arg__1, arg__2); + } +@@ -884,6 +911,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringList(); + } +@@ -901,6 +929,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QImageIOPlugin::timerEvent(arg__1); + } +@@ -1258,6 +1287,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QInputContext::actions(); + } +@@ -1275,6 +1305,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputContext::childEvent(arg__1); + } +@@ -1292,6 +1323,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputContext::customEvent(arg__1); + } +@@ -1320,6 +1352,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QInputContext::event(arg__1); + } +@@ -1348,6 +1381,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QInputContext::eventFilter(arg__1, arg__2); + } +@@ -1376,6 +1410,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QInputContext::filterEvent(event); + } +@@ -1404,6 +1439,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QInputContext::font(); + } +@@ -1432,6 +1468,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QString(); + } +@@ -1460,6 +1497,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return bool(); + } +@@ -1488,6 +1526,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QString(); + } +@@ -1505,6 +1544,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputContext::mouseHandler(x, event); + } +@@ -1522,6 +1562,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -1539,6 +1580,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputContext::setFocusWidget(w); + } +@@ -1556,6 +1598,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputContext::timerEvent(arg__1); + } +@@ -1573,6 +1616,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputContext::update(); + } +@@ -1590,6 +1634,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputContext::widgetDestroyed(w); + } +@@ -1689,6 +1734,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputContextPlugin::childEvent(arg__1); + } +@@ -1717,6 +1763,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return 0; + } +@@ -1734,6 +1781,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputContextPlugin::customEvent(arg__1); + } +@@ -1762,6 +1810,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QString(); + } +@@ -1790,6 +1839,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QString(); + } +@@ -1818,6 +1868,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QInputContextPlugin::event(arg__1); + } +@@ -1846,6 +1897,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QInputContextPlugin::eventFilter(arg__1, arg__2); + } +@@ -1874,6 +1926,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringList(); + } +@@ -1902,6 +1955,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringList(); + } +@@ -1919,6 +1973,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputContextPlugin::timerEvent(arg__1); + } +@@ -1942,6 +1997,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::accept(); + } +@@ -1959,6 +2015,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::actionEvent(arg__1); + } +@@ -1976,6 +2033,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::changeEvent(arg__1); + } +@@ -1993,6 +2051,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::childEvent(arg__1); + } +@@ -2010,6 +2069,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::closeEvent(arg__1); + } +@@ -2027,6 +2087,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::contextMenuEvent(arg__1); + } +@@ -2044,6 +2105,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::customEvent(arg__1); + } +@@ -2072,6 +2134,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QInputDialog::devType(); + } +@@ -2089,6 +2152,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::done(result); + } +@@ -2106,6 +2170,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::dragEnterEvent(arg__1); + } +@@ -2123,6 +2188,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::dragLeaveEvent(arg__1); + } +@@ -2140,6 +2206,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::dragMoveEvent(arg__1); + } +@@ -2157,6 +2224,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::dropEvent(arg__1); + } +@@ -2174,6 +2242,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::enterEvent(arg__1); + } +@@ -2202,6 +2271,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QInputDialog::event(arg__1); + } +@@ -2230,6 +2300,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QInputDialog::eventFilter(arg__1, arg__2); + } +@@ -2247,6 +2318,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::focusInEvent(arg__1); + } +@@ -2275,6 +2347,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QInputDialog::focusNextPrevChild(next); + } +@@ -2292,6 +2365,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::focusOutEvent(arg__1); + } +@@ -2320,6 +2394,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QInputDialog::heightForWidth(arg__1); + } +@@ -2337,6 +2412,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::hideEvent(arg__1); + } +@@ -2354,6 +2430,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::inputMethodEvent(arg__1); + } +@@ -2382,6 +2459,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QInputDialog::inputMethodQuery(arg__1); + } +@@ -2399,6 +2477,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::keyPressEvent(arg__1); + } +@@ -2416,6 +2495,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::keyReleaseEvent(arg__1); + } +@@ -2433,6 +2513,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::languageChange(); + } +@@ -2450,6 +2531,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::leaveEvent(arg__1); + } +@@ -2478,6 +2560,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QInputDialog::metric(arg__1); + } +@@ -2495,6 +2578,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::mouseDoubleClickEvent(arg__1); + } +@@ -2512,6 +2596,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::mouseMoveEvent(arg__1); + } +@@ -2529,6 +2614,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::mousePressEvent(arg__1); + } +@@ -2546,6 +2632,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::mouseReleaseEvent(arg__1); + } +@@ -2563,6 +2650,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::moveEvent(arg__1); + } +@@ -2591,6 +2679,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QInputDialog::paintEngine(); + } +@@ -2608,6 +2697,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::paintEvent(arg__1); + } +@@ -2625,6 +2715,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::reject(); + } +@@ -2642,6 +2733,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::resizeEvent(arg__1); + } +@@ -2659,6 +2751,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::showEvent(arg__1); + } +@@ -2676,6 +2769,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::tabletEvent(arg__1); + } +@@ -2693,6 +2787,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::timerEvent(arg__1); + } +@@ -2710,6 +2805,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QInputDialog::wheelEvent(arg__1); + } +@@ -2994,6 +3090,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QIntValidator::childEvent(arg__1); + } +@@ -3011,6 +3108,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QIntValidator::customEvent(arg__1); + } +@@ -3039,6 +3137,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QIntValidator::event(arg__1); + } +@@ -3067,6 +3166,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QIntValidator::eventFilter(arg__1, arg__2); + } +@@ -3084,6 +3184,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QIntValidator::fixup(arg__1); + } +@@ -3101,6 +3202,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QIntValidator::setRange(bottom, top); + } +@@ -3118,6 +3220,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QIntValidator::timerEvent(arg__1); + } +@@ -3146,6 +3249,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QIntValidator::validate(arg__1, arg__2); + } +@@ -3203,6 +3307,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QItemDelegate::childEvent(arg__1); + } +@@ -3231,6 +3336,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QItemDelegate::createEditor(parent, option, index); + } +@@ -3248,6 +3354,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QItemDelegate::customEvent(arg__1); + } +@@ -3265,6 +3372,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QItemDelegate::drawCheck(painter, option, rect, state); + } +@@ -3282,6 +3390,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QItemDelegate::drawDecoration(painter, option, rect, pixmap); + } +@@ -3299,6 +3408,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QItemDelegate::drawDisplay(painter, option, rect, text); + } +@@ -3316,6 +3426,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QItemDelegate::drawFocus(painter, option, rect); + } +@@ -3344,6 +3455,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QItemDelegate::editorEvent(event, model, option, index); + } +@@ -3372,6 +3484,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QItemDelegate::event(arg__1); + } +@@ -3400,6 +3513,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QItemDelegate::eventFilter(object, event); + } +@@ -3417,6 +3531,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QItemDelegate::paint(painter, option, index); + } +@@ -3434,6 +3549,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QItemDelegate::setEditorData(editor, index); + } +@@ -3451,6 +3567,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QItemDelegate::setModelData(editor, model, index); + } +@@ -3479,6 +3596,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QItemDelegate::sizeHint(option, index); + } +@@ -3496,6 +3614,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QItemDelegate::timerEvent(arg__1); + } +@@ -3513,6 +3632,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QItemDelegate::updateEditorGeometry(editor, option, index); + } +@@ -3627,6 +3747,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return 0; + } +@@ -3655,6 +3776,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QByteArray(); + } +@@ -3689,6 +3811,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QItemEditorFactory::createEditor(type, parent); + } +@@ -3717,6 +3840,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QItemEditorFactory::valuePropertyName(type); + } +@@ -4015,6 +4139,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QItemSelectionModel::childEvent(arg__1); + } +@@ -4032,6 +4157,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QItemSelectionModel::clear(); + } +@@ -4049,6 +4175,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QItemSelectionModel::customEvent(arg__1); + } +@@ -4077,6 +4204,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QItemSelectionModel::event(arg__1); + } +@@ -4105,6 +4233,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QItemSelectionModel::eventFilter(arg__1, arg__2); + } +@@ -4122,6 +4251,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QItemSelectionModel::reset(); + } +@@ -4139,6 +4269,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QItemSelectionModel::select(selection, command); + } +@@ -4156,6 +4287,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QItemSelectionModel::select(index, command); + } +@@ -4173,6 +4305,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QItemSelectionModel::timerEvent(arg__1); + } +@@ -4438,6 +4571,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QKeyEventTransition::childEvent(arg__1); + } +@@ -4455,6 +4589,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QKeyEventTransition::customEvent(arg__1); + } +@@ -4483,6 +4618,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QKeyEventTransition::event(e); + } +@@ -4511,6 +4647,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QKeyEventTransition::eventFilter(arg__1, arg__2); + } +@@ -4539,6 +4676,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QKeyEventTransition::eventTest(event); + } +@@ -4556,6 +4694,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QKeyEventTransition::onTransition(event); + } +@@ -4573,6 +4712,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QKeyEventTransition::timerEvent(arg__1); + } +@@ -4630,6 +4770,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLCDNumber::actionEvent(arg__1); + } +@@ -4647,6 +4788,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLCDNumber::changeEvent(arg__1); + } +@@ -4664,6 +4806,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLCDNumber::childEvent(arg__1); + } +@@ -4681,6 +4824,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLCDNumber::closeEvent(arg__1); + } +@@ -4698,6 +4842,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLCDNumber::contextMenuEvent(arg__1); + } +@@ -4715,6 +4860,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLCDNumber::customEvent(arg__1); + } +@@ -4743,6 +4889,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLCDNumber::devType(); + } +@@ -4760,6 +4907,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLCDNumber::dragEnterEvent(arg__1); + } +@@ -4777,6 +4925,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLCDNumber::dragLeaveEvent(arg__1); + } +@@ -4794,6 +4943,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLCDNumber::dragMoveEvent(arg__1); + } +@@ -4811,6 +4961,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLCDNumber::dropEvent(arg__1); + } +@@ -4828,6 +4979,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLCDNumber::enterEvent(arg__1); + } +@@ -4856,6 +5008,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLCDNumber::event(e); + } +@@ -4884,6 +5037,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLCDNumber::eventFilter(arg__1, arg__2); + } +@@ -4901,6 +5055,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLCDNumber::focusInEvent(arg__1); + } +@@ -4929,6 +5084,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLCDNumber::focusNextPrevChild(next); + } +@@ -4946,6 +5102,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLCDNumber::focusOutEvent(arg__1); + } +@@ -4974,6 +5131,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLCDNumber::heightForWidth(arg__1); + } +@@ -4991,6 +5149,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLCDNumber::hideEvent(arg__1); + } +@@ -5008,6 +5167,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLCDNumber::inputMethodEvent(arg__1); + } +@@ -5036,6 +5196,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLCDNumber::inputMethodQuery(arg__1); + } +@@ -5053,6 +5214,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLCDNumber::keyPressEvent(arg__1); + } +@@ -5070,6 +5232,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLCDNumber::keyReleaseEvent(arg__1); + } +@@ -5087,6 +5250,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLCDNumber::languageChange(); + } +@@ -5104,6 +5268,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLCDNumber::leaveEvent(arg__1); + } +@@ -5132,6 +5297,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLCDNumber::metric(arg__1); + } +@@ -5160,6 +5326,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLCDNumber::minimumSizeHint(); + } +@@ -5177,6 +5344,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLCDNumber::mouseDoubleClickEvent(arg__1); + } +@@ -5194,6 +5362,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLCDNumber::mouseMoveEvent(arg__1); + } +@@ -5211,6 +5380,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLCDNumber::mousePressEvent(arg__1); + } +@@ -5228,6 +5398,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLCDNumber::mouseReleaseEvent(arg__1); + } +@@ -5245,6 +5416,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLCDNumber::moveEvent(arg__1); + } +@@ -5273,6 +5445,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLCDNumber::paintEngine(); + } +@@ -5290,6 +5463,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLCDNumber::paintEvent(arg__1); + } +@@ -5307,6 +5481,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLCDNumber::resizeEvent(arg__1); + } +@@ -5324,6 +5499,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLCDNumber::showEvent(arg__1); + } +@@ -5341,6 +5517,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLCDNumber::tabletEvent(arg__1); + } +@@ -5358,6 +5535,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLCDNumber::timerEvent(arg__1); + } +@@ -5375,6 +5553,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLCDNumber::wheelEvent(arg__1); + } +@@ -5482,6 +5661,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLabel::actionEvent(arg__1); + } +@@ -5499,6 +5679,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLabel::changeEvent(arg__1); + } +@@ -5516,6 +5697,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLabel::childEvent(arg__1); + } +@@ -5533,6 +5715,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLabel::closeEvent(arg__1); + } +@@ -5550,6 +5733,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLabel::contextMenuEvent(ev); + } +@@ -5567,6 +5751,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLabel::customEvent(arg__1); + } +@@ -5595,6 +5780,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLabel::devType(); + } +@@ -5612,6 +5798,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLabel::dragEnterEvent(arg__1); + } +@@ -5629,6 +5816,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLabel::dragLeaveEvent(arg__1); + } +@@ -5646,6 +5834,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLabel::dragMoveEvent(arg__1); + } +@@ -5663,6 +5852,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLabel::dropEvent(arg__1); + } +@@ -5680,6 +5870,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLabel::enterEvent(arg__1); + } +@@ -5708,6 +5899,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLabel::event(e); + } +@@ -5736,6 +5928,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLabel::eventFilter(arg__1, arg__2); + } +@@ -5753,6 +5946,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLabel::focusInEvent(ev); + } +@@ -5781,6 +5975,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLabel::focusNextPrevChild(next); + } +@@ -5798,6 +5993,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLabel::focusOutEvent(ev); + } +@@ -5826,6 +6022,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLabel::heightForWidth(arg__1); + } +@@ -5843,6 +6040,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLabel::hideEvent(arg__1); + } +@@ -5860,6 +6058,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLabel::inputMethodEvent(arg__1); + } +@@ -5888,6 +6087,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLabel::inputMethodQuery(arg__1); + } +@@ -5905,6 +6105,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLabel::keyPressEvent(ev); + } +@@ -5922,6 +6123,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLabel::keyReleaseEvent(arg__1); + } +@@ -5939,6 +6141,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLabel::languageChange(); + } +@@ -5956,6 +6159,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLabel::leaveEvent(arg__1); + } +@@ -5984,6 +6188,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLabel::metric(arg__1); + } +@@ -6001,6 +6206,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLabel::mouseDoubleClickEvent(arg__1); + } +@@ -6018,6 +6224,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLabel::mouseMoveEvent(ev); + } +@@ -6035,6 +6242,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLabel::mousePressEvent(ev); + } +@@ -6052,6 +6260,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLabel::mouseReleaseEvent(ev); + } +@@ -6069,6 +6278,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLabel::moveEvent(arg__1); + } +@@ -6097,6 +6307,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLabel::paintEngine(); + } +@@ -6114,6 +6325,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLabel::paintEvent(arg__1); + } +@@ -6131,6 +6343,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLabel::resizeEvent(arg__1); + } +@@ -6148,6 +6361,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLabel::showEvent(arg__1); + } +@@ -6165,6 +6379,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLabel::tabletEvent(arg__1); + } +@@ -6182,6 +6397,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLabel::timerEvent(arg__1); + } +@@ -6199,6 +6415,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLabel::wheelEvent(arg__1); + } +@@ -6406,6 +6623,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -6423,6 +6641,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLayout::childEvent(e); + } +@@ -6451,6 +6670,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -6468,6 +6688,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLayout::customEvent(arg__1); + } +@@ -6496,6 +6717,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLayout::event(arg__1); + } +@@ -6524,6 +6746,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLayout::eventFilter(arg__1, arg__2); + } +@@ -6552,6 +6775,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLayout::expandingDirections(); + } +@@ -6580,6 +6804,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLayout::geometry(); + } +@@ -6608,6 +6833,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLayout::hasHeightForWidth(); + } +@@ -6636,6 +6862,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLayout::heightForWidth(arg__1); + } +@@ -6664,6 +6891,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLayout::indexOf(arg__1); + } +@@ -6681,6 +6909,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLayout::invalidate(); + } +@@ -6709,6 +6938,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLayout::isEmpty(); + } +@@ -6737,6 +6967,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return 0; + } +@@ -6765,6 +6996,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLayout::layout(); + } +@@ -6793,6 +7025,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLayout::maximumSize(); + } +@@ -6821,6 +7054,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLayout::minimumHeightForWidth(arg__1); + } +@@ -6849,6 +7083,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLayout::minimumSize(); + } +@@ -6866,6 +7101,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLayout::setGeometry(arg__1); + } +@@ -6894,6 +7130,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSize(); + } +@@ -6922,6 +7159,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLayout::spacerItem(); + } +@@ -6950,6 +7188,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return 0; + } +@@ -6967,6 +7206,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLayout::timerEvent(arg__1); + } +@@ -6995,6 +7235,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLayout::widget(); + } +@@ -7223,6 +7464,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return Qt::Orientations(); + } +@@ -7251,6 +7493,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRect(); + } +@@ -7279,6 +7522,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLayoutItem::hasHeightForWidth(); + } +@@ -7307,6 +7551,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLayoutItem::heightForWidth(arg__1); + } +@@ -7324,6 +7569,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLayoutItem::invalidate(); + } +@@ -7352,6 +7598,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return bool(); + } +@@ -7380,6 +7627,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLayoutItem::layout(); + } +@@ -7408,6 +7656,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSize(); + } +@@ -7436,6 +7685,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLayoutItem::minimumHeightForWidth(arg__1); + } +@@ -7464,6 +7714,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSize(); + } +@@ -7481,6 +7732,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -7509,6 +7761,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSize(); + } +@@ -7537,6 +7790,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLayoutItem::spacerItem(); + } +@@ -7565,6 +7819,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLayoutItem::widget(); + } +@@ -7638,6 +7893,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLineEdit::actionEvent(arg__1); + } +@@ -7655,6 +7911,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLineEdit::changeEvent(arg__1); + } +@@ -7672,6 +7929,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLineEdit::childEvent(arg__1); + } +@@ -7689,6 +7947,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLineEdit::closeEvent(arg__1); + } +@@ -7706,6 +7965,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLineEdit::contextMenuEvent(arg__1); + } +@@ -7723,6 +7983,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLineEdit::customEvent(arg__1); + } +@@ -7751,6 +8012,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLineEdit::devType(); + } +@@ -7768,6 +8030,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLineEdit::dragEnterEvent(arg__1); + } +@@ -7785,6 +8048,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLineEdit::dragLeaveEvent(e); + } +@@ -7802,6 +8066,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLineEdit::dragMoveEvent(e); + } +@@ -7819,6 +8084,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLineEdit::dropEvent(arg__1); + } +@@ -7836,6 +8102,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLineEdit::enterEvent(arg__1); + } +@@ -7864,6 +8131,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLineEdit::event(arg__1); + } +@@ -7892,6 +8160,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLineEdit::eventFilter(arg__1, arg__2); + } +@@ -7909,6 +8178,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLineEdit::focusInEvent(arg__1); + } +@@ -7937,6 +8207,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLineEdit::focusNextPrevChild(next); + } +@@ -7954,6 +8225,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLineEdit::focusOutEvent(arg__1); + } +@@ -7982,6 +8254,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLineEdit::heightForWidth(arg__1); + } +@@ -7999,6 +8272,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLineEdit::hideEvent(arg__1); + } +@@ -8016,6 +8290,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLineEdit::inputMethodEvent(arg__1); + } +@@ -8044,6 +8319,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLineEdit::inputMethodQuery(arg__1); + } +@@ -8061,6 +8337,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLineEdit::keyPressEvent(arg__1); + } +@@ -8078,6 +8355,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLineEdit::keyReleaseEvent(arg__1); + } +@@ -8095,6 +8373,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLineEdit::languageChange(); + } +@@ -8112,6 +8391,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLineEdit::leaveEvent(arg__1); + } +@@ -8140,6 +8420,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLineEdit::metric(arg__1); + } +@@ -8157,6 +8438,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLineEdit::mouseDoubleClickEvent(arg__1); + } +@@ -8174,6 +8456,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLineEdit::mouseMoveEvent(arg__1); + } +@@ -8191,6 +8474,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLineEdit::mousePressEvent(arg__1); + } +@@ -8208,6 +8492,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLineEdit::mouseReleaseEvent(arg__1); + } +@@ -8225,6 +8510,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLineEdit::moveEvent(arg__1); + } +@@ -8253,6 +8539,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLineEdit::paintEngine(); + } +@@ -8270,6 +8557,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLineEdit::paintEvent(arg__1); + } +@@ -8287,6 +8575,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLineEdit::resizeEvent(arg__1); + } +@@ -8304,6 +8593,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLineEdit::showEvent(arg__1); + } +@@ -8321,6 +8611,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLineEdit::tabletEvent(arg__1); + } +@@ -8338,6 +8629,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLineEdit::timerEvent(arg__1); + } +@@ -8355,6 +8647,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLineEdit::wheelEvent(arg__1); + } +@@ -8756,6 +9049,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::actionEvent(arg__1); + } +@@ -8773,6 +9067,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::changeEvent(arg__1); + } +@@ -8790,6 +9085,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::childEvent(arg__1); + } +@@ -8807,6 +9103,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::closeEditor(editor, hint); + } +@@ -8824,6 +9121,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::closeEvent(arg__1); + } +@@ -8841,6 +9139,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::commitData(editor); + } +@@ -8858,6 +9157,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::contextMenuEvent(arg__1); + } +@@ -8875,6 +9175,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::currentChanged(current, previous); + } +@@ -8892,6 +9193,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::customEvent(arg__1); + } +@@ -8909,6 +9211,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::dataChanged(topLeft, bottomRight); + } +@@ -8937,6 +9240,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListView::devType(); + } +@@ -8954,6 +9258,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::doItemsLayout(); + } +@@ -8971,6 +9276,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::dragEnterEvent(event); + } +@@ -8988,6 +9294,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::dragLeaveEvent(e); + } +@@ -9005,6 +9312,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::dragMoveEvent(e); + } +@@ -9022,6 +9330,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::dropEvent(e); + } +@@ -9050,6 +9359,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListView::edit(index, trigger, event); + } +@@ -9067,6 +9377,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::editorDestroyed(editor); + } +@@ -9084,6 +9395,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::enterEvent(arg__1); + } +@@ -9112,6 +9424,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListView::event(e); + } +@@ -9140,6 +9453,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListView::eventFilter(arg__1, arg__2); + } +@@ -9157,6 +9471,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::focusInEvent(event); + } +@@ -9185,6 +9500,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListView::focusNextPrevChild(next); + } +@@ -9202,6 +9518,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::focusOutEvent(event); + } +@@ -9230,6 +9547,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListView::heightForWidth(arg__1); + } +@@ -9247,6 +9565,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::hideEvent(arg__1); + } +@@ -9275,6 +9594,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListView::horizontalOffset(); + } +@@ -9292,6 +9612,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::horizontalScrollbarAction(action); + } +@@ -9309,6 +9630,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::horizontalScrollbarValueChanged(value); + } +@@ -9337,6 +9659,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListView::indexAt(p); + } +@@ -9354,6 +9677,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::inputMethodEvent(event); + } +@@ -9382,6 +9706,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListView::inputMethodQuery(query); + } +@@ -9410,6 +9735,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListView::isIndexHidden(index); + } +@@ -9427,6 +9753,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::keyPressEvent(event); + } +@@ -9444,6 +9771,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::keyReleaseEvent(arg__1); + } +@@ -9461,6 +9789,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::keyboardSearch(search); + } +@@ -9478,6 +9807,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::languageChange(); + } +@@ -9495,6 +9825,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::leaveEvent(arg__1); + } +@@ -9523,6 +9854,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListView::metric(arg__1); + } +@@ -9540,6 +9872,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::mouseDoubleClickEvent(event); + } +@@ -9557,6 +9890,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::mouseMoveEvent(e); + } +@@ -9574,6 +9908,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::mousePressEvent(event); + } +@@ -9591,6 +9926,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::mouseReleaseEvent(e); + } +@@ -9608,6 +9944,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::moveEvent(arg__1); + } +@@ -9636,6 +9973,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListView::paintEngine(); + } +@@ -9653,6 +9991,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::paintEvent(e); + } +@@ -9670,6 +10009,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::reset(); + } +@@ -9687,6 +10027,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::resizeEvent(e); + } +@@ -9704,6 +10045,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::rowsAboutToBeRemoved(parent, start, end); + } +@@ -9721,6 +10063,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::rowsInserted(parent, start, end); + } +@@ -9738,6 +10081,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::scrollContentsBy(dx, dy); + } +@@ -9755,6 +10099,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::scrollTo(index, hint); + } +@@ -9772,6 +10117,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::selectAll(); + } +@@ -9800,6 +10146,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListView::selectedIndexes(); + } +@@ -9817,6 +10164,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::selectionChanged(selected, deselected); + } +@@ -9845,6 +10193,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListView::selectionCommand(index, event); + } +@@ -9862,6 +10211,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::setModel(model); + } +@@ -9879,6 +10229,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::setRootIndex(index); + } +@@ -9896,6 +10247,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::setSelection(rect, command); + } +@@ -9913,6 +10265,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::setSelectionModel(selectionModel); + } +@@ -9930,6 +10283,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::showEvent(arg__1); + } +@@ -9958,6 +10312,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListView::sizeHintForColumn(column); + } +@@ -9986,6 +10341,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListView::sizeHintForRow(row); + } +@@ -10003,6 +10359,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::startDrag(supportedActions); + } +@@ -10020,6 +10377,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::tabletEvent(arg__1); + } +@@ -10037,6 +10395,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::timerEvent(e); + } +@@ -10054,6 +10413,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::updateEditorData(); + } +@@ -10071,6 +10431,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::updateEditorGeometries(); + } +@@ -10088,6 +10449,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::updateGeometries(); + } +@@ -10116,6 +10478,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListView::verticalOffset(); + } +@@ -10133,6 +10496,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::verticalScrollbarAction(action); + } +@@ -10150,6 +10514,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::verticalScrollbarValueChanged(value); + } +@@ -10178,6 +10543,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListView::viewOptions(); + } +@@ -10206,6 +10572,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListView::viewportEvent(event); + } +@@ -10234,6 +10601,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListView::visualRect(index); + } +@@ -10262,6 +10630,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListView::visualRegionForSelection(selection); + } +@@ -10279,6 +10648,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListView::wheelEvent(arg__1); + } +@@ -10597,6 +10967,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::actionEvent(arg__1); + } +@@ -10614,6 +10985,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::changeEvent(arg__1); + } +@@ -10631,6 +11003,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::childEvent(arg__1); + } +@@ -10648,6 +11021,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::closeEditor(editor, hint); + } +@@ -10665,6 +11039,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::closeEvent(arg__1); + } +@@ -10682,6 +11057,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::commitData(editor); + } +@@ -10699,6 +11075,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::contextMenuEvent(arg__1); + } +@@ -10716,6 +11093,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::currentChanged(current, previous); + } +@@ -10733,6 +11111,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::customEvent(arg__1); + } +@@ -10750,6 +11129,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::dataChanged(topLeft, bottomRight); + } +@@ -10778,6 +11158,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListWidget::devType(); + } +@@ -10795,6 +11176,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::doItemsLayout(); + } +@@ -10812,6 +11194,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::dragEnterEvent(event); + } +@@ -10829,6 +11212,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::dragLeaveEvent(e); + } +@@ -10846,6 +11230,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::dragMoveEvent(e); + } +@@ -10863,6 +11248,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::dropEvent(event); + } +@@ -10891,6 +11277,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListWidget::dropMimeData(index, data, action); + } +@@ -10919,6 +11306,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListWidget::edit(index, trigger, event); + } +@@ -10936,6 +11324,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::editorDestroyed(editor); + } +@@ -10953,6 +11342,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::enterEvent(arg__1); + } +@@ -10981,6 +11371,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListWidget::event(e); + } +@@ -11009,6 +11400,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListWidget::eventFilter(arg__1, arg__2); + } +@@ -11026,6 +11418,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::focusInEvent(event); + } +@@ -11054,6 +11447,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListWidget::focusNextPrevChild(next); + } +@@ -11071,6 +11465,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::focusOutEvent(event); + } +@@ -11099,6 +11494,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListWidget::heightForWidth(arg__1); + } +@@ -11116,6 +11512,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::hideEvent(arg__1); + } +@@ -11144,6 +11541,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListWidget::horizontalOffset(); + } +@@ -11161,6 +11559,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::horizontalScrollbarAction(action); + } +@@ -11178,6 +11577,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::horizontalScrollbarValueChanged(value); + } +@@ -11206,6 +11606,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListWidget::indexAt(p); + } +@@ -11223,6 +11624,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::inputMethodEvent(event); + } +@@ -11251,6 +11653,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListWidget::inputMethodQuery(query); + } +@@ -11279,6 +11682,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListWidget::isIndexHidden(index); + } +@@ -11296,6 +11700,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::keyPressEvent(event); + } +@@ -11313,6 +11718,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::keyReleaseEvent(arg__1); + } +@@ -11330,6 +11736,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::keyboardSearch(search); + } +@@ -11347,6 +11754,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::languageChange(); + } +@@ -11364,6 +11772,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::leaveEvent(arg__1); + } +@@ -11392,6 +11801,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListWidget::metric(arg__1); + } +@@ -11420,6 +11830,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListWidget::mimeData(items); + } +@@ -11448,6 +11859,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListWidget::mimeTypes(); + } +@@ -11465,6 +11877,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::mouseDoubleClickEvent(event); + } +@@ -11482,6 +11895,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::mouseMoveEvent(e); + } +@@ -11499,6 +11913,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::mousePressEvent(event); + } +@@ -11516,6 +11931,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::mouseReleaseEvent(e); + } +@@ -11533,6 +11949,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::moveEvent(arg__1); + } +@@ -11561,6 +11978,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListWidget::paintEngine(); + } +@@ -11578,6 +11996,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::paintEvent(e); + } +@@ -11595,6 +12014,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::reset(); + } +@@ -11612,6 +12032,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::resizeEvent(e); + } +@@ -11629,6 +12050,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::rowsAboutToBeRemoved(parent, start, end); + } +@@ -11646,6 +12068,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::rowsInserted(parent, start, end); + } +@@ -11663,6 +12086,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::scrollContentsBy(dx, dy); + } +@@ -11680,6 +12104,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::scrollTo(index, hint); + } +@@ -11697,6 +12122,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::selectAll(); + } +@@ -11725,6 +12151,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListWidget::selectedIndexes(); + } +@@ -11742,6 +12169,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::selectionChanged(selected, deselected); + } +@@ -11770,6 +12198,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListWidget::selectionCommand(index, event); + } +@@ -11787,6 +12216,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::setRootIndex(index); + } +@@ -11804,6 +12234,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::setSelection(rect, command); + } +@@ -11821,6 +12252,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::setSelectionModel(selectionModel); + } +@@ -11838,6 +12270,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::showEvent(arg__1); + } +@@ -11866,6 +12299,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListWidget::sizeHintForColumn(column); + } +@@ -11894,6 +12328,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListWidget::sizeHintForRow(row); + } +@@ -11911,6 +12346,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::startDrag(supportedActions); + } +@@ -11939,6 +12375,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListWidget::supportedDropActions(); + } +@@ -11956,6 +12393,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::tabletEvent(arg__1); + } +@@ -11973,6 +12411,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::timerEvent(e); + } +@@ -11990,6 +12429,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::updateEditorData(); + } +@@ -12007,6 +12447,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::updateEditorGeometries(); + } +@@ -12024,6 +12465,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::updateGeometries(); + } +@@ -12052,6 +12494,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListWidget::verticalOffset(); + } +@@ -12069,6 +12512,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::verticalScrollbarAction(action); + } +@@ -12086,6 +12530,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::verticalScrollbarValueChanged(value); + } +@@ -12114,6 +12559,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListWidget::viewOptions(); + } +@@ -12142,6 +12588,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListWidget::viewportEvent(event); + } +@@ -12170,6 +12617,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListWidget::visualRect(index); + } +@@ -12198,6 +12646,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListWidget::visualRegionForSelection(selection); + } +@@ -12215,6 +12664,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidget::wheelEvent(arg__1); + } +@@ -12424,6 +12874,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListWidgetItem::clone(); + } +@@ -12452,6 +12903,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListWidgetItem::data(role); + } +@@ -12480,6 +12932,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QListWidgetItem::operator<(other); + } +@@ -12497,6 +12950,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidgetItem::read(in); + } +@@ -12514,6 +12968,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidgetItem::setBackgroundColor(color); + } +@@ -12531,6 +12986,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidgetItem::setData(role, value); + } +@@ -12548,6 +13004,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QListWidgetItem::write(out); + } +@@ -12754,6 +13211,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMainWindow::actionEvent(arg__1); + } +@@ -12771,6 +13229,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMainWindow::changeEvent(arg__1); + } +@@ -12788,6 +13247,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMainWindow::childEvent(arg__1); + } +@@ -12805,6 +13265,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMainWindow::closeEvent(arg__1); + } +@@ -12822,6 +13283,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMainWindow::contextMenuEvent(event); + } +@@ -12850,6 +13312,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMainWindow::createPopupMenu(); + } +@@ -12867,6 +13330,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMainWindow::customEvent(arg__1); + } +@@ -12895,6 +13359,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMainWindow::devType(); + } +@@ -12912,6 +13377,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMainWindow::dragEnterEvent(arg__1); + } +@@ -12929,6 +13395,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMainWindow::dragLeaveEvent(arg__1); + } +@@ -12946,6 +13413,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMainWindow::dragMoveEvent(arg__1); + } +@@ -12963,6 +13431,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMainWindow::dropEvent(arg__1); + } +@@ -12980,6 +13449,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMainWindow::enterEvent(arg__1); + } +@@ -13008,6 +13478,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMainWindow::event(event); + } +@@ -13036,6 +13507,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMainWindow::eventFilter(arg__1, arg__2); + } +@@ -13053,6 +13525,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMainWindow::focusInEvent(arg__1); + } +@@ -13081,6 +13554,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMainWindow::focusNextPrevChild(next); + } +@@ -13098,6 +13572,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMainWindow::focusOutEvent(arg__1); + } +@@ -13126,6 +13601,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMainWindow::heightForWidth(arg__1); + } +@@ -13143,6 +13619,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMainWindow::hideEvent(arg__1); + } +@@ -13160,6 +13637,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMainWindow::inputMethodEvent(arg__1); + } +@@ -13188,6 +13666,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMainWindow::inputMethodQuery(arg__1); + } +@@ -13205,6 +13684,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMainWindow::keyPressEvent(arg__1); + } +@@ -13222,6 +13702,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMainWindow::keyReleaseEvent(arg__1); + } +@@ -13239,6 +13720,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMainWindow::languageChange(); + } +@@ -13256,6 +13738,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMainWindow::leaveEvent(arg__1); + } +@@ -13284,6 +13767,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMainWindow::metric(arg__1); + } +@@ -13312,6 +13796,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMainWindow::minimumSizeHint(); + } +@@ -13329,6 +13814,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMainWindow::mouseDoubleClickEvent(arg__1); + } +@@ -13346,6 +13832,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMainWindow::mouseMoveEvent(arg__1); + } +@@ -13363,6 +13850,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMainWindow::mousePressEvent(arg__1); + } +@@ -13380,6 +13868,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMainWindow::mouseReleaseEvent(arg__1); + } +@@ -13397,6 +13886,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMainWindow::moveEvent(arg__1); + } +@@ -13425,6 +13915,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMainWindow::paintEngine(); + } +@@ -13442,6 +13933,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMainWindow::paintEvent(arg__1); + } +@@ -13459,6 +13951,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMainWindow::resizeEvent(arg__1); + } +@@ -13476,6 +13969,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMainWindow::showEvent(arg__1); + } +@@ -13504,6 +13998,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMainWindow::sizeHint(); + } +@@ -13521,6 +14016,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMainWindow::tabletEvent(arg__1); + } +@@ -13538,6 +14034,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMainWindow::timerEvent(arg__1); + } +@@ -13555,6 +14052,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMainWindow::wheelEvent(arg__1); + } +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui5.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui5.cpp +index d17e746..61ad414 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui5.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui5.cpp +@@ -438,6 +438,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiArea::actionEvent(arg__1); + } +@@ -455,6 +456,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiArea::changeEvent(arg__1); + } +@@ -472,6 +474,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiArea::childEvent(childEvent); + } +@@ -489,6 +492,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiArea::closeEvent(arg__1); + } +@@ -506,6 +510,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiArea::contextMenuEvent(arg__1); + } +@@ -523,6 +528,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiArea::customEvent(arg__1); + } +@@ -551,6 +557,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMdiArea::devType(); + } +@@ -568,6 +575,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiArea::dragEnterEvent(arg__1); + } +@@ -585,6 +593,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiArea::dragLeaveEvent(arg__1); + } +@@ -602,6 +611,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiArea::dragMoveEvent(arg__1); + } +@@ -619,6 +629,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiArea::dropEvent(arg__1); + } +@@ -636,6 +647,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiArea::enterEvent(arg__1); + } +@@ -664,6 +676,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMdiArea::event(event); + } +@@ -692,6 +705,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMdiArea::eventFilter(object, event); + } +@@ -709,6 +723,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiArea::focusInEvent(arg__1); + } +@@ -737,6 +752,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMdiArea::focusNextPrevChild(next); + } +@@ -754,6 +770,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiArea::focusOutEvent(arg__1); + } +@@ -782,6 +799,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMdiArea::heightForWidth(arg__1); + } +@@ -799,6 +817,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiArea::hideEvent(arg__1); + } +@@ -816,6 +835,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiArea::inputMethodEvent(arg__1); + } +@@ -844,6 +864,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMdiArea::inputMethodQuery(arg__1); + } +@@ -861,6 +882,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiArea::keyPressEvent(arg__1); + } +@@ -878,6 +900,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiArea::keyReleaseEvent(arg__1); + } +@@ -895,6 +918,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiArea::languageChange(); + } +@@ -912,6 +936,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiArea::leaveEvent(arg__1); + } +@@ -940,6 +965,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMdiArea::metric(arg__1); + } +@@ -957,6 +983,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiArea::mouseDoubleClickEvent(arg__1); + } +@@ -974,6 +1001,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiArea::mouseMoveEvent(arg__1); + } +@@ -991,6 +1019,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiArea::mousePressEvent(arg__1); + } +@@ -1008,6 +1037,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiArea::mouseReleaseEvent(arg__1); + } +@@ -1025,6 +1055,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiArea::moveEvent(arg__1); + } +@@ -1053,6 +1084,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMdiArea::paintEngine(); + } +@@ -1070,6 +1102,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiArea::paintEvent(paintEvent); + } +@@ -1087,6 +1120,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiArea::resizeEvent(resizeEvent); + } +@@ -1104,6 +1138,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiArea::scrollContentsBy(dx, dy); + } +@@ -1121,6 +1156,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiArea::showEvent(showEvent); + } +@@ -1138,6 +1174,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiArea::tabletEvent(arg__1); + } +@@ -1155,6 +1192,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiArea::timerEvent(timerEvent); + } +@@ -1183,6 +1221,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMdiArea::viewportEvent(event); + } +@@ -1200,6 +1239,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiArea::wheelEvent(arg__1); + } +@@ -1373,6 +1413,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiSubWindow::actionEvent(arg__1); + } +@@ -1390,6 +1431,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiSubWindow::changeEvent(changeEvent); + } +@@ -1407,6 +1449,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiSubWindow::childEvent(childEvent); + } +@@ -1424,6 +1467,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiSubWindow::closeEvent(closeEvent); + } +@@ -1441,6 +1485,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiSubWindow::contextMenuEvent(contextMenuEvent); + } +@@ -1458,6 +1503,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiSubWindow::customEvent(arg__1); + } +@@ -1486,6 +1532,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMdiSubWindow::devType(); + } +@@ -1503,6 +1550,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiSubWindow::dragEnterEvent(arg__1); + } +@@ -1520,6 +1568,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiSubWindow::dragLeaveEvent(arg__1); + } +@@ -1537,6 +1586,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiSubWindow::dragMoveEvent(arg__1); + } +@@ -1554,6 +1604,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiSubWindow::dropEvent(arg__1); + } +@@ -1571,6 +1622,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiSubWindow::enterEvent(arg__1); + } +@@ -1599,6 +1651,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMdiSubWindow::event(event); + } +@@ -1627,6 +1680,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMdiSubWindow::eventFilter(object, event); + } +@@ -1644,6 +1698,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiSubWindow::focusInEvent(focusInEvent); + } +@@ -1672,6 +1727,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMdiSubWindow::focusNextPrevChild(next); + } +@@ -1689,6 +1745,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiSubWindow::focusOutEvent(focusOutEvent); + } +@@ -1717,6 +1774,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMdiSubWindow::heightForWidth(arg__1); + } +@@ -1734,6 +1792,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiSubWindow::hideEvent(hideEvent); + } +@@ -1751,6 +1810,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiSubWindow::inputMethodEvent(arg__1); + } +@@ -1779,6 +1839,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMdiSubWindow::inputMethodQuery(arg__1); + } +@@ -1796,6 +1857,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiSubWindow::keyPressEvent(keyEvent); + } +@@ -1813,6 +1875,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiSubWindow::keyReleaseEvent(arg__1); + } +@@ -1830,6 +1893,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiSubWindow::languageChange(); + } +@@ -1847,6 +1911,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiSubWindow::leaveEvent(leaveEvent); + } +@@ -1875,6 +1940,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMdiSubWindow::metric(arg__1); + } +@@ -1892,6 +1958,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiSubWindow::mouseDoubleClickEvent(mouseEvent); + } +@@ -1909,6 +1976,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiSubWindow::mouseMoveEvent(mouseEvent); + } +@@ -1926,6 +1994,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiSubWindow::mousePressEvent(mouseEvent); + } +@@ -1943,6 +2012,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiSubWindow::mouseReleaseEvent(mouseEvent); + } +@@ -1960,6 +2030,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiSubWindow::moveEvent(moveEvent); + } +@@ -1988,6 +2059,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMdiSubWindow::paintEngine(); + } +@@ -2005,6 +2077,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiSubWindow::paintEvent(paintEvent); + } +@@ -2022,6 +2095,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiSubWindow::resizeEvent(resizeEvent); + } +@@ -2039,6 +2113,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiSubWindow::showEvent(showEvent); + } +@@ -2056,6 +2131,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiSubWindow::tabletEvent(arg__1); + } +@@ -2073,6 +2149,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiSubWindow::timerEvent(timerEvent); + } +@@ -2090,6 +2167,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMdiSubWindow::wheelEvent(arg__1); + } +@@ -2293,6 +2371,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenu::actionEvent(arg__1); + } +@@ -2310,6 +2389,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenu::changeEvent(arg__1); + } +@@ -2327,6 +2407,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenu::childEvent(arg__1); + } +@@ -2344,6 +2425,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenu::closeEvent(arg__1); + } +@@ -2361,6 +2443,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenu::contextMenuEvent(arg__1); + } +@@ -2378,6 +2461,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenu::customEvent(arg__1); + } +@@ -2406,6 +2490,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMenu::devType(); + } +@@ -2423,6 +2508,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenu::dragEnterEvent(arg__1); + } +@@ -2440,6 +2526,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenu::dragLeaveEvent(arg__1); + } +@@ -2457,6 +2544,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenu::dragMoveEvent(arg__1); + } +@@ -2474,6 +2562,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenu::dropEvent(arg__1); + } +@@ -2491,6 +2580,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenu::enterEvent(arg__1); + } +@@ -2519,6 +2609,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMenu::event(arg__1); + } +@@ -2547,6 +2638,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMenu::eventFilter(arg__1, arg__2); + } +@@ -2564,6 +2656,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenu::focusInEvent(arg__1); + } +@@ -2592,6 +2685,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMenu::focusNextPrevChild(next); + } +@@ -2609,6 +2703,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenu::focusOutEvent(arg__1); + } +@@ -2637,6 +2732,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMenu::heightForWidth(arg__1); + } +@@ -2654,6 +2750,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenu::hideEvent(arg__1); + } +@@ -2671,6 +2768,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenu::inputMethodEvent(arg__1); + } +@@ -2699,6 +2797,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMenu::inputMethodQuery(arg__1); + } +@@ -2716,6 +2815,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenu::keyPressEvent(arg__1); + } +@@ -2733,6 +2833,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenu::keyReleaseEvent(arg__1); + } +@@ -2750,6 +2851,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenu::languageChange(); + } +@@ -2767,6 +2869,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenu::leaveEvent(arg__1); + } +@@ -2795,6 +2898,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMenu::metric(arg__1); + } +@@ -2823,6 +2927,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMenu::minimumSizeHint(); + } +@@ -2840,6 +2945,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenu::mouseDoubleClickEvent(arg__1); + } +@@ -2857,6 +2963,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenu::mouseMoveEvent(arg__1); + } +@@ -2874,6 +2981,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenu::mousePressEvent(arg__1); + } +@@ -2891,6 +2999,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenu::mouseReleaseEvent(arg__1); + } +@@ -2908,6 +3017,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenu::moveEvent(arg__1); + } +@@ -2936,6 +3046,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMenu::paintEngine(); + } +@@ -2953,6 +3064,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenu::paintEvent(arg__1); + } +@@ -2970,6 +3082,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenu::resizeEvent(arg__1); + } +@@ -2987,6 +3100,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenu::showEvent(arg__1); + } +@@ -3004,6 +3118,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenu::tabletEvent(arg__1); + } +@@ -3021,6 +3136,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenu::timerEvent(arg__1); + } +@@ -3038,6 +3154,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenu::wheelEvent(arg__1); + } +@@ -3315,6 +3432,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenuBar::actionEvent(arg__1); + } +@@ -3332,6 +3450,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenuBar::changeEvent(arg__1); + } +@@ -3349,6 +3468,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenuBar::childEvent(arg__1); + } +@@ -3366,6 +3486,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenuBar::closeEvent(arg__1); + } +@@ -3383,6 +3504,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenuBar::contextMenuEvent(arg__1); + } +@@ -3400,6 +3522,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenuBar::customEvent(arg__1); + } +@@ -3428,6 +3551,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMenuBar::devType(); + } +@@ -3445,6 +3569,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenuBar::dragEnterEvent(arg__1); + } +@@ -3462,6 +3587,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenuBar::dragLeaveEvent(arg__1); + } +@@ -3479,6 +3605,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenuBar::dragMoveEvent(arg__1); + } +@@ -3496,6 +3623,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenuBar::dropEvent(arg__1); + } +@@ -3513,6 +3641,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenuBar::enterEvent(arg__1); + } +@@ -3541,6 +3670,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMenuBar::event(arg__1); + } +@@ -3569,6 +3699,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMenuBar::eventFilter(arg__1, arg__2); + } +@@ -3586,6 +3717,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenuBar::focusInEvent(arg__1); + } +@@ -3614,6 +3746,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMenuBar::focusNextPrevChild(next); + } +@@ -3631,6 +3764,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenuBar::focusOutEvent(arg__1); + } +@@ -3659,6 +3793,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMenuBar::heightForWidth(arg__1); + } +@@ -3676,6 +3811,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenuBar::hideEvent(arg__1); + } +@@ -3693,6 +3829,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenuBar::inputMethodEvent(arg__1); + } +@@ -3721,6 +3858,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMenuBar::inputMethodQuery(arg__1); + } +@@ -3738,6 +3876,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenuBar::keyPressEvent(arg__1); + } +@@ -3755,6 +3894,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenuBar::keyReleaseEvent(arg__1); + } +@@ -3772,6 +3912,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenuBar::languageChange(); + } +@@ -3789,6 +3930,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenuBar::leaveEvent(arg__1); + } +@@ -3817,6 +3959,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMenuBar::metric(arg__1); + } +@@ -3834,6 +3977,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenuBar::mouseDoubleClickEvent(arg__1); + } +@@ -3851,6 +3995,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenuBar::mouseMoveEvent(arg__1); + } +@@ -3868,6 +4013,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenuBar::mousePressEvent(arg__1); + } +@@ -3885,6 +4031,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenuBar::mouseReleaseEvent(arg__1); + } +@@ -3902,6 +4049,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenuBar::moveEvent(arg__1); + } +@@ -3930,6 +4078,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMenuBar::paintEngine(); + } +@@ -3947,6 +4096,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenuBar::paintEvent(arg__1); + } +@@ -3964,6 +4114,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenuBar::resizeEvent(arg__1); + } +@@ -3981,6 +4132,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenuBar::setVisible(visible); + } +@@ -3998,6 +4150,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenuBar::showEvent(arg__1); + } +@@ -4015,6 +4168,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenuBar::tabletEvent(arg__1); + } +@@ -4032,6 +4186,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenuBar::timerEvent(arg__1); + } +@@ -4049,6 +4204,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMenuBar::wheelEvent(arg__1); + } +@@ -4257,6 +4413,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::accept(); + } +@@ -4274,6 +4431,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::actionEvent(arg__1); + } +@@ -4291,6 +4449,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::changeEvent(event); + } +@@ -4308,6 +4467,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::childEvent(arg__1); + } +@@ -4325,6 +4485,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::closeEvent(event); + } +@@ -4342,6 +4503,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::contextMenuEvent(arg__1); + } +@@ -4359,6 +4521,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::customEvent(arg__1); + } +@@ -4387,6 +4550,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMessageBox::devType(); + } +@@ -4404,6 +4568,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::done(arg__1); + } +@@ -4421,6 +4586,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::dragEnterEvent(arg__1); + } +@@ -4438,6 +4604,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::dragLeaveEvent(arg__1); + } +@@ -4455,6 +4622,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::dragMoveEvent(arg__1); + } +@@ -4472,6 +4640,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::dropEvent(arg__1); + } +@@ -4489,6 +4658,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::enterEvent(arg__1); + } +@@ -4517,6 +4687,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMessageBox::event(e); + } +@@ -4545,6 +4716,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMessageBox::eventFilter(arg__1, arg__2); + } +@@ -4562,6 +4734,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::focusInEvent(arg__1); + } +@@ -4590,6 +4763,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMessageBox::focusNextPrevChild(next); + } +@@ -4607,6 +4781,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::focusOutEvent(arg__1); + } +@@ -4635,6 +4810,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMessageBox::heightForWidth(arg__1); + } +@@ -4652,6 +4828,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::hideEvent(arg__1); + } +@@ -4669,6 +4846,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::inputMethodEvent(arg__1); + } +@@ -4697,6 +4875,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMessageBox::inputMethodQuery(arg__1); + } +@@ -4714,6 +4893,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::keyPressEvent(event); + } +@@ -4731,6 +4911,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::keyReleaseEvent(arg__1); + } +@@ -4748,6 +4929,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::languageChange(); + } +@@ -4765,6 +4947,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::leaveEvent(arg__1); + } +@@ -4793,6 +4976,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMessageBox::metric(arg__1); + } +@@ -4810,6 +4994,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::mouseDoubleClickEvent(arg__1); + } +@@ -4827,6 +5012,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::mouseMoveEvent(arg__1); + } +@@ -4844,6 +5030,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::mousePressEvent(arg__1); + } +@@ -4861,6 +5048,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::mouseReleaseEvent(arg__1); + } +@@ -4878,6 +5066,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::moveEvent(arg__1); + } +@@ -4906,6 +5095,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMessageBox::paintEngine(); + } +@@ -4923,6 +5113,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::paintEvent(arg__1); + } +@@ -4940,6 +5131,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::reject(); + } +@@ -4957,6 +5149,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::resizeEvent(event); + } +@@ -4974,6 +5167,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::showEvent(event); + } +@@ -4991,6 +5185,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::tabletEvent(arg__1); + } +@@ -5008,6 +5203,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::timerEvent(arg__1); + } +@@ -5025,6 +5221,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMessageBox::wheelEvent(arg__1); + } +@@ -5292,6 +5489,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMotifStyle::childEvent(arg__1); + } +@@ -5309,6 +5507,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMotifStyle::customEvent(arg__1); + } +@@ -5326,6 +5525,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMotifStyle::drawComplexControl(cc, opt, p, w); + } +@@ -5343,6 +5543,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMotifStyle::drawControl(element, opt, p, w); + } +@@ -5360,6 +5561,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMotifStyle::drawItemPixmap(painter, rect, alignment, pixmap); + } +@@ -5377,6 +5579,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMotifStyle::drawItemText(painter, rect, flags, pal, enabled, text, textRole); + } +@@ -5394,6 +5597,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMotifStyle::drawPrimitive(pe, opt, p, w); + } +@@ -5422,6 +5626,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMotifStyle::event(arg__1); + } +@@ -5450,6 +5655,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMotifStyle::eventFilter(o, e); + } +@@ -5478,6 +5684,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMotifStyle::generatedIconPixmap(iconMode, pixmap, opt); + } +@@ -5506,6 +5713,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMotifStyle::hitTestComplexControl(cc, opt, pt, w); + } +@@ -5534,6 +5742,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMotifStyle::itemPixmapRect(r, flags, pixmap); + } +@@ -5562,6 +5771,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMotifStyle::pixelMetric(metric, option, widget); + } +@@ -5579,6 +5789,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMotifStyle::polish(arg__1); + } +@@ -5596,6 +5807,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMotifStyle::polish(arg__1); + } +@@ -5613,6 +5825,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMotifStyle::polish(arg__1); + } +@@ -5641,6 +5854,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMotifStyle::sizeFromContents(ct, opt, contentsSize, widget); + } +@@ -5669,6 +5883,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMotifStyle::standardPalette(); + } +@@ -5697,6 +5912,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPixmap(); + } +@@ -5725,6 +5941,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMotifStyle::styleHint(hint, opt, widget, returnData); + } +@@ -5753,6 +5970,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMotifStyle::subControlRect(cc, opt, sc, widget); + } +@@ -5781,6 +5999,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMotifStyle::subElementRect(r, opt, widget); + } +@@ -5798,6 +6017,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMotifStyle::timerEvent(event); + } +@@ -5815,6 +6035,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMotifStyle::unpolish(arg__1); + } +@@ -5832,6 +6053,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMotifStyle::unpolish(arg__1); + } +@@ -6015,6 +6237,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMouseEventTransition::childEvent(arg__1); + } +@@ -6032,6 +6255,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMouseEventTransition::customEvent(arg__1); + } +@@ -6060,6 +6284,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMouseEventTransition::event(e); + } +@@ -6088,6 +6313,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMouseEventTransition::eventFilter(arg__1, arg__2); + } +@@ -6116,6 +6342,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMouseEventTransition::eventTest(event); + } +@@ -6133,6 +6360,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMouseEventTransition::onTransition(event); + } +@@ -6150,6 +6378,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMouseEventTransition::timerEvent(arg__1); + } +@@ -6233,6 +6462,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMovie::childEvent(arg__1); + } +@@ -6250,6 +6480,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMovie::customEvent(arg__1); + } +@@ -6278,6 +6509,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMovie::event(arg__1); + } +@@ -6306,6 +6538,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QMovie::eventFilter(arg__1, arg__2); + } +@@ -6323,6 +6556,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QMovie::timerEvent(arg__1); + } +@@ -6474,6 +6708,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::accept(); + } +@@ -6491,6 +6726,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::actionEvent(arg__1); + } +@@ -6508,6 +6744,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::changeEvent(arg__1); + } +@@ -6525,6 +6762,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::childEvent(arg__1); + } +@@ -6542,6 +6780,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::closeEvent(arg__1); + } +@@ -6559,6 +6798,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::contextMenuEvent(arg__1); + } +@@ -6576,6 +6816,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::customEvent(arg__1); + } +@@ -6604,6 +6845,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPageSetupDialog::devType(); + } +@@ -6621,6 +6863,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::done(result); + } +@@ -6638,6 +6881,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::dragEnterEvent(arg__1); + } +@@ -6655,6 +6899,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::dragLeaveEvent(arg__1); + } +@@ -6672,6 +6917,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::dragMoveEvent(arg__1); + } +@@ -6689,6 +6935,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::dropEvent(arg__1); + } +@@ -6706,6 +6953,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::enterEvent(arg__1); + } +@@ -6734,6 +6982,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPageSetupDialog::event(arg__1); + } +@@ -6762,6 +7011,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPageSetupDialog::eventFilter(arg__1, arg__2); + } +@@ -6790,6 +7040,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPageSetupDialog::exec(); + } +@@ -6807,6 +7058,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::focusInEvent(arg__1); + } +@@ -6835,6 +7087,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPageSetupDialog::focusNextPrevChild(next); + } +@@ -6852,6 +7105,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::focusOutEvent(arg__1); + } +@@ -6880,6 +7134,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPageSetupDialog::heightForWidth(arg__1); + } +@@ -6897,6 +7152,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::hideEvent(arg__1); + } +@@ -6914,6 +7170,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::inputMethodEvent(arg__1); + } +@@ -6942,6 +7199,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPageSetupDialog::inputMethodQuery(arg__1); + } +@@ -6959,6 +7217,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::keyPressEvent(arg__1); + } +@@ -6976,6 +7235,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::keyReleaseEvent(arg__1); + } +@@ -6993,6 +7253,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::languageChange(); + } +@@ -7010,6 +7271,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::leaveEvent(arg__1); + } +@@ -7038,6 +7300,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPageSetupDialog::metric(arg__1); + } +@@ -7055,6 +7318,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::mouseDoubleClickEvent(arg__1); + } +@@ -7072,6 +7336,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::mouseMoveEvent(arg__1); + } +@@ -7089,6 +7354,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::mousePressEvent(arg__1); + } +@@ -7106,6 +7372,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::mouseReleaseEvent(arg__1); + } +@@ -7123,6 +7390,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::moveEvent(arg__1); + } +@@ -7151,6 +7419,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPageSetupDialog::paintEngine(); + } +@@ -7168,6 +7437,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::paintEvent(arg__1); + } +@@ -7185,6 +7455,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::reject(); + } +@@ -7202,6 +7473,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::resizeEvent(arg__1); + } +@@ -7219,6 +7491,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::showEvent(arg__1); + } +@@ -7236,6 +7509,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::tabletEvent(arg__1); + } +@@ -7253,6 +7527,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::timerEvent(arg__1); + } +@@ -7270,6 +7545,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPageSetupDialog::wheelEvent(arg__1); + } +@@ -7363,6 +7639,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPaintDevice::devType(); + } +@@ -7391,6 +7668,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPaintDevice::metric(metric); + } +@@ -7419,6 +7697,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return 0; + } +@@ -7523,6 +7802,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return bool(); + } +@@ -7551,6 +7831,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPaintEngine::coordinateOffset(); + } +@@ -7568,6 +7849,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPaintEngine::drawEllipse(r); + } +@@ -7585,6 +7867,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPaintEngine::drawEllipse(r); + } +@@ -7602,6 +7885,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPaintEngine::drawImage(r, pm, sr, flags); + } +@@ -7619,6 +7903,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPaintEngine::drawLines(lines, lineCount); + } +@@ -7636,6 +7921,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPaintEngine::drawLines(lines, lineCount); + } +@@ -7653,6 +7939,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPaintEngine::drawPath(path); + } +@@ -7670,6 +7957,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -7687,6 +7975,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPaintEngine::drawPoints(points, pointCount); + } +@@ -7704,6 +7993,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPaintEngine::drawPoints(points, pointCount); + } +@@ -7721,6 +8011,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPaintEngine::drawPolygon(points, pointCount, mode); + } +@@ -7738,6 +8029,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPaintEngine::drawPolygon(points, pointCount, mode); + } +@@ -7755,6 +8047,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPaintEngine::drawRects(rects, rectCount); + } +@@ -7772,6 +8065,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPaintEngine::drawRects(rects, rectCount); + } +@@ -7789,6 +8083,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPaintEngine::drawTextItem(p, textItem); + } +@@ -7806,6 +8101,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPaintEngine::drawTiledPixmap(r, pixmap, s); + } +@@ -7834,6 +8130,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return bool(); + } +@@ -7862,6 +8159,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPaintEngine::Type(); + } +@@ -7879,6 +8177,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -9578,6 +9877,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPanGesture::childEvent(arg__1); + } +@@ -9595,6 +9895,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPanGesture::customEvent(arg__1); + } +@@ -9623,6 +9924,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPanGesture::event(arg__1); + } +@@ -9651,6 +9953,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPanGesture::eventFilter(arg__1, arg__2); + } +@@ -9668,6 +9971,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPanGesture::timerEvent(arg__1); + } +@@ -9737,6 +10041,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPicture::devType(); + } +@@ -9765,6 +10070,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPicture::metric(m); + } +@@ -9793,6 +10099,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPicture::paintEngine(); + } +@@ -9810,6 +10117,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPicture::setData(data, size); + } +@@ -9912,6 +10220,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPictureFormatPlugin::childEvent(arg__1); + } +@@ -9929,6 +10238,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPictureFormatPlugin::customEvent(arg__1); + } +@@ -9957,6 +10267,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPictureFormatPlugin::event(arg__1); + } +@@ -9985,6 +10296,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPictureFormatPlugin::eventFilter(arg__1, arg__2); + } +@@ -10013,6 +10325,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return bool(); + } +@@ -10041,6 +10354,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringList(); + } +@@ -10069,6 +10383,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPictureFormatPlugin::loadPicture(format, filename, pic); + } +@@ -10097,6 +10412,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPictureFormatPlugin::savePicture(format, filename, pic); + } +@@ -10114,6 +10430,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPictureFormatPlugin::timerEvent(arg__1); + } +@@ -10281,6 +10598,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPinchGesture::childEvent(arg__1); + } +@@ -10298,6 +10616,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPinchGesture::customEvent(arg__1); + } +@@ -10326,6 +10645,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPinchGesture::event(arg__1); + } +@@ -10354,6 +10674,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPinchGesture::eventFilter(arg__1, arg__2); + } +@@ -10371,6 +10692,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPinchGesture::timerEvent(arg__1); + } +@@ -10621,6 +10943,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::actionEvent(arg__1); + } +@@ -10649,6 +10972,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPlainTextEdit::canInsertFromMimeData(source); + } +@@ -10666,6 +10990,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::changeEvent(e); + } +@@ -10683,6 +11008,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::childEvent(arg__1); + } +@@ -10700,6 +11026,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::closeEvent(arg__1); + } +@@ -10717,6 +11044,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::contextMenuEvent(e); + } +@@ -10745,6 +11073,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPlainTextEdit::createMimeDataFromSelection(); + } +@@ -10762,6 +11091,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::customEvent(arg__1); + } +@@ -10790,6 +11120,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPlainTextEdit::devType(); + } +@@ -10807,6 +11138,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::dragEnterEvent(e); + } +@@ -10824,6 +11156,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::dragLeaveEvent(e); + } +@@ -10841,6 +11174,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::dragMoveEvent(e); + } +@@ -10858,6 +11192,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::dropEvent(e); + } +@@ -10875,6 +11210,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::enterEvent(arg__1); + } +@@ -10903,6 +11239,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPlainTextEdit::event(e); + } +@@ -10931,6 +11268,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPlainTextEdit::eventFilter(arg__1, arg__2); + } +@@ -10948,6 +11286,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::focusInEvent(e); + } +@@ -10976,6 +11315,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPlainTextEdit::focusNextPrevChild(next); + } +@@ -10993,6 +11333,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::focusOutEvent(e); + } +@@ -11021,6 +11362,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPlainTextEdit::heightForWidth(arg__1); + } +@@ -11038,6 +11380,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::hideEvent(arg__1); + } +@@ -11055,6 +11398,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::inputMethodEvent(arg__1); + } +@@ -11083,6 +11427,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPlainTextEdit::inputMethodQuery(property); + } +@@ -11100,6 +11445,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::insertFromMimeData(source); + } +@@ -11117,6 +11463,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::keyPressEvent(e); + } +@@ -11134,6 +11481,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::keyReleaseEvent(e); + } +@@ -11151,6 +11499,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::languageChange(); + } +@@ -11168,6 +11517,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::leaveEvent(arg__1); + } +@@ -11196,6 +11546,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPlainTextEdit::loadResource(type, name); + } +@@ -11224,6 +11575,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPlainTextEdit::metric(arg__1); + } +@@ -11241,6 +11593,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::mouseDoubleClickEvent(e); + } +@@ -11258,6 +11611,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::mouseMoveEvent(e); + } +@@ -11275,6 +11629,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::mousePressEvent(e); + } +@@ -11292,6 +11647,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::mouseReleaseEvent(e); + } +@@ -11309,6 +11665,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::moveEvent(arg__1); + } +@@ -11337,6 +11694,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPlainTextEdit::paintEngine(); + } +@@ -11354,6 +11712,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::paintEvent(e); + } +@@ -11371,6 +11730,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::resizeEvent(e); + } +@@ -11388,6 +11748,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::scrollContentsBy(dx, dy); + } +@@ -11405,6 +11766,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::showEvent(arg__1); + } +@@ -11422,6 +11784,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::tabletEvent(arg__1); + } +@@ -11439,6 +11802,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::timerEvent(e); + } +@@ -11467,6 +11831,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPlainTextEdit::viewportEvent(arg__1); + } +@@ -11484,6 +11849,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlainTextEdit::wheelEvent(e); + } +@@ -11881,6 +12247,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlastiqueStyle::childEvent(arg__1); + } +@@ -11898,6 +12265,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlastiqueStyle::customEvent(arg__1); + } +@@ -11915,6 +12283,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlastiqueStyle::drawComplexControl(control, option, painter, widget); + } +@@ -11932,6 +12301,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlastiqueStyle::drawControl(element, option, painter, widget); + } +@@ -11949,6 +12319,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlastiqueStyle::drawItemPixmap(painter, rect, alignment, pixmap); + } +@@ -11966,6 +12337,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlastiqueStyle::drawItemText(painter, rect, flags, pal, enabled, text, textRole); + } +@@ -11983,6 +12355,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlastiqueStyle::drawPrimitive(element, option, painter, widget); + } +@@ -12011,6 +12384,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPlastiqueStyle::event(arg__1); + } +@@ -12039,6 +12413,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPlastiqueStyle::eventFilter(watched, event); + } +@@ -12067,6 +12442,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPlastiqueStyle::generatedIconPixmap(iconMode, pixmap, opt); + } +@@ -12095,6 +12471,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPlastiqueStyle::hitTestComplexControl(control, option, pos, widget); + } +@@ -12123,6 +12500,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPlastiqueStyle::itemPixmapRect(r, flags, pixmap); + } +@@ -12151,6 +12529,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPlastiqueStyle::pixelMetric(metric, option, widget); + } +@@ -12168,6 +12547,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlastiqueStyle::polish(app); + } +@@ -12185,6 +12565,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlastiqueStyle::polish(pal); + } +@@ -12202,6 +12583,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlastiqueStyle::polish(widget); + } +@@ -12230,6 +12612,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPlastiqueStyle::sizeFromContents(type, option, size, widget); + } +@@ -12258,6 +12641,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPlastiqueStyle::standardPalette(); + } +@@ -12286,6 +12670,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPixmap(); + } +@@ -12314,6 +12699,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPlastiqueStyle::styleHint(hint, option, widget, returnData); + } +@@ -12342,6 +12728,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPlastiqueStyle::subControlRect(cc, opt, sc, widget); + } +@@ -12370,6 +12757,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPlastiqueStyle::subElementRect(element, option, widget); + } +@@ -12387,6 +12775,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlastiqueStyle::timerEvent(event); + } +@@ -12404,6 +12793,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlastiqueStyle::unpolish(app); + } +@@ -12421,6 +12811,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPlastiqueStyle::unpolish(widget); + } +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui6.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui6.cpp +index 4eb41a2..45c8c00 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui6.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui6.cpp +@@ -85,6 +85,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::accept(); + } +@@ -102,6 +103,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::actionEvent(arg__1); + } +@@ -119,6 +121,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::changeEvent(arg__1); + } +@@ -136,6 +139,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::childEvent(arg__1); + } +@@ -153,6 +157,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::closeEvent(arg__1); + } +@@ -170,6 +175,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::contextMenuEvent(arg__1); + } +@@ -187,6 +193,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::customEvent(arg__1); + } +@@ -215,6 +222,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPrintDialog::devType(); + } +@@ -232,6 +240,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::done(result); + } +@@ -249,6 +258,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::dragEnterEvent(arg__1); + } +@@ -266,6 +276,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::dragLeaveEvent(arg__1); + } +@@ -283,6 +294,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::dragMoveEvent(arg__1); + } +@@ -300,6 +312,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::dropEvent(arg__1); + } +@@ -317,6 +330,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::enterEvent(arg__1); + } +@@ -345,6 +359,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPrintDialog::event(arg__1); + } +@@ -373,6 +388,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPrintDialog::eventFilter(arg__1, arg__2); + } +@@ -401,6 +417,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPrintDialog::exec(); + } +@@ -418,6 +435,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::focusInEvent(arg__1); + } +@@ -446,6 +464,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPrintDialog::focusNextPrevChild(next); + } +@@ -463,6 +482,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::focusOutEvent(arg__1); + } +@@ -491,6 +511,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPrintDialog::heightForWidth(arg__1); + } +@@ -508,6 +529,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::hideEvent(arg__1); + } +@@ -525,6 +547,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::inputMethodEvent(arg__1); + } +@@ -553,6 +576,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPrintDialog::inputMethodQuery(arg__1); + } +@@ -570,6 +594,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::keyPressEvent(arg__1); + } +@@ -587,6 +612,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::keyReleaseEvent(arg__1); + } +@@ -604,6 +630,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::languageChange(); + } +@@ -621,6 +648,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::leaveEvent(arg__1); + } +@@ -649,6 +677,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPrintDialog::metric(arg__1); + } +@@ -666,6 +695,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::mouseDoubleClickEvent(arg__1); + } +@@ -683,6 +713,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::mouseMoveEvent(arg__1); + } +@@ -700,6 +731,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::mousePressEvent(arg__1); + } +@@ -717,6 +749,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::mouseReleaseEvent(arg__1); + } +@@ -734,6 +767,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::moveEvent(arg__1); + } +@@ -762,6 +796,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPrintDialog::paintEngine(); + } +@@ -779,6 +814,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::paintEvent(arg__1); + } +@@ -796,6 +832,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::reject(); + } +@@ -813,6 +850,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::resizeEvent(arg__1); + } +@@ -830,6 +868,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::showEvent(arg__1); + } +@@ -847,6 +886,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::tabletEvent(arg__1); + } +@@ -864,6 +904,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::timerEvent(arg__1); + } +@@ -881,6 +922,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintDialog::wheelEvent(arg__1); + } +@@ -964,6 +1006,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return bool(); + } +@@ -992,6 +1035,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -1020,6 +1064,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return bool(); + } +@@ -1048,6 +1093,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPrinter::PrinterState(); + } +@@ -1076,6 +1122,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QVariant(); + } +@@ -1093,6 +1140,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -1116,6 +1164,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::accept(); + } +@@ -1133,6 +1182,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::actionEvent(arg__1); + } +@@ -1150,6 +1200,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::changeEvent(arg__1); + } +@@ -1167,6 +1218,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::childEvent(arg__1); + } +@@ -1184,6 +1236,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::closeEvent(arg__1); + } +@@ -1201,6 +1254,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::contextMenuEvent(arg__1); + } +@@ -1218,6 +1272,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::customEvent(arg__1); + } +@@ -1246,6 +1301,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPrintPreviewDialog::devType(); + } +@@ -1263,6 +1319,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::done(result); + } +@@ -1280,6 +1337,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::dragEnterEvent(arg__1); + } +@@ -1297,6 +1355,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::dragLeaveEvent(arg__1); + } +@@ -1314,6 +1373,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::dragMoveEvent(arg__1); + } +@@ -1331,6 +1391,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::dropEvent(arg__1); + } +@@ -1348,6 +1409,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::enterEvent(arg__1); + } +@@ -1376,6 +1438,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPrintPreviewDialog::event(arg__1); + } +@@ -1404,6 +1467,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPrintPreviewDialog::eventFilter(arg__1, arg__2); + } +@@ -1421,6 +1485,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::focusInEvent(arg__1); + } +@@ -1449,6 +1514,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPrintPreviewDialog::focusNextPrevChild(next); + } +@@ -1466,6 +1532,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::focusOutEvent(arg__1); + } +@@ -1494,6 +1561,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPrintPreviewDialog::heightForWidth(arg__1); + } +@@ -1511,6 +1579,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::hideEvent(arg__1); + } +@@ -1528,6 +1597,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::inputMethodEvent(arg__1); + } +@@ -1556,6 +1626,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPrintPreviewDialog::inputMethodQuery(arg__1); + } +@@ -1573,6 +1644,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::keyPressEvent(arg__1); + } +@@ -1590,6 +1662,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::keyReleaseEvent(arg__1); + } +@@ -1607,6 +1680,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::languageChange(); + } +@@ -1624,6 +1698,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::leaveEvent(arg__1); + } +@@ -1652,6 +1727,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPrintPreviewDialog::metric(arg__1); + } +@@ -1669,6 +1745,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::mouseDoubleClickEvent(arg__1); + } +@@ -1686,6 +1763,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::mouseMoveEvent(arg__1); + } +@@ -1703,6 +1781,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::mousePressEvent(arg__1); + } +@@ -1720,6 +1799,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::mouseReleaseEvent(arg__1); + } +@@ -1737,6 +1817,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::moveEvent(arg__1); + } +@@ -1765,6 +1846,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPrintPreviewDialog::paintEngine(); + } +@@ -1782,6 +1864,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::paintEvent(arg__1); + } +@@ -1799,6 +1882,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::reject(); + } +@@ -1816,6 +1900,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::resizeEvent(arg__1); + } +@@ -1833,6 +1918,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::showEvent(arg__1); + } +@@ -1850,6 +1936,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::tabletEvent(arg__1); + } +@@ -1867,6 +1954,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::timerEvent(arg__1); + } +@@ -1884,6 +1972,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewDialog::wheelEvent(arg__1); + } +@@ -1936,6 +2025,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewWidget::actionEvent(arg__1); + } +@@ -1953,6 +2043,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewWidget::changeEvent(arg__1); + } +@@ -1970,6 +2061,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewWidget::childEvent(arg__1); + } +@@ -1987,6 +2079,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewWidget::closeEvent(arg__1); + } +@@ -2004,6 +2097,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewWidget::contextMenuEvent(arg__1); + } +@@ -2021,6 +2115,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewWidget::customEvent(arg__1); + } +@@ -2049,6 +2144,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPrintPreviewWidget::devType(); + } +@@ -2066,6 +2162,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewWidget::dragEnterEvent(arg__1); + } +@@ -2083,6 +2180,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewWidget::dragLeaveEvent(arg__1); + } +@@ -2100,6 +2198,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewWidget::dragMoveEvent(arg__1); + } +@@ -2117,6 +2216,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewWidget::dropEvent(arg__1); + } +@@ -2134,6 +2234,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewWidget::enterEvent(arg__1); + } +@@ -2162,6 +2263,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPrintPreviewWidget::event(arg__1); + } +@@ -2190,6 +2292,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPrintPreviewWidget::eventFilter(arg__1, arg__2); + } +@@ -2207,6 +2310,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewWidget::focusInEvent(arg__1); + } +@@ -2235,6 +2339,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPrintPreviewWidget::focusNextPrevChild(next); + } +@@ -2252,6 +2357,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewWidget::focusOutEvent(arg__1); + } +@@ -2280,6 +2386,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPrintPreviewWidget::heightForWidth(arg__1); + } +@@ -2297,6 +2404,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewWidget::hideEvent(arg__1); + } +@@ -2314,6 +2422,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewWidget::inputMethodEvent(arg__1); + } +@@ -2342,6 +2451,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPrintPreviewWidget::inputMethodQuery(arg__1); + } +@@ -2359,6 +2469,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewWidget::keyPressEvent(arg__1); + } +@@ -2376,6 +2487,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewWidget::keyReleaseEvent(arg__1); + } +@@ -2393,6 +2505,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewWidget::languageChange(); + } +@@ -2410,6 +2523,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewWidget::leaveEvent(arg__1); + } +@@ -2438,6 +2552,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPrintPreviewWidget::metric(arg__1); + } +@@ -2466,6 +2581,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPrintPreviewWidget::minimumSizeHint(); + } +@@ -2483,6 +2599,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewWidget::mouseDoubleClickEvent(arg__1); + } +@@ -2500,6 +2617,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewWidget::mouseMoveEvent(arg__1); + } +@@ -2517,6 +2635,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewWidget::mousePressEvent(arg__1); + } +@@ -2534,6 +2653,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewWidget::mouseReleaseEvent(arg__1); + } +@@ -2551,6 +2671,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewWidget::moveEvent(arg__1); + } +@@ -2579,6 +2700,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPrintPreviewWidget::paintEngine(); + } +@@ -2596,6 +2718,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewWidget::paintEvent(arg__1); + } +@@ -2613,6 +2736,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewWidget::resizeEvent(arg__1); + } +@@ -2630,6 +2754,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewWidget::showEvent(arg__1); + } +@@ -2658,6 +2783,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPrintPreviewWidget::sizeHint(); + } +@@ -2675,6 +2801,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewWidget::tabletEvent(arg__1); + } +@@ -2692,6 +2819,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewWidget::timerEvent(arg__1); + } +@@ -2709,6 +2837,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPrintPreviewWidget::wheelEvent(arg__1); + } +@@ -2787,6 +2916,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPrinter::devType(); + } +@@ -2815,6 +2945,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPrinter::metric(arg__1); + } +@@ -2843,6 +2974,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPrinter::paintEngine(); + } +@@ -3175,6 +3307,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressBar::actionEvent(arg__1); + } +@@ -3192,6 +3325,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressBar::changeEvent(arg__1); + } +@@ -3209,6 +3343,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressBar::childEvent(arg__1); + } +@@ -3226,6 +3361,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressBar::closeEvent(arg__1); + } +@@ -3243,6 +3379,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressBar::contextMenuEvent(arg__1); + } +@@ -3260,6 +3397,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressBar::customEvent(arg__1); + } +@@ -3288,6 +3426,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProgressBar::devType(); + } +@@ -3305,6 +3444,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressBar::dragEnterEvent(arg__1); + } +@@ -3322,6 +3462,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressBar::dragLeaveEvent(arg__1); + } +@@ -3339,6 +3480,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressBar::dragMoveEvent(arg__1); + } +@@ -3356,6 +3498,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressBar::dropEvent(arg__1); + } +@@ -3373,6 +3516,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressBar::enterEvent(arg__1); + } +@@ -3401,6 +3545,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProgressBar::event(e); + } +@@ -3429,6 +3574,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProgressBar::eventFilter(arg__1, arg__2); + } +@@ -3446,6 +3592,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressBar::focusInEvent(arg__1); + } +@@ -3474,6 +3621,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProgressBar::focusNextPrevChild(next); + } +@@ -3491,6 +3639,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressBar::focusOutEvent(arg__1); + } +@@ -3519,6 +3668,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProgressBar::heightForWidth(arg__1); + } +@@ -3536,6 +3686,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressBar::hideEvent(arg__1); + } +@@ -3553,6 +3704,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressBar::inputMethodEvent(arg__1); + } +@@ -3581,6 +3733,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProgressBar::inputMethodQuery(arg__1); + } +@@ -3598,6 +3751,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressBar::keyPressEvent(arg__1); + } +@@ -3615,6 +3769,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressBar::keyReleaseEvent(arg__1); + } +@@ -3632,6 +3787,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressBar::languageChange(); + } +@@ -3649,6 +3805,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressBar::leaveEvent(arg__1); + } +@@ -3677,6 +3834,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProgressBar::metric(arg__1); + } +@@ -3694,6 +3852,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressBar::mouseDoubleClickEvent(arg__1); + } +@@ -3711,6 +3870,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressBar::mouseMoveEvent(arg__1); + } +@@ -3728,6 +3888,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressBar::mousePressEvent(arg__1); + } +@@ -3745,6 +3906,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressBar::mouseReleaseEvent(arg__1); + } +@@ -3762,6 +3924,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressBar::moveEvent(arg__1); + } +@@ -3790,6 +3953,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProgressBar::paintEngine(); + } +@@ -3807,6 +3971,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressBar::paintEvent(arg__1); + } +@@ -3824,6 +3989,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressBar::resizeEvent(arg__1); + } +@@ -3841,6 +4007,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressBar::showEvent(arg__1); + } +@@ -3858,6 +4025,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressBar::tabletEvent(arg__1); + } +@@ -3886,6 +4054,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProgressBar::text(); + } +@@ -3903,6 +4072,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressBar::timerEvent(arg__1); + } +@@ -3920,6 +4090,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressBar::wheelEvent(arg__1); + } +@@ -4038,6 +4209,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::accept(); + } +@@ -4055,6 +4227,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::actionEvent(arg__1); + } +@@ -4072,6 +4245,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::changeEvent(event); + } +@@ -4089,6 +4263,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::childEvent(arg__1); + } +@@ -4106,6 +4281,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::closeEvent(event); + } +@@ -4123,6 +4299,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::contextMenuEvent(arg__1); + } +@@ -4140,6 +4317,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::customEvent(arg__1); + } +@@ -4168,6 +4346,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProgressDialog::devType(); + } +@@ -4185,6 +4364,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::done(arg__1); + } +@@ -4202,6 +4382,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::dragEnterEvent(arg__1); + } +@@ -4219,6 +4400,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::dragLeaveEvent(arg__1); + } +@@ -4236,6 +4418,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::dragMoveEvent(arg__1); + } +@@ -4253,6 +4436,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::dropEvent(arg__1); + } +@@ -4270,6 +4454,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::enterEvent(arg__1); + } +@@ -4298,6 +4483,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProgressDialog::event(arg__1); + } +@@ -4326,6 +4512,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProgressDialog::eventFilter(arg__1, arg__2); + } +@@ -4343,6 +4530,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::focusInEvent(arg__1); + } +@@ -4371,6 +4559,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProgressDialog::focusNextPrevChild(next); + } +@@ -4388,6 +4577,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::focusOutEvent(arg__1); + } +@@ -4416,6 +4606,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProgressDialog::heightForWidth(arg__1); + } +@@ -4433,6 +4624,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::hideEvent(arg__1); + } +@@ -4450,6 +4642,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::inputMethodEvent(arg__1); + } +@@ -4478,6 +4671,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProgressDialog::inputMethodQuery(arg__1); + } +@@ -4495,6 +4689,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::keyPressEvent(arg__1); + } +@@ -4512,6 +4707,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::keyReleaseEvent(arg__1); + } +@@ -4529,6 +4725,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::languageChange(); + } +@@ -4546,6 +4743,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::leaveEvent(arg__1); + } +@@ -4574,6 +4772,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProgressDialog::metric(arg__1); + } +@@ -4591,6 +4790,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::mouseDoubleClickEvent(arg__1); + } +@@ -4608,6 +4808,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::mouseMoveEvent(arg__1); + } +@@ -4625,6 +4826,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::mousePressEvent(arg__1); + } +@@ -4642,6 +4844,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::mouseReleaseEvent(arg__1); + } +@@ -4659,6 +4862,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::moveEvent(arg__1); + } +@@ -4687,6 +4891,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProgressDialog::paintEngine(); + } +@@ -4704,6 +4909,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::paintEvent(arg__1); + } +@@ -4721,6 +4927,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::reject(); + } +@@ -4738,6 +4945,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::resizeEvent(event); + } +@@ -4755,6 +4963,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::showEvent(event); + } +@@ -4772,6 +4981,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::tabletEvent(arg__1); + } +@@ -4789,6 +4999,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::timerEvent(arg__1); + } +@@ -4806,6 +5017,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProgressDialog::wheelEvent(arg__1); + } +@@ -4933,6 +5145,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProxyStyle::childEvent(arg__1); + } +@@ -4950,6 +5163,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProxyStyle::customEvent(arg__1); + } +@@ -4967,6 +5181,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProxyStyle::drawComplexControl(control, option, painter, widget); + } +@@ -4984,6 +5199,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProxyStyle::drawControl(element, option, painter, widget); + } +@@ -5001,6 +5217,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProxyStyle::drawItemPixmap(painter, rect, alignment, pixmap); + } +@@ -5018,6 +5235,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProxyStyle::drawItemText(painter, rect, flags, pal, enabled, text, textRole); + } +@@ -5035,6 +5253,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProxyStyle::drawPrimitive(element, option, painter, widget); + } +@@ -5063,6 +5282,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProxyStyle::event(e); + } +@@ -5091,6 +5311,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProxyStyle::eventFilter(arg__1, arg__2); + } +@@ -5119,6 +5340,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProxyStyle::generatedIconPixmap(iconMode, pixmap, opt); + } +@@ -5147,6 +5369,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProxyStyle::hitTestComplexControl(control, option, pos, widget); + } +@@ -5175,6 +5398,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProxyStyle::itemPixmapRect(r, flags, pixmap); + } +@@ -5203,6 +5427,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProxyStyle::pixelMetric(metric, option, widget); + } +@@ -5220,6 +5445,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProxyStyle::polish(app); + } +@@ -5237,6 +5463,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProxyStyle::polish(pal); + } +@@ -5254,6 +5481,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProxyStyle::polish(widget); + } +@@ -5282,6 +5510,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProxyStyle::sizeFromContents(type, option, size, widget); + } +@@ -5310,6 +5539,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProxyStyle::standardPalette(); + } +@@ -5338,6 +5568,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProxyStyle::standardPixmap(standardPixmap, opt, widget); + } +@@ -5366,6 +5597,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProxyStyle::styleHint(hint, option, widget, returnData); + } +@@ -5394,6 +5626,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProxyStyle::subControlRect(cc, opt, sc, widget); + } +@@ -5422,6 +5655,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QProxyStyle::subElementRect(element, option, widget); + } +@@ -5439,6 +5673,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProxyStyle::timerEvent(arg__1); + } +@@ -5456,6 +5691,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProxyStyle::unpolish(app); + } +@@ -5473,6 +5709,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QProxyStyle::unpolish(widget); + } +@@ -5616,6 +5853,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::actionEvent(arg__1); + } +@@ -5633,6 +5871,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::changeEvent(e); + } +@@ -5650,6 +5889,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::checkStateSet(); + } +@@ -5667,6 +5907,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::childEvent(arg__1); + } +@@ -5684,6 +5925,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::closeEvent(arg__1); + } +@@ -5701,6 +5943,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::contextMenuEvent(arg__1); + } +@@ -5718,6 +5961,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::customEvent(arg__1); + } +@@ -5746,6 +5990,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPushButton::devType(); + } +@@ -5763,6 +6008,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::dragEnterEvent(arg__1); + } +@@ -5780,6 +6026,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::dragLeaveEvent(arg__1); + } +@@ -5797,6 +6044,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::dragMoveEvent(arg__1); + } +@@ -5814,6 +6062,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::dropEvent(arg__1); + } +@@ -5831,6 +6080,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::enterEvent(arg__1); + } +@@ -5859,6 +6109,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPushButton::event(e); + } +@@ -5887,6 +6138,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPushButton::eventFilter(arg__1, arg__2); + } +@@ -5904,6 +6156,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::focusInEvent(arg__1); + } +@@ -5932,6 +6185,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPushButton::focusNextPrevChild(next); + } +@@ -5949,6 +6203,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::focusOutEvent(arg__1); + } +@@ -5977,6 +6232,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPushButton::heightForWidth(arg__1); + } +@@ -5994,6 +6250,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::hideEvent(arg__1); + } +@@ -6022,6 +6279,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPushButton::hitButton(pos); + } +@@ -6039,6 +6297,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::inputMethodEvent(arg__1); + } +@@ -6067,6 +6326,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPushButton::inputMethodQuery(arg__1); + } +@@ -6084,6 +6344,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::keyPressEvent(arg__1); + } +@@ -6101,6 +6362,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::keyReleaseEvent(e); + } +@@ -6118,6 +6380,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::languageChange(); + } +@@ -6135,6 +6398,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::leaveEvent(arg__1); + } +@@ -6163,6 +6427,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPushButton::metric(arg__1); + } +@@ -6180,6 +6445,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::mouseDoubleClickEvent(arg__1); + } +@@ -6197,6 +6463,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::mouseMoveEvent(e); + } +@@ -6214,6 +6481,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::mousePressEvent(e); + } +@@ -6231,6 +6499,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::mouseReleaseEvent(e); + } +@@ -6248,6 +6517,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::moveEvent(arg__1); + } +@@ -6265,6 +6535,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::nextCheckState(); + } +@@ -6293,6 +6564,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPushButton::paintEngine(); + } +@@ -6310,6 +6582,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::paintEvent(arg__1); + } +@@ -6327,6 +6600,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::resizeEvent(arg__1); + } +@@ -6344,6 +6618,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::showEvent(arg__1); + } +@@ -6361,6 +6636,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::tabletEvent(arg__1); + } +@@ -6378,6 +6654,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::timerEvent(e); + } +@@ -6395,6 +6672,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QPushButton::wheelEvent(arg__1); + } +@@ -6775,6 +7053,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::actionEvent(arg__1); + } +@@ -6792,6 +7071,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::changeEvent(e); + } +@@ -6809,6 +7089,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::checkStateSet(); + } +@@ -6826,6 +7107,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::childEvent(arg__1); + } +@@ -6843,6 +7125,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::closeEvent(arg__1); + } +@@ -6860,6 +7143,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::contextMenuEvent(arg__1); + } +@@ -6877,6 +7161,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::customEvent(arg__1); + } +@@ -6905,6 +7190,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRadioButton::devType(); + } +@@ -6922,6 +7208,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::dragEnterEvent(arg__1); + } +@@ -6939,6 +7226,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::dragLeaveEvent(arg__1); + } +@@ -6956,6 +7244,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::dragMoveEvent(arg__1); + } +@@ -6973,6 +7262,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::dropEvent(arg__1); + } +@@ -6990,6 +7280,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::enterEvent(arg__1); + } +@@ -7018,6 +7309,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRadioButton::event(e); + } +@@ -7046,6 +7338,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRadioButton::eventFilter(arg__1, arg__2); + } +@@ -7063,6 +7356,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::focusInEvent(e); + } +@@ -7091,6 +7385,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRadioButton::focusNextPrevChild(next); + } +@@ -7108,6 +7403,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::focusOutEvent(e); + } +@@ -7136,6 +7432,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRadioButton::heightForWidth(arg__1); + } +@@ -7153,6 +7450,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::hideEvent(arg__1); + } +@@ -7181,6 +7479,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRadioButton::hitButton(arg__1); + } +@@ -7198,6 +7497,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::inputMethodEvent(arg__1); + } +@@ -7226,6 +7526,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRadioButton::inputMethodQuery(arg__1); + } +@@ -7243,6 +7544,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::keyPressEvent(e); + } +@@ -7260,6 +7562,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::keyReleaseEvent(e); + } +@@ -7277,6 +7580,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::languageChange(); + } +@@ -7294,6 +7598,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::leaveEvent(arg__1); + } +@@ -7322,6 +7627,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRadioButton::metric(arg__1); + } +@@ -7350,6 +7656,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRadioButton::minimumSizeHint(); + } +@@ -7367,6 +7674,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::mouseDoubleClickEvent(arg__1); + } +@@ -7384,6 +7692,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::mouseMoveEvent(arg__1); + } +@@ -7401,6 +7710,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::mousePressEvent(e); + } +@@ -7418,6 +7728,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::mouseReleaseEvent(e); + } +@@ -7435,6 +7746,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::moveEvent(arg__1); + } +@@ -7452,6 +7764,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::nextCheckState(); + } +@@ -7480,6 +7793,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRadioButton::paintEngine(); + } +@@ -7497,6 +7811,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::paintEvent(arg__1); + } +@@ -7514,6 +7829,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::resizeEvent(arg__1); + } +@@ -7531,6 +7847,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::showEvent(arg__1); + } +@@ -7548,6 +7865,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::tabletEvent(arg__1); + } +@@ -7565,6 +7883,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::timerEvent(e); + } +@@ -7582,6 +7901,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRadioButton::wheelEvent(arg__1); + } +@@ -7634,6 +7954,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRegExpValidator::childEvent(arg__1); + } +@@ -7651,6 +7972,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRegExpValidator::customEvent(arg__1); + } +@@ -7679,6 +8001,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRegExpValidator::event(arg__1); + } +@@ -7707,6 +8030,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRegExpValidator::eventFilter(arg__1, arg__2); + } +@@ -7724,6 +8048,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRegExpValidator::fixup(arg__1); + } +@@ -7741,6 +8066,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRegExpValidator::timerEvent(arg__1); + } +@@ -7769,6 +8095,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRegExpValidator::validate(input, pos); + } +@@ -7827,6 +8154,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRubberBand::actionEvent(arg__1); + } +@@ -7844,6 +8172,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRubberBand::changeEvent(arg__1); + } +@@ -7861,6 +8190,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRubberBand::childEvent(arg__1); + } +@@ -7878,6 +8208,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRubberBand::closeEvent(arg__1); + } +@@ -7895,6 +8226,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRubberBand::contextMenuEvent(arg__1); + } +@@ -7912,6 +8244,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRubberBand::customEvent(arg__1); + } +@@ -7940,6 +8273,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRubberBand::devType(); + } +@@ -7957,6 +8291,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRubberBand::dragEnterEvent(arg__1); + } +@@ -7974,6 +8309,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRubberBand::dragLeaveEvent(arg__1); + } +@@ -7991,6 +8327,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRubberBand::dragMoveEvent(arg__1); + } +@@ -8008,6 +8345,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRubberBand::dropEvent(arg__1); + } +@@ -8025,6 +8363,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRubberBand::enterEvent(arg__1); + } +@@ -8053,6 +8392,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRubberBand::event(e); + } +@@ -8081,6 +8421,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRubberBand::eventFilter(arg__1, arg__2); + } +@@ -8098,6 +8439,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRubberBand::focusInEvent(arg__1); + } +@@ -8126,6 +8468,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRubberBand::focusNextPrevChild(next); + } +@@ -8143,6 +8486,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRubberBand::focusOutEvent(arg__1); + } +@@ -8171,6 +8515,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRubberBand::heightForWidth(arg__1); + } +@@ -8188,6 +8533,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRubberBand::hideEvent(arg__1); + } +@@ -8205,6 +8551,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRubberBand::inputMethodEvent(arg__1); + } +@@ -8233,6 +8580,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRubberBand::inputMethodQuery(arg__1); + } +@@ -8250,6 +8598,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRubberBand::keyPressEvent(arg__1); + } +@@ -8267,6 +8616,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRubberBand::keyReleaseEvent(arg__1); + } +@@ -8284,6 +8634,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRubberBand::languageChange(); + } +@@ -8301,6 +8652,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRubberBand::leaveEvent(arg__1); + } +@@ -8329,6 +8681,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRubberBand::metric(arg__1); + } +@@ -8357,6 +8710,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRubberBand::minimumSizeHint(); + } +@@ -8374,6 +8728,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRubberBand::mouseDoubleClickEvent(arg__1); + } +@@ -8391,6 +8746,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRubberBand::mouseMoveEvent(arg__1); + } +@@ -8408,6 +8764,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRubberBand::mousePressEvent(arg__1); + } +@@ -8425,6 +8782,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRubberBand::mouseReleaseEvent(arg__1); + } +@@ -8442,6 +8800,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRubberBand::moveEvent(arg__1); + } +@@ -8470,6 +8829,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRubberBand::paintEngine(); + } +@@ -8487,6 +8847,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRubberBand::paintEvent(arg__1); + } +@@ -8504,6 +8865,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRubberBand::resizeEvent(arg__1); + } +@@ -8521,6 +8883,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRubberBand::showEvent(arg__1); + } +@@ -8549,6 +8912,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRubberBand::sizeHint(); + } +@@ -8566,6 +8930,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRubberBand::tabletEvent(arg__1); + } +@@ -8583,6 +8948,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRubberBand::timerEvent(arg__1); + } +@@ -8600,6 +8966,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QRubberBand::wheelEvent(arg__1); + } +@@ -8688,6 +9055,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollArea::actionEvent(arg__1); + } +@@ -8705,6 +9073,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollArea::changeEvent(arg__1); + } +@@ -8722,6 +9091,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollArea::childEvent(arg__1); + } +@@ -8739,6 +9109,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollArea::closeEvent(arg__1); + } +@@ -8756,6 +9127,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollArea::contextMenuEvent(arg__1); + } +@@ -8773,6 +9145,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollArea::customEvent(arg__1); + } +@@ -8801,6 +9174,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QScrollArea::devType(); + } +@@ -8818,6 +9192,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollArea::dragEnterEvent(arg__1); + } +@@ -8835,6 +9210,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollArea::dragLeaveEvent(arg__1); + } +@@ -8852,6 +9228,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollArea::dragMoveEvent(arg__1); + } +@@ -8869,6 +9246,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollArea::dropEvent(arg__1); + } +@@ -8886,6 +9264,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollArea::enterEvent(arg__1); + } +@@ -8914,6 +9293,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QScrollArea::event(arg__1); + } +@@ -8942,6 +9322,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QScrollArea::eventFilter(arg__1, arg__2); + } +@@ -8959,6 +9340,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollArea::focusInEvent(arg__1); + } +@@ -8987,6 +9369,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QScrollArea::focusNextPrevChild(next); + } +@@ -9004,6 +9387,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollArea::focusOutEvent(arg__1); + } +@@ -9032,6 +9416,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QScrollArea::heightForWidth(arg__1); + } +@@ -9049,6 +9434,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollArea::hideEvent(arg__1); + } +@@ -9066,6 +9452,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollArea::inputMethodEvent(arg__1); + } +@@ -9094,6 +9481,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QScrollArea::inputMethodQuery(arg__1); + } +@@ -9111,6 +9499,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollArea::keyPressEvent(arg__1); + } +@@ -9128,6 +9517,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollArea::keyReleaseEvent(arg__1); + } +@@ -9145,6 +9535,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollArea::languageChange(); + } +@@ -9162,6 +9553,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollArea::leaveEvent(arg__1); + } +@@ -9190,6 +9582,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QScrollArea::metric(arg__1); + } +@@ -9207,6 +9600,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollArea::mouseDoubleClickEvent(arg__1); + } +@@ -9224,6 +9618,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollArea::mouseMoveEvent(arg__1); + } +@@ -9241,6 +9636,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollArea::mousePressEvent(arg__1); + } +@@ -9258,6 +9654,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollArea::mouseReleaseEvent(arg__1); + } +@@ -9275,6 +9672,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollArea::moveEvent(arg__1); + } +@@ -9303,6 +9701,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QScrollArea::paintEngine(); + } +@@ -9320,6 +9719,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollArea::paintEvent(arg__1); + } +@@ -9337,6 +9737,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollArea::resizeEvent(arg__1); + } +@@ -9354,6 +9755,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollArea::scrollContentsBy(dx, dy); + } +@@ -9371,6 +9773,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollArea::showEvent(arg__1); + } +@@ -9388,6 +9791,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollArea::tabletEvent(arg__1); + } +@@ -9405,6 +9809,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollArea::timerEvent(arg__1); + } +@@ -9433,6 +9838,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QScrollArea::viewportEvent(arg__1); + } +@@ -9450,6 +9856,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollArea::wheelEvent(arg__1); + } +@@ -9548,6 +9955,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollBar::actionEvent(arg__1); + } +@@ -9565,6 +9973,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollBar::changeEvent(e); + } +@@ -9582,6 +9991,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollBar::childEvent(arg__1); + } +@@ -9599,6 +10009,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollBar::closeEvent(arg__1); + } +@@ -9616,6 +10027,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollBar::contextMenuEvent(arg__1); + } +@@ -9633,6 +10045,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollBar::customEvent(arg__1); + } +@@ -9661,6 +10074,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QScrollBar::devType(); + } +@@ -9678,6 +10092,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollBar::dragEnterEvent(arg__1); + } +@@ -9695,6 +10110,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollBar::dragLeaveEvent(arg__1); + } +@@ -9712,6 +10128,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollBar::dragMoveEvent(arg__1); + } +@@ -9729,6 +10146,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollBar::dropEvent(arg__1); + } +@@ -9746,6 +10164,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollBar::enterEvent(arg__1); + } +@@ -9774,6 +10193,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QScrollBar::event(event); + } +@@ -9802,6 +10222,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QScrollBar::eventFilter(arg__1, arg__2); + } +@@ -9819,6 +10240,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollBar::focusInEvent(arg__1); + } +@@ -9847,6 +10269,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QScrollBar::focusNextPrevChild(next); + } +@@ -9864,6 +10287,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollBar::focusOutEvent(arg__1); + } +@@ -9892,6 +10316,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QScrollBar::heightForWidth(arg__1); + } +@@ -9909,6 +10334,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollBar::hideEvent(arg__1); + } +@@ -9926,6 +10352,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollBar::inputMethodEvent(arg__1); + } +@@ -9954,6 +10381,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QScrollBar::inputMethodQuery(arg__1); + } +@@ -9971,6 +10399,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollBar::keyPressEvent(ev); + } +@@ -9988,6 +10417,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollBar::keyReleaseEvent(arg__1); + } +@@ -10005,6 +10435,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollBar::languageChange(); + } +@@ -10022,6 +10453,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollBar::leaveEvent(arg__1); + } +@@ -10050,6 +10482,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QScrollBar::metric(arg__1); + } +@@ -10078,6 +10511,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QScrollBar::minimumSizeHint(); + } +@@ -10095,6 +10529,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollBar::mouseDoubleClickEvent(arg__1); + } +@@ -10112,6 +10547,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollBar::mouseMoveEvent(arg__1); + } +@@ -10129,6 +10565,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollBar::mousePressEvent(arg__1); + } +@@ -10146,6 +10583,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollBar::mouseReleaseEvent(arg__1); + } +@@ -10163,6 +10601,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollBar::moveEvent(arg__1); + } +@@ -10191,6 +10630,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QScrollBar::paintEngine(); + } +@@ -10208,6 +10648,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollBar::paintEvent(arg__1); + } +@@ -10225,6 +10666,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollBar::resizeEvent(arg__1); + } +@@ -10242,6 +10684,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollBar::showEvent(arg__1); + } +@@ -10259,6 +10702,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollBar::tabletEvent(arg__1); + } +@@ -10276,6 +10720,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollBar::timerEvent(arg__1); + } +@@ -10293,6 +10738,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QScrollBar::wheelEvent(e); + } +@@ -10442,6 +10888,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QShortcut::childEvent(arg__1); + } +@@ -10459,6 +10906,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QShortcut::customEvent(arg__1); + } +@@ -10487,6 +10935,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QShortcut::event(e); + } +@@ -10515,6 +10964,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QShortcut::eventFilter(arg__1, arg__2); + } +@@ -10532,6 +10982,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QShortcut::timerEvent(arg__1); + } +@@ -10651,6 +11102,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSizeGrip::actionEvent(arg__1); + } +@@ -10668,6 +11120,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSizeGrip::changeEvent(arg__1); + } +@@ -10685,6 +11138,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSizeGrip::childEvent(arg__1); + } +@@ -10702,6 +11156,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSizeGrip::closeEvent(arg__1); + } +@@ -10719,6 +11174,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSizeGrip::contextMenuEvent(arg__1); + } +@@ -10736,6 +11192,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSizeGrip::customEvent(arg__1); + } +@@ -10764,6 +11221,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSizeGrip::devType(); + } +@@ -10781,6 +11239,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSizeGrip::dragEnterEvent(arg__1); + } +@@ -10798,6 +11257,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSizeGrip::dragLeaveEvent(arg__1); + } +@@ -10815,6 +11275,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSizeGrip::dragMoveEvent(arg__1); + } +@@ -10832,6 +11293,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSizeGrip::dropEvent(arg__1); + } +@@ -10849,6 +11311,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSizeGrip::enterEvent(arg__1); + } +@@ -10877,6 +11340,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSizeGrip::event(arg__1); + } +@@ -10905,6 +11369,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSizeGrip::eventFilter(arg__1, arg__2); + } +@@ -10922,6 +11387,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSizeGrip::focusInEvent(arg__1); + } +@@ -10950,6 +11416,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSizeGrip::focusNextPrevChild(next); + } +@@ -10967,6 +11434,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSizeGrip::focusOutEvent(arg__1); + } +@@ -10995,6 +11463,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSizeGrip::heightForWidth(arg__1); + } +@@ -11012,6 +11481,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSizeGrip::hideEvent(hideEvent); + } +@@ -11029,6 +11499,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSizeGrip::inputMethodEvent(arg__1); + } +@@ -11057,6 +11528,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSizeGrip::inputMethodQuery(arg__1); + } +@@ -11074,6 +11546,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSizeGrip::keyPressEvent(arg__1); + } +@@ -11091,6 +11564,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSizeGrip::keyReleaseEvent(arg__1); + } +@@ -11108,6 +11582,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSizeGrip::languageChange(); + } +@@ -11125,6 +11600,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSizeGrip::leaveEvent(arg__1); + } +@@ -11153,6 +11629,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSizeGrip::metric(arg__1); + } +@@ -11181,6 +11658,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSizeGrip::minimumSizeHint(); + } +@@ -11198,6 +11676,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSizeGrip::mouseDoubleClickEvent(arg__1); + } +@@ -11215,6 +11694,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSizeGrip::mouseMoveEvent(arg__1); + } +@@ -11232,6 +11712,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSizeGrip::mousePressEvent(arg__1); + } +@@ -11249,6 +11730,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSizeGrip::mouseReleaseEvent(mouseEvent); + } +@@ -11266,6 +11748,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSizeGrip::moveEvent(moveEvent); + } +@@ -11294,6 +11777,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSizeGrip::paintEngine(); + } +@@ -11311,6 +11795,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSizeGrip::paintEvent(arg__1); + } +@@ -11328,6 +11813,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSizeGrip::resizeEvent(arg__1); + } +@@ -11345,6 +11831,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSizeGrip::showEvent(showEvent); + } +@@ -11362,6 +11849,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSizeGrip::tabletEvent(arg__1); + } +@@ -11379,6 +11867,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSizeGrip::timerEvent(arg__1); + } +@@ -11396,6 +11885,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSizeGrip::wheelEvent(arg__1); + } +@@ -11474,6 +11964,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSlider::actionEvent(arg__1); + } +@@ -11491,6 +11982,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSlider::changeEvent(e); + } +@@ -11508,6 +12000,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSlider::childEvent(arg__1); + } +@@ -11525,6 +12018,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSlider::closeEvent(arg__1); + } +@@ -11542,6 +12036,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSlider::contextMenuEvent(arg__1); + } +@@ -11559,6 +12054,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSlider::customEvent(arg__1); + } +@@ -11587,6 +12083,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSlider::devType(); + } +@@ -11604,6 +12101,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSlider::dragEnterEvent(arg__1); + } +@@ -11621,6 +12119,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSlider::dragLeaveEvent(arg__1); + } +@@ -11638,6 +12137,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSlider::dragMoveEvent(arg__1); + } +@@ -11655,6 +12155,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSlider::dropEvent(arg__1); + } +@@ -11672,6 +12173,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSlider::enterEvent(arg__1); + } +@@ -11700,6 +12202,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSlider::event(event); + } +@@ -11728,6 +12231,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSlider::eventFilter(arg__1, arg__2); + } +@@ -11745,6 +12249,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSlider::focusInEvent(arg__1); + } +@@ -11773,6 +12278,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSlider::focusNextPrevChild(next); + } +@@ -11790,6 +12296,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSlider::focusOutEvent(arg__1); + } +@@ -11818,6 +12325,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSlider::heightForWidth(arg__1); + } +@@ -11835,6 +12343,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSlider::hideEvent(arg__1); + } +@@ -11852,6 +12361,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSlider::inputMethodEvent(arg__1); + } +@@ -11880,6 +12390,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSlider::inputMethodQuery(arg__1); + } +@@ -11897,6 +12408,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSlider::keyPressEvent(ev); + } +@@ -11914,6 +12426,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSlider::keyReleaseEvent(arg__1); + } +@@ -11931,6 +12444,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSlider::languageChange(); + } +@@ -11948,6 +12462,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSlider::leaveEvent(arg__1); + } +@@ -11976,6 +12491,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSlider::metric(arg__1); + } +@@ -11993,6 +12509,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSlider::mouseDoubleClickEvent(arg__1); + } +@@ -12010,6 +12527,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSlider::mouseMoveEvent(ev); + } +@@ -12027,6 +12545,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSlider::mousePressEvent(ev); + } +@@ -12044,6 +12563,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSlider::mouseReleaseEvent(ev); + } +@@ -12061,6 +12581,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSlider::moveEvent(arg__1); + } +@@ -12089,6 +12610,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSlider::paintEngine(); + } +@@ -12106,6 +12628,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSlider::paintEvent(ev); + } +@@ -12123,6 +12646,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSlider::resizeEvent(arg__1); + } +@@ -12140,6 +12664,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSlider::showEvent(arg__1); + } +@@ -12157,6 +12682,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSlider::tabletEvent(arg__1); + } +@@ -12174,6 +12700,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSlider::timerEvent(arg__1); + } +@@ -12191,6 +12718,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSlider::wheelEvent(e); + } +@@ -12273,6 +12801,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSound::childEvent(arg__1); + } +@@ -12290,6 +12819,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSound::customEvent(arg__1); + } +@@ -12318,6 +12848,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSound::event(arg__1); + } +@@ -12346,6 +12877,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSound::eventFilter(arg__1, arg__2); + } +@@ -12363,6 +12895,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSound::timerEvent(arg__1); + } +@@ -12432,6 +12965,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSpacerItem::expandingDirections(); + } +@@ -12460,6 +12994,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSpacerItem::geometry(); + } +@@ -12488,6 +13023,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSpacerItem::hasHeightForWidth(); + } +@@ -12516,6 +13052,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSpacerItem::heightForWidth(arg__1); + } +@@ -12533,6 +13070,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpacerItem::invalidate(); + } +@@ -12561,6 +13099,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSpacerItem::isEmpty(); + } +@@ -12589,6 +13128,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSpacerItem::layout(); + } +@@ -12617,6 +13157,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSpacerItem::maximumSize(); + } +@@ -12645,6 +13186,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSpacerItem::minimumHeightForWidth(arg__1); + } +@@ -12673,6 +13215,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSpacerItem::minimumSize(); + } +@@ -12690,6 +13233,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpacerItem::setGeometry(arg__1); + } +@@ -12718,6 +13262,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSpacerItem::sizeHint(); + } +@@ -12746,6 +13291,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSpacerItem::spacerItem(); + } +@@ -12774,6 +13320,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSpacerItem::widget(); + } +@@ -12842,6 +13389,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::actionEvent(arg__1); + } +@@ -12859,6 +13407,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::changeEvent(event); + } +@@ -12876,6 +13425,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::childEvent(arg__1); + } +@@ -12893,6 +13443,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::clear(); + } +@@ -12910,6 +13461,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::closeEvent(event); + } +@@ -12927,6 +13479,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::contextMenuEvent(event); + } +@@ -12944,6 +13497,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::customEvent(arg__1); + } +@@ -12972,6 +13526,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSpinBox::devType(); + } +@@ -12989,6 +13544,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::dragEnterEvent(arg__1); + } +@@ -13006,6 +13562,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::dragLeaveEvent(arg__1); + } +@@ -13023,6 +13580,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::dragMoveEvent(arg__1); + } +@@ -13040,6 +13598,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::dropEvent(arg__1); + } +@@ -13057,6 +13616,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::enterEvent(arg__1); + } +@@ -13085,6 +13645,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSpinBox::event(event); + } +@@ -13113,6 +13674,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSpinBox::eventFilter(arg__1, arg__2); + } +@@ -13130,6 +13692,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::fixup(str); + } +@@ -13147,6 +13710,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::focusInEvent(event); + } +@@ -13175,6 +13739,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSpinBox::focusNextPrevChild(next); + } +@@ -13192,6 +13757,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::focusOutEvent(event); + } +@@ -13220,6 +13786,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSpinBox::heightForWidth(arg__1); + } +@@ -13237,6 +13804,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::hideEvent(event); + } +@@ -13254,6 +13822,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::inputMethodEvent(arg__1); + } +@@ -13282,6 +13851,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSpinBox::inputMethodQuery(arg__1); + } +@@ -13299,6 +13869,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::keyPressEvent(event); + } +@@ -13316,6 +13887,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::keyReleaseEvent(event); + } +@@ -13333,6 +13905,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::languageChange(); + } +@@ -13350,6 +13923,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::leaveEvent(arg__1); + } +@@ -13378,6 +13952,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSpinBox::metric(arg__1); + } +@@ -13395,6 +13970,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::mouseDoubleClickEvent(arg__1); + } +@@ -13412,6 +13988,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::mouseMoveEvent(event); + } +@@ -13429,6 +14006,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::mousePressEvent(event); + } +@@ -13446,6 +14024,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::mouseReleaseEvent(event); + } +@@ -13463,6 +14042,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::moveEvent(arg__1); + } +@@ -13491,6 +14071,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSpinBox::paintEngine(); + } +@@ -13508,6 +14089,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::paintEvent(event); + } +@@ -13525,6 +14107,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::resizeEvent(event); + } +@@ -13542,6 +14125,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::showEvent(event); + } +@@ -13559,6 +14143,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::stepBy(steps); + } +@@ -13587,6 +14172,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSpinBox::stepEnabled(); + } +@@ -13604,6 +14190,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::tabletEvent(arg__1); + } +@@ -13632,6 +14219,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSpinBox::textFromValue(val); + } +@@ -13649,6 +14237,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::timerEvent(event); + } +@@ -13677,6 +14266,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSpinBox::validate(input, pos); + } +@@ -13705,6 +14295,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSpinBox::valueFromText(text); + } +@@ -13722,6 +14313,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSpinBox::wheelEvent(event); + } +@@ -13835,6 +14427,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplashScreen::actionEvent(arg__1); + } +@@ -13852,6 +14445,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplashScreen::changeEvent(arg__1); + } +@@ -13869,6 +14463,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplashScreen::childEvent(arg__1); + } +@@ -13886,6 +14481,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplashScreen::closeEvent(arg__1); + } +@@ -13903,6 +14499,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplashScreen::contextMenuEvent(arg__1); + } +@@ -13920,6 +14517,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplashScreen::customEvent(arg__1); + } +@@ -13948,6 +14546,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSplashScreen::devType(); + } +@@ -13965,6 +14564,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplashScreen::dragEnterEvent(arg__1); + } +@@ -13982,6 +14582,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplashScreen::dragLeaveEvent(arg__1); + } +@@ -13999,6 +14600,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplashScreen::dragMoveEvent(arg__1); + } +@@ -14016,6 +14618,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplashScreen::drawContents(painter); + } +@@ -14033,6 +14636,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplashScreen::dropEvent(arg__1); + } +@@ -14050,6 +14654,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplashScreen::enterEvent(arg__1); + } +@@ -14078,6 +14683,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSplashScreen::event(e); + } +@@ -14106,6 +14712,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSplashScreen::eventFilter(arg__1, arg__2); + } +@@ -14123,6 +14730,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplashScreen::focusInEvent(arg__1); + } +@@ -14151,6 +14759,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSplashScreen::focusNextPrevChild(next); + } +@@ -14168,6 +14777,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplashScreen::focusOutEvent(arg__1); + } +@@ -14196,6 +14806,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSplashScreen::heightForWidth(arg__1); + } +@@ -14213,6 +14824,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplashScreen::hideEvent(arg__1); + } +@@ -14230,6 +14842,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplashScreen::inputMethodEvent(arg__1); + } +@@ -14258,6 +14871,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSplashScreen::inputMethodQuery(arg__1); + } +@@ -14275,6 +14889,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplashScreen::keyPressEvent(arg__1); + } +@@ -14292,6 +14907,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplashScreen::keyReleaseEvent(arg__1); + } +@@ -14309,6 +14925,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplashScreen::languageChange(); + } +@@ -14326,6 +14943,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplashScreen::leaveEvent(arg__1); + } +@@ -14354,6 +14972,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSplashScreen::metric(arg__1); + } +@@ -14382,6 +15001,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSplashScreen::minimumSizeHint(); + } +@@ -14399,6 +15019,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplashScreen::mouseDoubleClickEvent(arg__1); + } +@@ -14416,6 +15037,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplashScreen::mouseMoveEvent(arg__1); + } +@@ -14433,6 +15055,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplashScreen::mousePressEvent(arg__1); + } +@@ -14450,6 +15073,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplashScreen::mouseReleaseEvent(arg__1); + } +@@ -14467,6 +15091,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplashScreen::moveEvent(arg__1); + } +@@ -14495,6 +15120,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSplashScreen::paintEngine(); + } +@@ -14512,6 +15138,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplashScreen::paintEvent(arg__1); + } +@@ -14529,6 +15156,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplashScreen::resizeEvent(arg__1); + } +@@ -14546,6 +15174,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplashScreen::showEvent(arg__1); + } +@@ -14574,6 +15203,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSplashScreen::sizeHint(); + } +@@ -14591,6 +15221,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplashScreen::tabletEvent(arg__1); + } +@@ -14608,6 +15239,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplashScreen::timerEvent(arg__1); + } +@@ -14625,6 +15257,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplashScreen::wheelEvent(arg__1); + } +@@ -14682,6 +15315,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitter::actionEvent(arg__1); + } +@@ -14699,6 +15333,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitter::changeEvent(arg__1); + } +@@ -14716,6 +15351,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitter::childEvent(arg__1); + } +@@ -14733,6 +15369,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitter::closeEvent(arg__1); + } +@@ -14750,6 +15387,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitter::contextMenuEvent(arg__1); + } +@@ -14778,6 +15416,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSplitter::createHandle(); + } +@@ -14795,6 +15434,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitter::customEvent(arg__1); + } +@@ -14823,6 +15463,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSplitter::devType(); + } +@@ -14840,6 +15481,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitter::dragEnterEvent(arg__1); + } +@@ -14857,6 +15499,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitter::dragLeaveEvent(arg__1); + } +@@ -14874,6 +15517,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitter::dragMoveEvent(arg__1); + } +@@ -14891,6 +15535,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitter::dropEvent(arg__1); + } +@@ -14908,6 +15553,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitter::enterEvent(arg__1); + } +@@ -14936,6 +15582,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSplitter::event(arg__1); + } +@@ -14964,6 +15611,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSplitter::eventFilter(arg__1, arg__2); + } +@@ -14981,6 +15629,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitter::focusInEvent(arg__1); + } +@@ -15009,6 +15658,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSplitter::focusNextPrevChild(next); + } +@@ -15026,6 +15676,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitter::focusOutEvent(arg__1); + } +@@ -15054,6 +15705,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSplitter::heightForWidth(arg__1); + } +@@ -15071,6 +15723,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitter::hideEvent(arg__1); + } +@@ -15088,6 +15741,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitter::inputMethodEvent(arg__1); + } +@@ -15116,6 +15770,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSplitter::inputMethodQuery(arg__1); + } +@@ -15133,6 +15788,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitter::keyPressEvent(arg__1); + } +@@ -15150,6 +15806,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitter::keyReleaseEvent(arg__1); + } +@@ -15167,6 +15824,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitter::languageChange(); + } +@@ -15184,6 +15842,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitter::leaveEvent(arg__1); + } +@@ -15212,6 +15871,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSplitter::metric(arg__1); + } +@@ -15229,6 +15889,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitter::mouseDoubleClickEvent(arg__1); + } +@@ -15246,6 +15907,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitter::mouseMoveEvent(arg__1); + } +@@ -15263,6 +15925,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitter::mousePressEvent(arg__1); + } +@@ -15280,6 +15943,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitter::mouseReleaseEvent(arg__1); + } +@@ -15297,6 +15961,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitter::moveEvent(arg__1); + } +@@ -15325,6 +15990,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSplitter::paintEngine(); + } +@@ -15342,6 +16008,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitter::paintEvent(arg__1); + } +@@ -15359,6 +16026,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitter::resizeEvent(arg__1); + } +@@ -15376,6 +16044,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitter::showEvent(arg__1); + } +@@ -15393,6 +16062,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitter::tabletEvent(arg__1); + } +@@ -15410,6 +16080,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitter::timerEvent(arg__1); + } +@@ -15427,6 +16098,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitter::wheelEvent(arg__1); + } +@@ -15614,6 +16286,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitterHandle::actionEvent(arg__1); + } +@@ -15631,6 +16304,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitterHandle::changeEvent(arg__1); + } +@@ -15648,6 +16322,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitterHandle::childEvent(arg__1); + } +@@ -15665,6 +16340,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitterHandle::closeEvent(arg__1); + } +@@ -15682,6 +16358,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitterHandle::contextMenuEvent(arg__1); + } +@@ -15699,6 +16376,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitterHandle::customEvent(arg__1); + } +@@ -15727,6 +16405,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSplitterHandle::devType(); + } +@@ -15744,6 +16423,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitterHandle::dragEnterEvent(arg__1); + } +@@ -15761,6 +16441,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitterHandle::dragLeaveEvent(arg__1); + } +@@ -15778,6 +16459,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitterHandle::dragMoveEvent(arg__1); + } +@@ -15795,6 +16477,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitterHandle::dropEvent(arg__1); + } +@@ -15812,6 +16495,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitterHandle::enterEvent(arg__1); + } +@@ -15840,6 +16524,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSplitterHandle::event(arg__1); + } +@@ -15868,6 +16553,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSplitterHandle::eventFilter(arg__1, arg__2); + } +@@ -15885,6 +16571,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitterHandle::focusInEvent(arg__1); + } +@@ -15913,6 +16600,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSplitterHandle::focusNextPrevChild(next); + } +@@ -15930,6 +16618,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitterHandle::focusOutEvent(arg__1); + } +@@ -15958,6 +16647,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSplitterHandle::heightForWidth(arg__1); + } +@@ -15975,6 +16665,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitterHandle::hideEvent(arg__1); + } +@@ -15992,6 +16683,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitterHandle::inputMethodEvent(arg__1); + } +@@ -16020,6 +16712,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSplitterHandle::inputMethodQuery(arg__1); + } +@@ -16037,6 +16730,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitterHandle::keyPressEvent(arg__1); + } +@@ -16054,6 +16748,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitterHandle::keyReleaseEvent(arg__1); + } +@@ -16071,6 +16766,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitterHandle::languageChange(); + } +@@ -16088,6 +16784,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitterHandle::leaveEvent(arg__1); + } +@@ -16116,6 +16813,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSplitterHandle::metric(arg__1); + } +@@ -16144,6 +16842,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSplitterHandle::minimumSizeHint(); + } +@@ -16161,6 +16860,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitterHandle::mouseDoubleClickEvent(arg__1); + } +@@ -16178,6 +16878,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitterHandle::mouseMoveEvent(arg__1); + } +@@ -16195,6 +16896,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitterHandle::mousePressEvent(arg__1); + } +@@ -16212,6 +16914,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitterHandle::mouseReleaseEvent(arg__1); + } +@@ -16229,6 +16932,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitterHandle::moveEvent(arg__1); + } +@@ -16257,6 +16961,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSplitterHandle::paintEngine(); + } +@@ -16274,6 +16979,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitterHandle::paintEvent(arg__1); + } +@@ -16291,6 +16997,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitterHandle::resizeEvent(arg__1); + } +@@ -16308,6 +17015,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitterHandle::showEvent(arg__1); + } +@@ -16325,6 +17033,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitterHandle::tabletEvent(arg__1); + } +@@ -16342,6 +17051,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitterHandle::timerEvent(arg__1); + } +@@ -16359,6 +17069,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSplitterHandle::wheelEvent(arg__1); + } +@@ -16432,6 +17143,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedLayout::addItem(item); + } +@@ -16449,6 +17161,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedLayout::childEvent(e); + } +@@ -16477,6 +17190,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStackedLayout::count(); + } +@@ -16494,6 +17208,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedLayout::customEvent(arg__1); + } +@@ -16522,6 +17237,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStackedLayout::event(arg__1); + } +@@ -16550,6 +17266,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStackedLayout::eventFilter(arg__1, arg__2); + } +@@ -16578,6 +17295,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStackedLayout::expandingDirections(); + } +@@ -16606,6 +17324,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStackedLayout::geometry(); + } +@@ -16634,6 +17353,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStackedLayout::indexOf(arg__1); + } +@@ -16651,6 +17371,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedLayout::invalidate(); + } +@@ -16679,6 +17400,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStackedLayout::isEmpty(); + } +@@ -16707,6 +17429,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStackedLayout::itemAt(arg__1); + } +@@ -16735,6 +17458,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStackedLayout::layout(); + } +@@ -16763,6 +17487,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStackedLayout::maximumSize(); + } +@@ -16791,6 +17516,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStackedLayout::minimumSize(); + } +@@ -16808,6 +17534,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedLayout::setGeometry(rect); + } +@@ -16836,6 +17563,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStackedLayout::takeAt(arg__1); + } +@@ -16853,6 +17581,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedLayout::timerEvent(arg__1); + } +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui7.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui7.cpp +index 16c24dc..766bf47 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui7.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui7.cpp +@@ -61,6 +61,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedWidget::actionEvent(arg__1); + } +@@ -78,6 +79,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedWidget::changeEvent(arg__1); + } +@@ -95,6 +97,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedWidget::childEvent(arg__1); + } +@@ -112,6 +115,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedWidget::closeEvent(arg__1); + } +@@ -129,6 +133,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedWidget::contextMenuEvent(arg__1); + } +@@ -146,6 +151,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedWidget::customEvent(arg__1); + } +@@ -174,6 +180,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStackedWidget::devType(); + } +@@ -191,6 +198,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedWidget::dragEnterEvent(arg__1); + } +@@ -208,6 +216,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedWidget::dragLeaveEvent(arg__1); + } +@@ -225,6 +234,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedWidget::dragMoveEvent(arg__1); + } +@@ -242,6 +252,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedWidget::dropEvent(arg__1); + } +@@ -259,6 +270,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedWidget::enterEvent(arg__1); + } +@@ -287,6 +299,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStackedWidget::event(e); + } +@@ -315,6 +328,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStackedWidget::eventFilter(arg__1, arg__2); + } +@@ -332,6 +346,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedWidget::focusInEvent(arg__1); + } +@@ -360,6 +375,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStackedWidget::focusNextPrevChild(next); + } +@@ -377,6 +393,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedWidget::focusOutEvent(arg__1); + } +@@ -405,6 +422,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStackedWidget::heightForWidth(arg__1); + } +@@ -422,6 +440,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedWidget::hideEvent(arg__1); + } +@@ -439,6 +458,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedWidget::inputMethodEvent(arg__1); + } +@@ -467,6 +487,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStackedWidget::inputMethodQuery(arg__1); + } +@@ -484,6 +505,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedWidget::keyPressEvent(arg__1); + } +@@ -501,6 +523,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedWidget::keyReleaseEvent(arg__1); + } +@@ -518,6 +541,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedWidget::languageChange(); + } +@@ -535,6 +559,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedWidget::leaveEvent(arg__1); + } +@@ -563,6 +588,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStackedWidget::metric(arg__1); + } +@@ -591,6 +617,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStackedWidget::minimumSizeHint(); + } +@@ -608,6 +635,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedWidget::mouseDoubleClickEvent(arg__1); + } +@@ -625,6 +653,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedWidget::mouseMoveEvent(arg__1); + } +@@ -642,6 +671,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedWidget::mousePressEvent(arg__1); + } +@@ -659,6 +689,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedWidget::mouseReleaseEvent(arg__1); + } +@@ -676,6 +707,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedWidget::moveEvent(arg__1); + } +@@ -704,6 +736,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStackedWidget::paintEngine(); + } +@@ -721,6 +754,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedWidget::paintEvent(arg__1); + } +@@ -738,6 +772,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedWidget::resizeEvent(arg__1); + } +@@ -755,6 +790,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedWidget::showEvent(arg__1); + } +@@ -772,6 +808,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedWidget::tabletEvent(arg__1); + } +@@ -789,6 +826,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedWidget::timerEvent(arg__1); + } +@@ -806,6 +844,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStackedWidget::wheelEvent(arg__1); + } +@@ -885,6 +924,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStandardItem::clone(); + } +@@ -913,6 +953,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStandardItem::data(role); + } +@@ -941,6 +982,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStandardItem::operator<(other); + } +@@ -958,6 +1000,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStandardItem::read(in); + } +@@ -975,6 +1018,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStandardItem::setData(value, role); + } +@@ -1003,6 +1047,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStandardItem::type(); + } +@@ -1020,6 +1065,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStandardItem::write(out); + } +@@ -1469,6 +1515,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStandardItemModel::buddy(index); + } +@@ -1497,6 +1544,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStandardItemModel::canFetchMore(parent); + } +@@ -1514,6 +1562,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStandardItemModel::childEvent(arg__1); + } +@@ -1542,6 +1591,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStandardItemModel::columnCount(parent); + } +@@ -1559,6 +1609,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStandardItemModel::customEvent(arg__1); + } +@@ -1587,6 +1638,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStandardItemModel::data(index, role); + } +@@ -1615,6 +1667,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStandardItemModel::dropMimeData(data, action, row, column, parent); + } +@@ -1643,6 +1696,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStandardItemModel::event(arg__1); + } +@@ -1671,6 +1725,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStandardItemModel::eventFilter(arg__1, arg__2); + } +@@ -1688,6 +1743,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStandardItemModel::fetchMore(parent); + } +@@ -1716,6 +1772,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStandardItemModel::flags(index); + } +@@ -1744,6 +1801,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStandardItemModel::hasChildren(parent); + } +@@ -1772,6 +1830,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStandardItemModel::headerData(section, orientation, role); + } +@@ -1800,6 +1859,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStandardItemModel::index(row, column, parent); + } +@@ -1828,6 +1888,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStandardItemModel::insertColumns(column, count, parent); + } +@@ -1856,6 +1917,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStandardItemModel::insertRows(row, count, parent); + } +@@ -1884,6 +1946,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStandardItemModel::itemData(index); + } +@@ -1912,6 +1975,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStandardItemModel::match(start, role, value, hits, flags); + } +@@ -1940,6 +2004,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStandardItemModel::mimeData(indexes); + } +@@ -1968,6 +2033,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStandardItemModel::mimeTypes(); + } +@@ -1996,6 +2062,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStandardItemModel::parent(child); + } +@@ -2024,6 +2091,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStandardItemModel::removeColumns(column, count, parent); + } +@@ -2052,6 +2120,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStandardItemModel::removeRows(row, count, parent); + } +@@ -2069,6 +2138,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStandardItemModel::revert(); + } +@@ -2097,6 +2167,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStandardItemModel::rowCount(parent); + } +@@ -2125,6 +2196,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStandardItemModel::setData(index, value, role); + } +@@ -2153,6 +2225,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStandardItemModel::setHeaderData(section, orientation, value, role); + } +@@ -2181,6 +2254,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStandardItemModel::setItemData(index, roles); + } +@@ -2198,6 +2272,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStandardItemModel::sort(column, order); + } +@@ -2226,6 +2301,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStandardItemModel::span(index); + } +@@ -2254,6 +2330,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStandardItemModel::submit(); + } +@@ -2282,6 +2359,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStandardItemModel::supportedDropActions(); + } +@@ -2299,6 +2377,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStandardItemModel::timerEvent(arg__1); + } +@@ -2586,6 +2665,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStatusBar::actionEvent(arg__1); + } +@@ -2603,6 +2683,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStatusBar::changeEvent(arg__1); + } +@@ -2620,6 +2701,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStatusBar::childEvent(arg__1); + } +@@ -2637,6 +2719,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStatusBar::closeEvent(arg__1); + } +@@ -2654,6 +2737,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStatusBar::contextMenuEvent(arg__1); + } +@@ -2671,6 +2755,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStatusBar::customEvent(arg__1); + } +@@ -2699,6 +2784,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStatusBar::devType(); + } +@@ -2716,6 +2802,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStatusBar::dragEnterEvent(arg__1); + } +@@ -2733,6 +2820,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStatusBar::dragLeaveEvent(arg__1); + } +@@ -2750,6 +2838,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStatusBar::dragMoveEvent(arg__1); + } +@@ -2767,6 +2856,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStatusBar::dropEvent(arg__1); + } +@@ -2784,6 +2874,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStatusBar::enterEvent(arg__1); + } +@@ -2812,6 +2903,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStatusBar::event(arg__1); + } +@@ -2840,6 +2932,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStatusBar::eventFilter(arg__1, arg__2); + } +@@ -2857,6 +2950,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStatusBar::focusInEvent(arg__1); + } +@@ -2885,6 +2979,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStatusBar::focusNextPrevChild(next); + } +@@ -2902,6 +2997,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStatusBar::focusOutEvent(arg__1); + } +@@ -2930,6 +3026,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStatusBar::heightForWidth(arg__1); + } +@@ -2947,6 +3044,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStatusBar::hideEvent(arg__1); + } +@@ -2964,6 +3062,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStatusBar::inputMethodEvent(arg__1); + } +@@ -2992,6 +3091,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStatusBar::inputMethodQuery(arg__1); + } +@@ -3009,6 +3109,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStatusBar::keyPressEvent(arg__1); + } +@@ -3026,6 +3127,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStatusBar::keyReleaseEvent(arg__1); + } +@@ -3043,6 +3145,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStatusBar::languageChange(); + } +@@ -3060,6 +3163,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStatusBar::leaveEvent(arg__1); + } +@@ -3088,6 +3192,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStatusBar::metric(arg__1); + } +@@ -3116,6 +3221,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStatusBar::minimumSizeHint(); + } +@@ -3133,6 +3239,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStatusBar::mouseDoubleClickEvent(arg__1); + } +@@ -3150,6 +3257,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStatusBar::mouseMoveEvent(arg__1); + } +@@ -3167,6 +3275,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStatusBar::mousePressEvent(arg__1); + } +@@ -3184,6 +3293,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStatusBar::mouseReleaseEvent(arg__1); + } +@@ -3201,6 +3311,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStatusBar::moveEvent(arg__1); + } +@@ -3229,6 +3340,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStatusBar::paintEngine(); + } +@@ -3246,6 +3358,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStatusBar::paintEvent(arg__1); + } +@@ -3263,6 +3376,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStatusBar::resizeEvent(arg__1); + } +@@ -3280,6 +3394,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStatusBar::showEvent(arg__1); + } +@@ -3308,6 +3423,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStatusBar::sizeHint(); + } +@@ -3325,6 +3441,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStatusBar::tabletEvent(arg__1); + } +@@ -3342,6 +3459,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStatusBar::timerEvent(arg__1); + } +@@ -3359,6 +3477,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStatusBar::wheelEvent(arg__1); + } +@@ -3464,6 +3583,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringListModel::buddy(index); + } +@@ -3492,6 +3612,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringListModel::canFetchMore(parent); + } +@@ -3509,6 +3630,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStringListModel::childEvent(arg__1); + } +@@ -3526,6 +3648,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStringListModel::customEvent(arg__1); + } +@@ -3554,6 +3677,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringListModel::data(index, role); + } +@@ -3582,6 +3706,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringListModel::dropMimeData(data, action, row, column, parent); + } +@@ -3610,6 +3735,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringListModel::event(arg__1); + } +@@ -3638,6 +3764,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringListModel::eventFilter(arg__1, arg__2); + } +@@ -3655,6 +3782,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStringListModel::fetchMore(parent); + } +@@ -3683,6 +3811,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringListModel::flags(index); + } +@@ -3711,6 +3840,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringListModel::headerData(section, orientation, role); + } +@@ -3739,6 +3869,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringListModel::index(row, column, parent); + } +@@ -3767,6 +3898,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringListModel::insertColumns(column, count, parent); + } +@@ -3795,6 +3927,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringListModel::insertRows(row, count, parent); + } +@@ -3823,6 +3956,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringListModel::itemData(index); + } +@@ -3851,6 +3985,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringListModel::match(start, role, value, hits, flags); + } +@@ -3879,6 +4014,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringListModel::mimeData(indexes); + } +@@ -3907,6 +4043,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringListModel::mimeTypes(); + } +@@ -3935,6 +4072,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringListModel::removeColumns(column, count, parent); + } +@@ -3963,6 +4101,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringListModel::removeRows(row, count, parent); + } +@@ -3980,6 +4119,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStringListModel::revert(); + } +@@ -4008,6 +4148,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringListModel::rowCount(parent); + } +@@ -4036,6 +4177,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringListModel::setData(index, value, role); + } +@@ -4064,6 +4206,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringListModel::setHeaderData(section, orientation, value, role); + } +@@ -4092,6 +4235,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringListModel::setItemData(index, roles); + } +@@ -4109,6 +4253,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStringListModel::sort(column, order); + } +@@ -4137,6 +4282,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringListModel::span(index); + } +@@ -4165,6 +4311,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringListModel::submit(); + } +@@ -4193,6 +4340,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringListModel::supportedDropActions(); + } +@@ -4210,6 +4358,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStringListModel::timerEvent(arg__1); + } +@@ -4287,6 +4436,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStyle::childEvent(arg__1); + } +@@ -4304,6 +4454,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStyle::customEvent(arg__1); + } +@@ -4321,6 +4472,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -4338,6 +4490,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -4355,6 +4508,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStyle::drawItemPixmap(painter, rect, alignment, pixmap); + } +@@ -4372,6 +4526,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStyle::drawItemText(painter, rect, flags, pal, enabled, text, textRole); + } +@@ -4389,6 +4544,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -4417,6 +4573,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStyle::event(arg__1); + } +@@ -4445,6 +4602,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStyle::eventFilter(arg__1, arg__2); + } +@@ -4473,6 +4631,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPixmap(); + } +@@ -4501,6 +4660,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStyle::SubControl(); + } +@@ -4529,6 +4689,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStyle::itemPixmapRect(r, flags, pixmap); + } +@@ -4557,6 +4718,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStyle::itemTextRect(fm, r, flags, enabled, text); + } +@@ -4585,6 +4747,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -4602,6 +4765,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStyle::polish(arg__1); + } +@@ -4619,6 +4783,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStyle::polish(arg__1); + } +@@ -4636,6 +4801,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStyle::polish(arg__1); + } +@@ -4664,6 +4830,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSize(); + } +@@ -4692,6 +4859,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStyle::standardPalette(); + } +@@ -4720,6 +4888,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPixmap(); + } +@@ -4748,6 +4917,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -4776,6 +4946,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRect(); + } +@@ -4804,6 +4975,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QRect(); + } +@@ -4821,6 +4993,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStyle::timerEvent(arg__1); + } +@@ -4838,6 +5011,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStyle::unpolish(arg__1); + } +@@ -4855,6 +5029,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStyle::unpolish(arg__1); + } +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp +index 5e356f9..c0a8248 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp +@@ -322,6 +322,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStylePlugin::childEvent(arg__1); + } +@@ -350,6 +351,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return 0; + } +@@ -367,6 +369,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStylePlugin::customEvent(arg__1); + } +@@ -395,6 +398,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStylePlugin::event(arg__1); + } +@@ -423,6 +427,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStylePlugin::eventFilter(arg__1, arg__2); + } +@@ -451,6 +456,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStringList(); + } +@@ -468,6 +474,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStylePlugin::timerEvent(arg__1); + } +@@ -491,6 +498,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStyledItemDelegate::childEvent(arg__1); + } +@@ -519,6 +527,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStyledItemDelegate::createEditor(parent, option, index); + } +@@ -536,6 +545,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStyledItemDelegate::customEvent(arg__1); + } +@@ -564,6 +574,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStyledItemDelegate::displayText(value, locale); + } +@@ -592,6 +603,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStyledItemDelegate::editorEvent(event, model, option, index); + } +@@ -620,6 +632,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStyledItemDelegate::event(arg__1); + } +@@ -648,6 +661,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStyledItemDelegate::eventFilter(object, event); + } +@@ -665,6 +679,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStyledItemDelegate::initStyleOption(option, index); + } +@@ -682,6 +697,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStyledItemDelegate::paint(painter, option, index); + } +@@ -699,6 +715,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStyledItemDelegate::setEditorData(editor, index); + } +@@ -716,6 +733,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStyledItemDelegate::setModelData(editor, model, index); + } +@@ -744,6 +762,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QStyledItemDelegate::sizeHint(option, index); + } +@@ -761,6 +780,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStyledItemDelegate::timerEvent(arg__1); + } +@@ -778,6 +798,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QStyledItemDelegate::updateEditorGeometry(editor, option, index); + } +@@ -861,6 +882,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSwipeGesture::childEvent(arg__1); + } +@@ -878,6 +900,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSwipeGesture::customEvent(arg__1); + } +@@ -906,6 +929,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSwipeGesture::event(arg__1); + } +@@ -934,6 +958,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSwipeGesture::eventFilter(arg__1, arg__2); + } +@@ -951,6 +976,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSwipeGesture::timerEvent(arg__1); + } +@@ -994,6 +1020,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSyntaxHighlighter::childEvent(arg__1); + } +@@ -1011,6 +1038,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSyntaxHighlighter::customEvent(arg__1); + } +@@ -1039,6 +1067,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSyntaxHighlighter::event(arg__1); + } +@@ -1067,6 +1096,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSyntaxHighlighter::eventFilter(arg__1, arg__2); + } +@@ -1084,6 +1114,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -1101,6 +1132,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSyntaxHighlighter::timerEvent(arg__1); + } +@@ -1142,6 +1174,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSystemTrayIcon::childEvent(arg__1); + } +@@ -1159,6 +1192,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSystemTrayIcon::customEvent(arg__1); + } +@@ -1187,6 +1221,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSystemTrayIcon::event(event); + } +@@ -1215,6 +1250,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSystemTrayIcon::eventFilter(arg__1, arg__2); + } +@@ -1232,6 +1268,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSystemTrayIcon::timerEvent(arg__1); + } +@@ -1319,6 +1356,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::actionEvent(arg__1); + } +@@ -1336,6 +1374,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::changeEvent(arg__1); + } +@@ -1353,6 +1392,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::childEvent(arg__1); + } +@@ -1370,6 +1410,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::closeEvent(arg__1); + } +@@ -1387,6 +1428,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::contextMenuEvent(arg__1); + } +@@ -1404,6 +1446,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::customEvent(arg__1); + } +@@ -1432,6 +1475,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTabBar::devType(); + } +@@ -1449,6 +1493,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::dragEnterEvent(arg__1); + } +@@ -1466,6 +1511,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::dragLeaveEvent(arg__1); + } +@@ -1483,6 +1529,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::dragMoveEvent(arg__1); + } +@@ -1500,6 +1547,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::dropEvent(arg__1); + } +@@ -1517,6 +1565,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::enterEvent(arg__1); + } +@@ -1545,6 +1594,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTabBar::event(arg__1); + } +@@ -1573,6 +1623,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTabBar::eventFilter(arg__1, arg__2); + } +@@ -1590,6 +1641,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::focusInEvent(arg__1); + } +@@ -1618,6 +1670,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTabBar::focusNextPrevChild(next); + } +@@ -1635,6 +1688,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::focusOutEvent(arg__1); + } +@@ -1663,6 +1717,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTabBar::heightForWidth(arg__1); + } +@@ -1680,6 +1735,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::hideEvent(arg__1); + } +@@ -1697,6 +1753,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::inputMethodEvent(arg__1); + } +@@ -1725,6 +1782,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTabBar::inputMethodQuery(arg__1); + } +@@ -1742,6 +1800,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::keyPressEvent(arg__1); + } +@@ -1759,6 +1818,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::keyReleaseEvent(arg__1); + } +@@ -1776,6 +1836,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::languageChange(); + } +@@ -1793,6 +1854,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::leaveEvent(arg__1); + } +@@ -1821,6 +1883,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTabBar::metric(arg__1); + } +@@ -1838,6 +1901,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::mouseDoubleClickEvent(arg__1); + } +@@ -1855,6 +1919,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::mouseMoveEvent(arg__1); + } +@@ -1872,6 +1937,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::mousePressEvent(arg__1); + } +@@ -1889,6 +1955,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::mouseReleaseEvent(arg__1); + } +@@ -1906,6 +1973,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::moveEvent(arg__1); + } +@@ -1934,6 +2002,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTabBar::paintEngine(); + } +@@ -1951,6 +2020,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::paintEvent(arg__1); + } +@@ -1968,6 +2038,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::resizeEvent(arg__1); + } +@@ -1985,6 +2056,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::showEvent(arg__1); + } +@@ -2002,6 +2074,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::tabInserted(index); + } +@@ -2019,6 +2092,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::tabLayoutChange(); + } +@@ -2036,6 +2110,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::tabRemoved(index); + } +@@ -2064,6 +2139,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTabBar::tabSizeHint(index); + } +@@ -2081,6 +2157,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::tabletEvent(arg__1); + } +@@ -2098,6 +2175,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::timerEvent(arg__1); + } +@@ -2115,6 +2193,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabBar::wheelEvent(event); + } +@@ -2453,6 +2532,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::actionEvent(arg__1); + } +@@ -2470,6 +2550,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::changeEvent(arg__1); + } +@@ -2487,6 +2568,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::childEvent(arg__1); + } +@@ -2504,6 +2586,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::closeEvent(arg__1); + } +@@ -2521,6 +2604,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::contextMenuEvent(arg__1); + } +@@ -2538,6 +2622,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::customEvent(arg__1); + } +@@ -2566,6 +2651,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTabWidget::devType(); + } +@@ -2583,6 +2669,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::dragEnterEvent(arg__1); + } +@@ -2600,6 +2687,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::dragLeaveEvent(arg__1); + } +@@ -2617,6 +2705,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::dragMoveEvent(arg__1); + } +@@ -2634,6 +2723,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::dropEvent(arg__1); + } +@@ -2651,6 +2741,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::enterEvent(arg__1); + } +@@ -2679,6 +2770,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTabWidget::event(arg__1); + } +@@ -2707,6 +2799,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTabWidget::eventFilter(arg__1, arg__2); + } +@@ -2724,6 +2817,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::focusInEvent(arg__1); + } +@@ -2752,6 +2846,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTabWidget::focusNextPrevChild(next); + } +@@ -2769,6 +2864,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::focusOutEvent(arg__1); + } +@@ -2797,6 +2893,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTabWidget::heightForWidth(arg__1); + } +@@ -2814,6 +2911,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::hideEvent(arg__1); + } +@@ -2831,6 +2929,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::inputMethodEvent(arg__1); + } +@@ -2859,6 +2958,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTabWidget::inputMethodQuery(arg__1); + } +@@ -2876,6 +2976,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::keyPressEvent(arg__1); + } +@@ -2893,6 +2994,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::keyReleaseEvent(arg__1); + } +@@ -2910,6 +3012,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::languageChange(); + } +@@ -2927,6 +3030,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::leaveEvent(arg__1); + } +@@ -2955,6 +3059,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTabWidget::metric(arg__1); + } +@@ -2972,6 +3077,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::mouseDoubleClickEvent(arg__1); + } +@@ -2989,6 +3095,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::mouseMoveEvent(arg__1); + } +@@ -3006,6 +3113,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::mousePressEvent(arg__1); + } +@@ -3023,6 +3131,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::mouseReleaseEvent(arg__1); + } +@@ -3040,6 +3149,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::moveEvent(arg__1); + } +@@ -3068,6 +3178,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTabWidget::paintEngine(); + } +@@ -3085,6 +3196,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::paintEvent(arg__1); + } +@@ -3102,6 +3214,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::resizeEvent(arg__1); + } +@@ -3119,6 +3232,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::showEvent(arg__1); + } +@@ -3136,6 +3250,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::tabInserted(index); + } +@@ -3153,6 +3268,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::tabRemoved(index); + } +@@ -3170,6 +3286,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::tabletEvent(arg__1); + } +@@ -3187,6 +3304,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::timerEvent(arg__1); + } +@@ -3204,6 +3322,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTabWidget::wheelEvent(arg__1); + } +@@ -3472,6 +3591,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::actionEvent(arg__1); + } +@@ -3489,6 +3609,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::changeEvent(arg__1); + } +@@ -3506,6 +3627,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::childEvent(arg__1); + } +@@ -3523,6 +3645,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::closeEditor(editor, hint); + } +@@ -3540,6 +3663,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::closeEvent(arg__1); + } +@@ -3557,6 +3681,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::commitData(editor); + } +@@ -3574,6 +3699,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::contextMenuEvent(arg__1); + } +@@ -3591,6 +3717,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::currentChanged(current, previous); + } +@@ -3608,6 +3735,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::customEvent(arg__1); + } +@@ -3625,6 +3753,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::dataChanged(topLeft, bottomRight); + } +@@ -3653,6 +3782,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableView::devType(); + } +@@ -3670,6 +3800,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::doItemsLayout(); + } +@@ -3687,6 +3818,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::dragEnterEvent(event); + } +@@ -3704,6 +3836,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::dragLeaveEvent(event); + } +@@ -3721,6 +3854,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::dragMoveEvent(event); + } +@@ -3738,6 +3872,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::dropEvent(event); + } +@@ -3766,6 +3901,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableView::edit(index, trigger, event); + } +@@ -3783,6 +3919,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::editorDestroyed(editor); + } +@@ -3800,6 +3937,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::enterEvent(arg__1); + } +@@ -3828,6 +3966,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableView::event(event); + } +@@ -3856,6 +3995,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableView::eventFilter(arg__1, arg__2); + } +@@ -3873,6 +4013,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::focusInEvent(event); + } +@@ -3901,6 +4042,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableView::focusNextPrevChild(next); + } +@@ -3918,6 +4060,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::focusOutEvent(event); + } +@@ -3946,6 +4089,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableView::heightForWidth(arg__1); + } +@@ -3963,6 +4107,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::hideEvent(arg__1); + } +@@ -3991,6 +4136,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableView::horizontalOffset(); + } +@@ -4008,6 +4154,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::horizontalScrollbarAction(action); + } +@@ -4025,6 +4172,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::horizontalScrollbarValueChanged(value); + } +@@ -4053,6 +4201,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableView::indexAt(p); + } +@@ -4070,6 +4219,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::inputMethodEvent(event); + } +@@ -4098,6 +4248,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableView::inputMethodQuery(query); + } +@@ -4126,6 +4277,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableView::isIndexHidden(index); + } +@@ -4143,6 +4295,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::keyPressEvent(event); + } +@@ -4160,6 +4313,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::keyReleaseEvent(arg__1); + } +@@ -4177,6 +4331,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::keyboardSearch(search); + } +@@ -4194,6 +4349,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::languageChange(); + } +@@ -4211,6 +4367,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::leaveEvent(arg__1); + } +@@ -4239,6 +4396,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableView::metric(arg__1); + } +@@ -4256,6 +4414,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::mouseDoubleClickEvent(event); + } +@@ -4273,6 +4432,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::mouseMoveEvent(event); + } +@@ -4290,6 +4450,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::mousePressEvent(event); + } +@@ -4307,6 +4468,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::mouseReleaseEvent(event); + } +@@ -4324,6 +4486,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::moveEvent(arg__1); + } +@@ -4352,6 +4515,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableView::paintEngine(); + } +@@ -4369,6 +4533,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::paintEvent(e); + } +@@ -4386,6 +4551,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::reset(); + } +@@ -4403,6 +4569,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::resizeEvent(event); + } +@@ -4420,6 +4587,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::rowsAboutToBeRemoved(parent, start, end); + } +@@ -4437,6 +4605,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::rowsInserted(parent, start, end); + } +@@ -4454,6 +4623,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::scrollContentsBy(dx, dy); + } +@@ -4471,6 +4641,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::scrollTo(index, hint); + } +@@ -4488,6 +4659,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::selectAll(); + } +@@ -4516,6 +4688,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableView::selectedIndexes(); + } +@@ -4533,6 +4706,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::selectionChanged(selected, deselected); + } +@@ -4561,6 +4735,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableView::selectionCommand(index, event); + } +@@ -4578,6 +4753,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::setModel(model); + } +@@ -4595,6 +4771,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::setRootIndex(index); + } +@@ -4612,6 +4789,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::setSelection(rect, command); + } +@@ -4629,6 +4807,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::setSelectionModel(selectionModel); + } +@@ -4646,6 +4825,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::showEvent(arg__1); + } +@@ -4674,6 +4854,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableView::sizeHintForColumn(column); + } +@@ -4702,6 +4883,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableView::sizeHintForRow(row); + } +@@ -4719,6 +4901,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::startDrag(supportedActions); + } +@@ -4736,6 +4919,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::tabletEvent(arg__1); + } +@@ -4753,6 +4937,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::timerEvent(event); + } +@@ -4770,6 +4955,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::updateEditorData(); + } +@@ -4787,6 +4973,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::updateEditorGeometries(); + } +@@ -4804,6 +4991,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::updateGeometries(); + } +@@ -4832,6 +5020,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableView::verticalOffset(); + } +@@ -4849,6 +5038,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::verticalScrollbarAction(action); + } +@@ -4866,6 +5056,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::verticalScrollbarValueChanged(value); + } +@@ -4894,6 +5085,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableView::viewOptions(); + } +@@ -4922,6 +5114,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableView::viewportEvent(event); + } +@@ -4950,6 +5143,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableView::visualRect(index); + } +@@ -4978,6 +5172,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableView::visualRegionForSelection(selection); + } +@@ -4995,6 +5190,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableView::wheelEvent(arg__1); + } +@@ -5283,6 +5479,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::actionEvent(arg__1); + } +@@ -5300,6 +5497,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::changeEvent(arg__1); + } +@@ -5317,6 +5515,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::childEvent(arg__1); + } +@@ -5334,6 +5533,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::closeEditor(editor, hint); + } +@@ -5351,6 +5551,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::closeEvent(arg__1); + } +@@ -5368,6 +5569,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::commitData(editor); + } +@@ -5385,6 +5587,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::contextMenuEvent(arg__1); + } +@@ -5402,6 +5605,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::currentChanged(current, previous); + } +@@ -5419,6 +5623,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::customEvent(arg__1); + } +@@ -5436,6 +5641,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::dataChanged(topLeft, bottomRight); + } +@@ -5464,6 +5670,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableWidget::devType(); + } +@@ -5481,6 +5688,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::doItemsLayout(); + } +@@ -5498,6 +5706,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::dragEnterEvent(event); + } +@@ -5515,6 +5724,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::dragLeaveEvent(event); + } +@@ -5532,6 +5742,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::dragMoveEvent(event); + } +@@ -5549,6 +5760,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::dropEvent(event); + } +@@ -5577,6 +5789,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableWidget::dropMimeData(row, column, data, action); + } +@@ -5605,6 +5818,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableWidget::edit(index, trigger, event); + } +@@ -5622,6 +5836,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::editorDestroyed(editor); + } +@@ -5639,6 +5854,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::enterEvent(arg__1); + } +@@ -5667,6 +5883,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableWidget::event(e); + } +@@ -5695,6 +5912,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableWidget::eventFilter(arg__1, arg__2); + } +@@ -5712,6 +5930,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::focusInEvent(event); + } +@@ -5740,6 +5959,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableWidget::focusNextPrevChild(next); + } +@@ -5757,6 +5977,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::focusOutEvent(event); + } +@@ -5785,6 +6006,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableWidget::heightForWidth(arg__1); + } +@@ -5802,6 +6024,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::hideEvent(arg__1); + } +@@ -5830,6 +6053,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableWidget::horizontalOffset(); + } +@@ -5847,6 +6071,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::horizontalScrollbarAction(action); + } +@@ -5864,6 +6089,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::horizontalScrollbarValueChanged(value); + } +@@ -5892,6 +6118,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableWidget::indexAt(p); + } +@@ -5909,6 +6136,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::inputMethodEvent(event); + } +@@ -5937,6 +6165,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableWidget::inputMethodQuery(query); + } +@@ -5965,6 +6194,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableWidget::isIndexHidden(index); + } +@@ -5982,6 +6212,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::keyPressEvent(event); + } +@@ -5999,6 +6230,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::keyReleaseEvent(arg__1); + } +@@ -6016,6 +6248,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::keyboardSearch(search); + } +@@ -6033,6 +6266,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::languageChange(); + } +@@ -6050,6 +6284,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::leaveEvent(arg__1); + } +@@ -6078,6 +6313,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableWidget::metric(arg__1); + } +@@ -6106,6 +6342,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableWidget::mimeData(items); + } +@@ -6134,6 +6371,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableWidget::mimeTypes(); + } +@@ -6151,6 +6389,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::mouseDoubleClickEvent(event); + } +@@ -6168,6 +6407,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::mouseMoveEvent(event); + } +@@ -6185,6 +6425,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::mousePressEvent(event); + } +@@ -6202,6 +6443,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::mouseReleaseEvent(event); + } +@@ -6219,6 +6461,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::moveEvent(arg__1); + } +@@ -6247,6 +6490,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableWidget::paintEngine(); + } +@@ -6264,6 +6508,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::paintEvent(e); + } +@@ -6281,6 +6526,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::reset(); + } +@@ -6298,6 +6544,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::resizeEvent(event); + } +@@ -6315,6 +6562,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::rowsAboutToBeRemoved(parent, start, end); + } +@@ -6332,6 +6580,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::rowsInserted(parent, start, end); + } +@@ -6349,6 +6598,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::scrollContentsBy(dx, dy); + } +@@ -6366,6 +6616,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::scrollTo(index, hint); + } +@@ -6383,6 +6634,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::selectAll(); + } +@@ -6411,6 +6663,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableWidget::selectedIndexes(); + } +@@ -6428,6 +6681,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::selectionChanged(selected, deselected); + } +@@ -6456,6 +6710,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableWidget::selectionCommand(index, event); + } +@@ -6473,6 +6728,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::setRootIndex(index); + } +@@ -6490,6 +6746,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::setSelection(rect, command); + } +@@ -6507,6 +6764,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::setSelectionModel(selectionModel); + } +@@ -6524,6 +6782,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::showEvent(arg__1); + } +@@ -6552,6 +6811,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableWidget::sizeHintForColumn(column); + } +@@ -6580,6 +6840,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableWidget::sizeHintForRow(row); + } +@@ -6597,6 +6858,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::startDrag(supportedActions); + } +@@ -6625,6 +6887,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableWidget::supportedDropActions(); + } +@@ -6642,6 +6905,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::tabletEvent(arg__1); + } +@@ -6659,6 +6923,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::timerEvent(event); + } +@@ -6676,6 +6941,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::updateEditorData(); + } +@@ -6693,6 +6959,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::updateEditorGeometries(); + } +@@ -6710,6 +6977,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::updateGeometries(); + } +@@ -6738,6 +7006,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableWidget::verticalOffset(); + } +@@ -6755,6 +7024,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::verticalScrollbarAction(action); + } +@@ -6772,6 +7042,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::verticalScrollbarValueChanged(value); + } +@@ -6800,6 +7071,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableWidget::viewOptions(); + } +@@ -6828,6 +7100,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableWidget::viewportEvent(event); + } +@@ -6856,6 +7129,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableWidget::visualRect(index); + } +@@ -6884,6 +7158,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableWidget::visualRegionForSelection(selection); + } +@@ -6901,6 +7176,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidget::wheelEvent(arg__1); + } +@@ -7174,6 +7450,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableWidgetItem::clone(); + } +@@ -7202,6 +7479,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableWidgetItem::data(role); + } +@@ -7230,6 +7508,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTableWidgetItem::operator<(other); + } +@@ -7247,6 +7526,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidgetItem::read(in); + } +@@ -7264,6 +7544,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidgetItem::setData(role, value); + } +@@ -7281,6 +7562,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTableWidgetItem::write(out); + } +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp +index 825c580..dde5837 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp +@@ -86,6 +86,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBlockGroup::blockFormatChanged(block); + } +@@ -103,6 +104,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBlockGroup::blockInserted(block); + } +@@ -120,6 +122,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBlockGroup::blockRemoved(block); + } +@@ -137,6 +140,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBlockGroup::childEvent(arg__1); + } +@@ -154,6 +158,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBlockGroup::customEvent(arg__1); + } +@@ -182,6 +187,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextBlockGroup::event(arg__1); + } +@@ -210,6 +216,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextBlockGroup::eventFilter(arg__1, arg__2); + } +@@ -227,6 +234,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBlockGroup::timerEvent(arg__1); + } +@@ -267,6 +275,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::actionEvent(arg__1); + } +@@ -284,6 +293,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::backward(); + } +@@ -312,6 +322,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextBrowser::canInsertFromMimeData(source); + } +@@ -329,6 +340,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::changeEvent(e); + } +@@ -346,6 +358,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::childEvent(arg__1); + } +@@ -363,6 +376,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::closeEvent(arg__1); + } +@@ -380,6 +394,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::contextMenuEvent(e); + } +@@ -408,6 +423,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextBrowser::createMimeDataFromSelection(); + } +@@ -425,6 +441,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::customEvent(arg__1); + } +@@ -453,6 +470,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextBrowser::devType(); + } +@@ -470,6 +488,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::dragEnterEvent(e); + } +@@ -487,6 +506,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::dragLeaveEvent(e); + } +@@ -504,6 +524,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::dragMoveEvent(e); + } +@@ -521,6 +542,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::dropEvent(e); + } +@@ -538,6 +560,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::enterEvent(arg__1); + } +@@ -566,6 +589,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextBrowser::event(e); + } +@@ -594,6 +618,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextBrowser::eventFilter(arg__1, arg__2); + } +@@ -611,6 +636,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::focusInEvent(e); + } +@@ -639,6 +665,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextBrowser::focusNextPrevChild(next); + } +@@ -656,6 +683,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::focusOutEvent(ev); + } +@@ -673,6 +701,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::forward(); + } +@@ -701,6 +730,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextBrowser::heightForWidth(arg__1); + } +@@ -718,6 +748,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::hideEvent(arg__1); + } +@@ -735,6 +766,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::home(); + } +@@ -752,6 +784,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::inputMethodEvent(arg__1); + } +@@ -780,6 +813,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextBrowser::inputMethodQuery(property); + } +@@ -797,6 +831,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::insertFromMimeData(source); + } +@@ -814,6 +849,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::keyPressEvent(ev); + } +@@ -831,6 +867,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::keyReleaseEvent(e); + } +@@ -848,6 +885,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::languageChange(); + } +@@ -865,6 +903,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::leaveEvent(arg__1); + } +@@ -893,6 +932,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextBrowser::loadResource(type, name); + } +@@ -921,6 +961,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextBrowser::metric(arg__1); + } +@@ -938,6 +979,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::mouseDoubleClickEvent(e); + } +@@ -955,6 +997,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::mouseMoveEvent(ev); + } +@@ -972,6 +1015,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::mousePressEvent(ev); + } +@@ -989,6 +1033,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::mouseReleaseEvent(ev); + } +@@ -1006,6 +1051,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::moveEvent(arg__1); + } +@@ -1034,6 +1080,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextBrowser::paintEngine(); + } +@@ -1051,6 +1098,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::paintEvent(e); + } +@@ -1068,6 +1116,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::reload(); + } +@@ -1085,6 +1134,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::resizeEvent(e); + } +@@ -1102,6 +1152,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::scrollContentsBy(dx, dy); + } +@@ -1119,6 +1170,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::setSource(name); + } +@@ -1136,6 +1188,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::showEvent(arg__1); + } +@@ -1153,6 +1206,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::tabletEvent(arg__1); + } +@@ -1170,6 +1224,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::timerEvent(e); + } +@@ -1198,6 +1253,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextBrowser::viewportEvent(arg__1); + } +@@ -1215,6 +1271,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextBrowser::wheelEvent(e); + } +@@ -1625,6 +1682,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QList(); + } +@@ -1642,6 +1700,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextCodecPlugin::childEvent(arg__1); + } +@@ -1670,6 +1729,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return 0; + } +@@ -1698,6 +1758,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return 0; + } +@@ -1715,6 +1776,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextCodecPlugin::customEvent(arg__1); + } +@@ -1743,6 +1805,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextCodecPlugin::event(arg__1); + } +@@ -1771,6 +1834,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextCodecPlugin::eventFilter(arg__1, arg__2); + } +@@ -1799,6 +1863,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QList(); + } +@@ -1827,6 +1892,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QList(); + } +@@ -1844,6 +1910,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextCodecPlugin::timerEvent(arg__1); + } +@@ -2224,6 +2291,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextDocument::childEvent(arg__1); + } +@@ -2241,6 +2309,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextDocument::clear(); + } +@@ -2269,6 +2338,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextDocument::createObject(f); + } +@@ -2286,6 +2356,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextDocument::customEvent(arg__1); + } +@@ -2314,6 +2385,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextDocument::event(arg__1); + } +@@ -2342,6 +2414,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextDocument::eventFilter(arg__1, arg__2); + } +@@ -2370,6 +2443,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextDocument::loadResource(type, name); + } +@@ -2387,6 +2461,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextDocument::timerEvent(arg__1); + } +@@ -2886,6 +2961,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::actionEvent(arg__1); + } +@@ -2914,6 +2990,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextEdit::canInsertFromMimeData(source); + } +@@ -2931,6 +3008,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::changeEvent(e); + } +@@ -2948,6 +3026,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::childEvent(arg__1); + } +@@ -2965,6 +3044,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::closeEvent(arg__1); + } +@@ -2982,6 +3062,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::contextMenuEvent(e); + } +@@ -3010,6 +3091,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextEdit::createMimeDataFromSelection(); + } +@@ -3027,6 +3109,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::customEvent(arg__1); + } +@@ -3055,6 +3138,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextEdit::devType(); + } +@@ -3072,6 +3156,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::dragEnterEvent(e); + } +@@ -3089,6 +3174,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::dragLeaveEvent(e); + } +@@ -3106,6 +3192,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::dragMoveEvent(e); + } +@@ -3123,6 +3210,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::dropEvent(e); + } +@@ -3140,6 +3228,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::enterEvent(arg__1); + } +@@ -3168,6 +3257,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextEdit::event(e); + } +@@ -3196,6 +3286,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextEdit::eventFilter(arg__1, arg__2); + } +@@ -3213,6 +3304,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::focusInEvent(e); + } +@@ -3241,6 +3333,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextEdit::focusNextPrevChild(next); + } +@@ -3258,6 +3351,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::focusOutEvent(e); + } +@@ -3286,6 +3380,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextEdit::heightForWidth(arg__1); + } +@@ -3303,6 +3398,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::hideEvent(arg__1); + } +@@ -3320,6 +3416,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::inputMethodEvent(arg__1); + } +@@ -3348,6 +3445,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextEdit::inputMethodQuery(property); + } +@@ -3365,6 +3463,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::insertFromMimeData(source); + } +@@ -3382,6 +3481,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::keyPressEvent(e); + } +@@ -3399,6 +3499,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::keyReleaseEvent(e); + } +@@ -3416,6 +3517,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::languageChange(); + } +@@ -3433,6 +3535,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::leaveEvent(arg__1); + } +@@ -3461,6 +3564,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextEdit::loadResource(type, name); + } +@@ -3489,6 +3593,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextEdit::metric(arg__1); + } +@@ -3506,6 +3611,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::mouseDoubleClickEvent(e); + } +@@ -3523,6 +3629,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::mouseMoveEvent(e); + } +@@ -3540,6 +3647,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::mousePressEvent(e); + } +@@ -3557,6 +3665,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::mouseReleaseEvent(e); + } +@@ -3574,6 +3683,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::moveEvent(arg__1); + } +@@ -3602,6 +3712,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextEdit::paintEngine(); + } +@@ -3619,6 +3730,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::paintEvent(e); + } +@@ -3636,6 +3748,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::resizeEvent(e); + } +@@ -3653,6 +3766,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::scrollContentsBy(dx, dy); + } +@@ -3670,6 +3784,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::showEvent(arg__1); + } +@@ -3687,6 +3802,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::tabletEvent(arg__1); + } +@@ -3704,6 +3820,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::timerEvent(e); + } +@@ -3732,6 +3849,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextEdit::viewportEvent(arg__1); + } +@@ -3749,6 +3867,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextEdit::wheelEvent(e); + } +@@ -4261,6 +4380,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextFrame::childEvent(arg__1); + } +@@ -4278,6 +4398,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextFrame::customEvent(arg__1); + } +@@ -4306,6 +4427,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextFrame::event(arg__1); + } +@@ -4334,6 +4456,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextFrame::eventFilter(arg__1, arg__2); + } +@@ -4351,6 +4474,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextFrame::timerEvent(arg__1); + } +@@ -4849,6 +4973,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextList::blockFormatChanged(block); + } +@@ -4866,6 +4991,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextList::blockInserted(block); + } +@@ -4883,6 +5009,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextList::blockRemoved(block); + } +@@ -4900,6 +5027,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextList::childEvent(arg__1); + } +@@ -4917,6 +5045,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextList::customEvent(arg__1); + } +@@ -4945,6 +5074,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextList::event(arg__1); + } +@@ -4973,6 +5103,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextList::eventFilter(arg__1, arg__2); + } +@@ -4990,6 +5121,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextList::timerEvent(arg__1); + } +@@ -5089,6 +5221,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextObject::childEvent(arg__1); + } +@@ -5106,6 +5239,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextObject::customEvent(arg__1); + } +@@ -5134,6 +5268,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextObject::event(arg__1); + } +@@ -5162,6 +5297,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextObject::eventFilter(arg__1, arg__2); + } +@@ -5179,6 +5315,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextObject::timerEvent(arg__1); + } +@@ -5218,6 +5355,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextTable::childEvent(arg__1); + } +@@ -5235,6 +5373,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextTable::customEvent(arg__1); + } +@@ -5263,6 +5402,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextTable::event(arg__1); + } +@@ -5291,6 +5431,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTextTable::eventFilter(arg__1, arg__2); + } +@@ -5308,6 +5449,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTextTable::timerEvent(arg__1); + } +@@ -5658,6 +5800,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::actionEvent(arg__1); + } +@@ -5675,6 +5818,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::changeEvent(event); + } +@@ -5692,6 +5836,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::childEvent(arg__1); + } +@@ -5709,6 +5854,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::clear(); + } +@@ -5726,6 +5872,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::closeEvent(event); + } +@@ -5743,6 +5890,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::contextMenuEvent(event); + } +@@ -5760,6 +5908,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::customEvent(arg__1); + } +@@ -5788,6 +5937,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTimeEdit::dateTimeFromText(text); + } +@@ -5816,6 +5966,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTimeEdit::devType(); + } +@@ -5833,6 +5984,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::dragEnterEvent(arg__1); + } +@@ -5850,6 +6002,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::dragLeaveEvent(arg__1); + } +@@ -5867,6 +6020,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::dragMoveEvent(arg__1); + } +@@ -5884,6 +6038,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::dropEvent(arg__1); + } +@@ -5901,6 +6056,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::enterEvent(arg__1); + } +@@ -5929,6 +6085,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTimeEdit::event(event); + } +@@ -5957,6 +6114,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTimeEdit::eventFilter(arg__1, arg__2); + } +@@ -5974,6 +6132,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::fixup(input); + } +@@ -5991,6 +6150,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::focusInEvent(event); + } +@@ -6019,6 +6179,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTimeEdit::focusNextPrevChild(next); + } +@@ -6036,6 +6197,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::focusOutEvent(event); + } +@@ -6064,6 +6226,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTimeEdit::heightForWidth(arg__1); + } +@@ -6081,6 +6244,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::hideEvent(event); + } +@@ -6098,6 +6262,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::inputMethodEvent(arg__1); + } +@@ -6126,6 +6291,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTimeEdit::inputMethodQuery(arg__1); + } +@@ -6143,6 +6309,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::keyPressEvent(event); + } +@@ -6160,6 +6327,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::keyReleaseEvent(event); + } +@@ -6177,6 +6345,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::languageChange(); + } +@@ -6194,6 +6363,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::leaveEvent(arg__1); + } +@@ -6222,6 +6392,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTimeEdit::metric(arg__1); + } +@@ -6239,6 +6410,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::mouseDoubleClickEvent(arg__1); + } +@@ -6256,6 +6428,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::mouseMoveEvent(event); + } +@@ -6273,6 +6446,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::mousePressEvent(event); + } +@@ -6290,6 +6464,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::mouseReleaseEvent(event); + } +@@ -6307,6 +6482,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::moveEvent(arg__1); + } +@@ -6335,6 +6511,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTimeEdit::paintEngine(); + } +@@ -6352,6 +6529,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::paintEvent(event); + } +@@ -6369,6 +6547,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::resizeEvent(event); + } +@@ -6386,6 +6565,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::showEvent(event); + } +@@ -6403,6 +6583,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::stepBy(steps); + } +@@ -6431,6 +6612,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTimeEdit::stepEnabled(); + } +@@ -6448,6 +6630,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::tabletEvent(arg__1); + } +@@ -6476,6 +6659,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTimeEdit::textFromDateTime(dt); + } +@@ -6493,6 +6677,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::timerEvent(event); + } +@@ -6521,6 +6706,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTimeEdit::validate(input, pos); + } +@@ -6538,6 +6724,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTimeEdit::wheelEvent(event); + } +@@ -6565,6 +6752,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBar::actionEvent(event); + } +@@ -6582,6 +6770,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBar::changeEvent(event); + } +@@ -6599,6 +6788,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBar::childEvent(event); + } +@@ -6616,6 +6806,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBar::closeEvent(arg__1); + } +@@ -6633,6 +6824,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBar::contextMenuEvent(arg__1); + } +@@ -6650,6 +6842,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBar::customEvent(arg__1); + } +@@ -6678,6 +6871,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QToolBar::devType(); + } +@@ -6695,6 +6889,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBar::dragEnterEvent(arg__1); + } +@@ -6712,6 +6907,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBar::dragLeaveEvent(arg__1); + } +@@ -6729,6 +6925,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBar::dragMoveEvent(arg__1); + } +@@ -6746,6 +6943,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBar::dropEvent(arg__1); + } +@@ -6763,6 +6961,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBar::enterEvent(arg__1); + } +@@ -6791,6 +6990,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QToolBar::event(event); + } +@@ -6819,6 +7019,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QToolBar::eventFilter(arg__1, arg__2); + } +@@ -6836,6 +7037,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBar::focusInEvent(arg__1); + } +@@ -6864,6 +7066,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QToolBar::focusNextPrevChild(next); + } +@@ -6881,6 +7084,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBar::focusOutEvent(arg__1); + } +@@ -6909,6 +7113,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QToolBar::heightForWidth(arg__1); + } +@@ -6926,6 +7131,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBar::hideEvent(arg__1); + } +@@ -6943,6 +7149,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBar::inputMethodEvent(arg__1); + } +@@ -6971,6 +7178,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QToolBar::inputMethodQuery(arg__1); + } +@@ -6988,6 +7196,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBar::keyPressEvent(arg__1); + } +@@ -7005,6 +7214,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBar::keyReleaseEvent(arg__1); + } +@@ -7022,6 +7232,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBar::languageChange(); + } +@@ -7039,6 +7250,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBar::leaveEvent(arg__1); + } +@@ -7067,6 +7279,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QToolBar::metric(arg__1); + } +@@ -7095,6 +7308,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QToolBar::minimumSizeHint(); + } +@@ -7112,6 +7326,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBar::mouseDoubleClickEvent(arg__1); + } +@@ -7129,6 +7344,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBar::mouseMoveEvent(arg__1); + } +@@ -7146,6 +7362,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBar::mousePressEvent(arg__1); + } +@@ -7163,6 +7380,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBar::mouseReleaseEvent(arg__1); + } +@@ -7180,6 +7398,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBar::moveEvent(arg__1); + } +@@ -7208,6 +7427,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QToolBar::paintEngine(); + } +@@ -7225,6 +7445,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBar::paintEvent(event); + } +@@ -7242,6 +7463,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBar::resizeEvent(event); + } +@@ -7259,6 +7481,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBar::showEvent(arg__1); + } +@@ -7287,6 +7510,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QToolBar::sizeHint(); + } +@@ -7304,6 +7528,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBar::tabletEvent(arg__1); + } +@@ -7321,6 +7546,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBar::timerEvent(arg__1); + } +@@ -7338,6 +7564,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBar::wheelEvent(arg__1); + } +@@ -7541,6 +7768,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::actionEvent(arg__1); + } +@@ -7558,6 +7786,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::changeEvent(arg__1); + } +@@ -7575,6 +7804,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::childEvent(arg__1); + } +@@ -7592,6 +7822,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::closeEvent(arg__1); + } +@@ -7609,6 +7840,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::contextMenuEvent(arg__1); + } +@@ -7626,6 +7858,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::customEvent(arg__1); + } +@@ -7654,6 +7887,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QToolBox::devType(); + } +@@ -7671,6 +7905,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::dragEnterEvent(arg__1); + } +@@ -7688,6 +7923,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::dragLeaveEvent(arg__1); + } +@@ -7705,6 +7941,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::dragMoveEvent(arg__1); + } +@@ -7722,6 +7959,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::dropEvent(arg__1); + } +@@ -7739,6 +7977,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::enterEvent(arg__1); + } +@@ -7767,6 +8006,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QToolBox::event(e); + } +@@ -7795,6 +8035,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QToolBox::eventFilter(arg__1, arg__2); + } +@@ -7812,6 +8053,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::focusInEvent(arg__1); + } +@@ -7840,6 +8082,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QToolBox::focusNextPrevChild(next); + } +@@ -7857,6 +8100,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::focusOutEvent(arg__1); + } +@@ -7885,6 +8129,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QToolBox::heightForWidth(arg__1); + } +@@ -7902,6 +8147,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::hideEvent(arg__1); + } +@@ -7919,6 +8165,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::inputMethodEvent(arg__1); + } +@@ -7947,6 +8194,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QToolBox::inputMethodQuery(arg__1); + } +@@ -7964,6 +8212,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::itemInserted(index); + } +@@ -7981,6 +8230,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::itemRemoved(index); + } +@@ -7998,6 +8248,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::keyPressEvent(arg__1); + } +@@ -8015,6 +8266,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::keyReleaseEvent(arg__1); + } +@@ -8032,6 +8284,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::languageChange(); + } +@@ -8049,6 +8302,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::leaveEvent(arg__1); + } +@@ -8077,6 +8331,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QToolBox::metric(arg__1); + } +@@ -8105,6 +8360,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QToolBox::minimumSizeHint(); + } +@@ -8122,6 +8378,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::mouseDoubleClickEvent(arg__1); + } +@@ -8139,6 +8396,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::mouseMoveEvent(arg__1); + } +@@ -8156,6 +8414,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::mousePressEvent(arg__1); + } +@@ -8173,6 +8432,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::mouseReleaseEvent(arg__1); + } +@@ -8190,6 +8450,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::moveEvent(arg__1); + } +@@ -8218,6 +8479,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QToolBox::paintEngine(); + } +@@ -8235,6 +8497,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::paintEvent(arg__1); + } +@@ -8252,6 +8515,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::resizeEvent(arg__1); + } +@@ -8269,6 +8533,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::showEvent(e); + } +@@ -8286,6 +8551,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::tabletEvent(arg__1); + } +@@ -8303,6 +8569,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::timerEvent(arg__1); + } +@@ -8320,6 +8587,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolBox::wheelEvent(arg__1); + } +@@ -8458,6 +8726,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::actionEvent(arg__1); + } +@@ -8475,6 +8744,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::changeEvent(arg__1); + } +@@ -8492,6 +8762,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::checkStateSet(); + } +@@ -8509,6 +8780,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::childEvent(arg__1); + } +@@ -8526,6 +8798,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::closeEvent(arg__1); + } +@@ -8543,6 +8816,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::contextMenuEvent(arg__1); + } +@@ -8560,6 +8834,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::customEvent(arg__1); + } +@@ -8588,6 +8863,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QToolButton::devType(); + } +@@ -8605,6 +8881,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::dragEnterEvent(arg__1); + } +@@ -8622,6 +8899,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::dragLeaveEvent(arg__1); + } +@@ -8639,6 +8917,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::dragMoveEvent(arg__1); + } +@@ -8656,6 +8935,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::dropEvent(arg__1); + } +@@ -8673,6 +8953,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::enterEvent(arg__1); + } +@@ -8701,6 +8982,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QToolButton::event(e); + } +@@ -8729,6 +9011,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QToolButton::eventFilter(arg__1, arg__2); + } +@@ -8746,6 +9029,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::focusInEvent(e); + } +@@ -8774,6 +9058,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QToolButton::focusNextPrevChild(next); + } +@@ -8791,6 +9076,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::focusOutEvent(e); + } +@@ -8819,6 +9105,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QToolButton::heightForWidth(arg__1); + } +@@ -8836,6 +9123,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::hideEvent(arg__1); + } +@@ -8864,6 +9152,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QToolButton::hitButton(pos); + } +@@ -8881,6 +9170,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::inputMethodEvent(arg__1); + } +@@ -8909,6 +9199,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QToolButton::inputMethodQuery(arg__1); + } +@@ -8926,6 +9217,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::keyPressEvent(e); + } +@@ -8943,6 +9235,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::keyReleaseEvent(e); + } +@@ -8960,6 +9253,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::languageChange(); + } +@@ -8977,6 +9271,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::leaveEvent(arg__1); + } +@@ -9005,6 +9300,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QToolButton::metric(arg__1); + } +@@ -9022,6 +9318,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::mouseDoubleClickEvent(arg__1); + } +@@ -9039,6 +9336,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::mouseMoveEvent(e); + } +@@ -9056,6 +9354,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::mousePressEvent(arg__1); + } +@@ -9073,6 +9372,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::mouseReleaseEvent(arg__1); + } +@@ -9090,6 +9390,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::moveEvent(arg__1); + } +@@ -9107,6 +9408,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::nextCheckState(); + } +@@ -9135,6 +9437,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QToolButton::paintEngine(); + } +@@ -9152,6 +9455,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::paintEvent(arg__1); + } +@@ -9169,6 +9473,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::resizeEvent(arg__1); + } +@@ -9186,6 +9491,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::showEvent(arg__1); + } +@@ -9203,6 +9509,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::tabletEvent(arg__1); + } +@@ -9220,6 +9527,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::timerEvent(arg__1); + } +@@ -9237,6 +9545,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QToolButton::wheelEvent(arg__1); + } +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui_builtin/com_trolltech_qt_gui_builtin0.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui_builtin/com_trolltech_qt_gui_builtin0.cpp +index e7c669c..f95514c 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui_builtin/com_trolltech_qt_gui_builtin0.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_gui_builtin/com_trolltech_qt_gui_builtin0.cpp +@@ -68,6 +68,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBitmap::devType(); + } +@@ -96,6 +97,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBitmap::metric(arg__1); + } +@@ -124,6 +126,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QBitmap::paintEngine(); + } +@@ -1348,6 +1351,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QImage::devType(); + } +@@ -1376,6 +1380,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QImage::metric(metric); + } +@@ -1404,6 +1409,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QImage::paintEngine(); + } +@@ -2517,6 +2523,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPixmap::devType(); + } +@@ -2545,6 +2552,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPixmap::metric(arg__1); + } +@@ -2573,6 +2581,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QPixmap::paintEngine(); + } +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_network/com_trolltech_qt_network0.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_network/com_trolltech_qt_network0.cpp +index c9c9553..c4a0f23 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_network/com_trolltech_qt_network0.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_network/com_trolltech_qt_network0.cpp +@@ -61,6 +61,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return qint64(); + } +@@ -78,6 +79,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractNetworkCache::childEvent(arg__1); + } +@@ -95,6 +97,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -112,6 +115,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractNetworkCache::customEvent(arg__1); + } +@@ -140,6 +144,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return 0; + } +@@ -168,6 +173,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractNetworkCache::event(arg__1); + } +@@ -196,6 +202,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractNetworkCache::eventFilter(arg__1, arg__2); + } +@@ -213,6 +220,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -241,6 +249,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkCacheMetaData(); + } +@@ -269,6 +278,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return 0; + } +@@ -297,6 +307,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return bool(); + } +@@ -314,6 +325,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractNetworkCache::timerEvent(arg__1); + } +@@ -331,6 +343,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -361,6 +374,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSocket::atEnd(); + } +@@ -389,6 +403,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSocket::bytesAvailable(); + } +@@ -417,6 +432,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSocket::bytesToWrite(); + } +@@ -445,6 +461,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSocket::canReadLine(); + } +@@ -462,6 +479,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSocket::childEvent(arg__1); + } +@@ -479,6 +497,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSocket::close(); + } +@@ -496,6 +515,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSocket::customEvent(arg__1); + } +@@ -524,6 +544,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSocket::event(arg__1); + } +@@ -552,6 +573,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSocket::eventFilter(arg__1, arg__2); + } +@@ -580,6 +602,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSocket::isSequential(); + } +@@ -608,6 +631,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSocket::open(mode); + } +@@ -636,6 +660,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSocket::pos(); + } +@@ -664,6 +689,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSocket::readData(data, maxlen); + } +@@ -692,6 +718,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSocket::readLineData(data, maxlen); + } +@@ -720,6 +747,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSocket::reset(); + } +@@ -748,6 +776,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSocket::seek(pos); + } +@@ -776,6 +805,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSocket::size(); + } +@@ -793,6 +823,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QAbstractSocket::timerEvent(arg__1); + } +@@ -821,6 +852,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSocket::waitForBytesWritten(msecs); + } +@@ -849,6 +881,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSocket::waitForReadyRead(msecs); + } +@@ -877,6 +910,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QAbstractSocket::writeData(data, len); + } +@@ -1115,6 +1149,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFtp::childEvent(arg__1); + } +@@ -1132,6 +1167,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFtp::customEvent(arg__1); + } +@@ -1160,6 +1196,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFtp::event(arg__1); + } +@@ -1188,6 +1225,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QFtp::eventFilter(arg__1, arg__2); + } +@@ -1205,6 +1243,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QFtp::timerEvent(arg__1); + } +@@ -1570,6 +1609,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHttp::childEvent(arg__1); + } +@@ -1587,6 +1627,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHttp::customEvent(arg__1); + } +@@ -1615,6 +1656,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHttp::event(arg__1); + } +@@ -1643,6 +1685,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHttp::eventFilter(arg__1, arg__2); + } +@@ -1660,6 +1703,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QHttp::timerEvent(arg__1); + } +@@ -1832,6 +1876,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -1860,6 +1905,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return int(); + } +@@ -1888,6 +1934,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHttpHeader::parseLine(line, number); + } +@@ -1916,6 +1963,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHttpHeader::toString(); + } +@@ -2050,6 +2098,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHttpRequestHeader::majorVersion(); + } +@@ -2078,6 +2127,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHttpRequestHeader::minorVersion(); + } +@@ -2106,6 +2156,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHttpRequestHeader::parseLine(line, number); + } +@@ -2134,6 +2185,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHttpRequestHeader::toString(); + } +@@ -2216,6 +2268,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHttpResponseHeader::majorVersion(); + } +@@ -2244,6 +2297,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHttpResponseHeader::minorVersion(); + } +@@ -2272,6 +2326,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHttpResponseHeader::parseLine(line, number); + } +@@ -2300,6 +2355,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QHttpResponseHeader::toString(); + } +@@ -2377,6 +2433,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLocalServer::childEvent(arg__1); + } +@@ -2394,6 +2451,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLocalServer::customEvent(arg__1); + } +@@ -2422,6 +2480,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLocalServer::event(arg__1); + } +@@ -2450,6 +2509,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLocalServer::eventFilter(arg__1, arg__2); + } +@@ -2478,6 +2538,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLocalServer::hasPendingConnections(); + } +@@ -2495,6 +2556,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLocalServer::incomingConnection(socketDescriptor); + } +@@ -2523,6 +2585,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLocalServer::nextPendingConnection(); + } +@@ -2540,6 +2603,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLocalServer::timerEvent(arg__1); + } +@@ -2644,6 +2708,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLocalSocket::atEnd(); + } +@@ -2672,6 +2737,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLocalSocket::bytesAvailable(); + } +@@ -2700,6 +2766,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLocalSocket::bytesToWrite(); + } +@@ -2728,6 +2795,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLocalSocket::canReadLine(); + } +@@ -2745,6 +2813,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLocalSocket::childEvent(arg__1); + } +@@ -2762,6 +2831,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLocalSocket::close(); + } +@@ -2779,6 +2849,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLocalSocket::customEvent(arg__1); + } +@@ -2807,6 +2878,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLocalSocket::event(arg__1); + } +@@ -2835,6 +2907,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLocalSocket::eventFilter(arg__1, arg__2); + } +@@ -2863,6 +2936,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLocalSocket::isSequential(); + } +@@ -2891,6 +2965,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLocalSocket::open(mode); + } +@@ -2919,6 +2994,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLocalSocket::pos(); + } +@@ -2947,6 +3023,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLocalSocket::readData(arg__1, arg__2); + } +@@ -2975,6 +3052,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLocalSocket::readLineData(data, maxlen); + } +@@ -3003,6 +3081,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLocalSocket::reset(); + } +@@ -3031,6 +3110,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLocalSocket::seek(pos); + } +@@ -3059,6 +3139,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLocalSocket::size(); + } +@@ -3076,6 +3157,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QLocalSocket::timerEvent(arg__1); + } +@@ -3104,6 +3186,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLocalSocket::waitForBytesWritten(msecs); + } +@@ -3132,6 +3215,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLocalSocket::waitForReadyRead(msecs); + } +@@ -3160,6 +3244,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QLocalSocket::writeData(arg__1, arg__2); + } +@@ -3303,6 +3388,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QNetworkAccessManager::childEvent(arg__1); + } +@@ -3331,6 +3417,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkAccessManager::createRequest(op, request, outgoingData); + } +@@ -3348,6 +3435,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QNetworkAccessManager::customEvent(arg__1); + } +@@ -3376,6 +3464,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkAccessManager::event(arg__1); + } +@@ -3404,6 +3493,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkAccessManager::eventFilter(arg__1, arg__2); + } +@@ -3421,6 +3511,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QNetworkAccessManager::timerEvent(arg__1); + } +@@ -3793,6 +3884,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QNetworkCookieJar::childEvent(arg__1); + } +@@ -3821,6 +3913,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkCookieJar::cookiesForUrl(url); + } +@@ -3838,6 +3931,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QNetworkCookieJar::customEvent(arg__1); + } +@@ -3866,6 +3960,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkCookieJar::event(arg__1); + } +@@ -3894,6 +3989,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkCookieJar::eventFilter(arg__1, arg__2); + } +@@ -3922,6 +4018,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkCookieJar::setCookiesFromUrl(cookieList, url); + } +@@ -3939,6 +4036,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QNetworkCookieJar::timerEvent(arg__1); + } +@@ -3983,6 +4081,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkDiskCache::cacheSize(); + } +@@ -4000,6 +4099,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QNetworkDiskCache::childEvent(arg__1); + } +@@ -4017,6 +4117,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QNetworkDiskCache::clear(); + } +@@ -4034,6 +4135,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QNetworkDiskCache::customEvent(arg__1); + } +@@ -4062,6 +4164,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkDiskCache::data(url); + } +@@ -4090,6 +4193,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkDiskCache::event(arg__1); + } +@@ -4118,6 +4222,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkDiskCache::eventFilter(arg__1, arg__2); + } +@@ -4146,6 +4251,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkDiskCache::expire(); + } +@@ -4163,6 +4269,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QNetworkDiskCache::insert(device); + } +@@ -4191,6 +4298,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkDiskCache::metaData(url); + } +@@ -4219,6 +4327,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkDiskCache::prepare(metaData); + } +@@ -4247,6 +4356,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkDiskCache::remove(url); + } +@@ -4264,6 +4374,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QNetworkDiskCache::timerEvent(arg__1); + } +@@ -4281,6 +4392,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QNetworkDiskCache::updateMetaData(metaData); + } +@@ -4558,6 +4670,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QList(); + } +@@ -4693,6 +4806,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + + } +@@ -4721,6 +4835,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkReply::atEnd(); + } +@@ -4749,6 +4864,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkReply::bytesAvailable(); + } +@@ -4777,6 +4893,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkReply::bytesToWrite(); + } +@@ -4805,6 +4922,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkReply::canReadLine(); + } +@@ -4822,6 +4940,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QNetworkReply::childEvent(arg__1); + } +@@ -4839,6 +4958,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QNetworkReply::close(); + } +@@ -4856,6 +4976,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QNetworkReply::customEvent(arg__1); + } +@@ -4884,6 +5005,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkReply::event(arg__1); + } +@@ -4912,6 +5034,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkReply::eventFilter(arg__1, arg__2); + } +@@ -4929,6 +5052,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QNetworkReply::ignoreSslErrors(); + } +@@ -4957,6 +5081,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkReply::isSequential(); + } +@@ -4985,6 +5110,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkReply::open(mode); + } +@@ -5013,6 +5139,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkReply::pos(); + } +@@ -5041,6 +5168,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return qint64(); + } +@@ -5069,6 +5197,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkReply::readLineData(data, maxlen); + } +@@ -5097,6 +5226,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkReply::reset(); + } +@@ -5125,6 +5255,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkReply::seek(pos); + } +@@ -5142,6 +5273,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QNetworkReply::setReadBufferSize(size); + } +@@ -5170,6 +5302,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkReply::size(); + } +@@ -5187,6 +5320,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QNetworkReply::timerEvent(arg__1); + } +@@ -5215,6 +5349,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkReply::waitForBytesWritten(msecs); + } +@@ -5243,6 +5378,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkReply::waitForReadyRead(msecs); + } +@@ -5271,6 +5407,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QNetworkReply::writeData(data, len); + } +@@ -5457,6 +5594,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTcpServer::childEvent(arg__1); + } +@@ -5474,6 +5612,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTcpServer::customEvent(arg__1); + } +@@ -5502,6 +5641,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTcpServer::event(arg__1); + } +@@ -5530,6 +5670,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTcpServer::eventFilter(arg__1, arg__2); + } +@@ -5558,6 +5699,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTcpServer::hasPendingConnections(); + } +@@ -5575,6 +5717,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTcpServer::incomingConnection(handle); + } +@@ -5603,6 +5746,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTcpServer::nextPendingConnection(); + } +@@ -5620,6 +5764,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTcpServer::timerEvent(arg__1); + } +@@ -5739,6 +5884,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTcpSocket::atEnd(); + } +@@ -5767,6 +5913,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTcpSocket::bytesAvailable(); + } +@@ -5795,6 +5942,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTcpSocket::bytesToWrite(); + } +@@ -5823,6 +5971,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTcpSocket::canReadLine(); + } +@@ -5840,6 +5989,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTcpSocket::childEvent(arg__1); + } +@@ -5857,6 +6007,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTcpSocket::close(); + } +@@ -5874,6 +6025,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTcpSocket::customEvent(arg__1); + } +@@ -5902,6 +6054,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTcpSocket::event(arg__1); + } +@@ -5930,6 +6083,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTcpSocket::eventFilter(arg__1, arg__2); + } +@@ -5958,6 +6112,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTcpSocket::isSequential(); + } +@@ -5986,6 +6141,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTcpSocket::open(mode); + } +@@ -6014,6 +6170,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTcpSocket::pos(); + } +@@ -6042,6 +6199,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTcpSocket::readData(data, maxlen); + } +@@ -6070,6 +6228,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTcpSocket::readLineData(data, maxlen); + } +@@ -6098,6 +6257,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTcpSocket::reset(); + } +@@ -6126,6 +6286,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTcpSocket::seek(pos); + } +@@ -6154,6 +6315,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTcpSocket::size(); + } +@@ -6171,6 +6333,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QTcpSocket::timerEvent(arg__1); + } +@@ -6199,6 +6362,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTcpSocket::waitForBytesWritten(msecs); + } +@@ -6227,6 +6391,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTcpSocket::waitForReadyRead(msecs); + } +@@ -6255,6 +6420,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QTcpSocket::writeData(data, len); + } +@@ -6289,6 +6455,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUdpSocket::atEnd(); + } +@@ -6317,6 +6484,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUdpSocket::bytesAvailable(); + } +@@ -6345,6 +6513,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUdpSocket::bytesToWrite(); + } +@@ -6373,6 +6542,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUdpSocket::canReadLine(); + } +@@ -6390,6 +6560,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUdpSocket::childEvent(arg__1); + } +@@ -6407,6 +6578,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUdpSocket::close(); + } +@@ -6424,6 +6596,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUdpSocket::customEvent(arg__1); + } +@@ -6452,6 +6625,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUdpSocket::event(arg__1); + } +@@ -6480,6 +6654,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUdpSocket::eventFilter(arg__1, arg__2); + } +@@ -6508,6 +6683,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUdpSocket::isSequential(); + } +@@ -6536,6 +6712,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUdpSocket::open(mode); + } +@@ -6564,6 +6741,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUdpSocket::pos(); + } +@@ -6592,6 +6770,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUdpSocket::readData(data, maxlen); + } +@@ -6620,6 +6799,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUdpSocket::readLineData(data, maxlen); + } +@@ -6648,6 +6828,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUdpSocket::reset(); + } +@@ -6676,6 +6857,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUdpSocket::seek(pos); + } +@@ -6704,6 +6886,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUdpSocket::size(); + } +@@ -6721,6 +6904,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUdpSocket::timerEvent(arg__1); + } +@@ -6749,6 +6933,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUdpSocket::waitForBytesWritten(msecs); + } +@@ -6777,6 +6962,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUdpSocket::waitForReadyRead(msecs); + } +@@ -6805,6 +6991,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QUdpSocket::writeData(data, len); + } +@@ -6868,6 +7055,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUrlInfo::setDir(b); + } +@@ -6885,6 +7073,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUrlInfo::setFile(b); + } +@@ -6902,6 +7091,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUrlInfo::setGroup(s); + } +@@ -6919,6 +7109,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUrlInfo::setLastModified(dt); + } +@@ -6936,6 +7127,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUrlInfo::setName(name); + } +@@ -6953,6 +7145,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUrlInfo::setOwner(s); + } +@@ -6970,6 +7163,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUrlInfo::setPermissions(p); + } +@@ -6987,6 +7181,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUrlInfo::setReadable(b); + } +@@ -7004,6 +7199,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUrlInfo::setSize(size); + } +@@ -7021,6 +7217,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUrlInfo::setSymLink(b); + } +@@ -7038,6 +7235,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QUrlInfo::setWritable(b); + } +diff --git a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_network/com_trolltech_qt_network1.cpp b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_network/com_trolltech_qt_network1.cpp +index 0afa431..dbf0a7b 100644 +--- a/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_network/com_trolltech_qt_network1.cpp ++++ b/3rdparty/pythonqt/generated_cpp/com_trolltech_qt_network/com_trolltech_qt_network1.cpp +@@ -122,6 +122,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSslSocket::canReadLine(); + } +@@ -150,6 +151,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSslSocket::bytesToWrite(); + } +@@ -178,6 +180,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSslSocket::readData(data, maxlen); + } +@@ -206,6 +209,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSslSocket::writeData(data, len); + } +@@ -234,6 +238,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSslSocket::bytesAvailable(); + } +@@ -262,6 +267,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSslSocket::waitForBytesWritten(msecs); + } +@@ -290,6 +296,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSslSocket::atEnd(); + } +@@ -307,6 +314,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSslSocket::close(); + } +@@ -335,6 +343,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSslSocket::waitForReadyRead(msecs); + } +@@ -363,6 +372,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSslSocket::readLineData(data, maxlen); + } +@@ -391,6 +401,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSslSocket::isSequential(); + } +@@ -419,6 +430,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSslSocket::size(); + } +@@ -447,6 +459,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSslSocket::pos(); + } +@@ -475,6 +488,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSslSocket::reset(); + } +@@ -503,6 +517,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSslSocket::open(mode); + } +@@ -531,6 +546,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSslSocket::seek(pos); + } +@@ -548,6 +564,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSslSocket::childEvent(arg__1); + } +@@ -565,6 +582,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSslSocket::timerEvent(arg__1); + } +@@ -582,6 +600,7 @@ if (_wrapper) { + Py_DECREF(obj); + return; + } ++ Py_XDECREF(obj); + } + QSslSocket::customEvent(arg__1); + } +@@ -610,6 +629,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSslSocket::event(arg__1); + } +@@ -638,6 +658,7 @@ if (_wrapper) { + Py_DECREF(obj); + return returnValue; + } ++ Py_XDECREF(obj); + } + return QSslSocket::eventFilter(arg__1, arg__2); + } +diff --git a/3rdparty/pythonqt/generator/shellimplgenerator.cpp b/3rdparty/pythonqt/generator/shellimplgenerator.cpp +index d14656b..c8a0a06 100644 +--- a/3rdparty/pythonqt/generator/shellimplgenerator.cpp ++++ b/3rdparty/pythonqt/generator/shellimplgenerator.cpp +@@ -181,6 +181,7 @@ void ShellImplGenerator::write(QTextStream &s, const AbstractMetaClass *meta_cla + s << " return;" << endl; + } + s << " }" << endl; ++ s << " Py_XDECREF(obj);" << endl; + s << "}" << endl; + + s << " "; diff --git a/3rdparty/pythonqt/patches/signal-connected-signal.patch b/3rdparty/pythonqt/patches/signal-connected-signal.patch new file mode 100644 index 000000000..690d2a557 --- /dev/null +++ b/3rdparty/pythonqt/patches/signal-connected-signal.patch @@ -0,0 +1,83 @@ +commit c06934993daab01ab831fa2478f1d11fb298afd5 +Author: davidsansome +Date: Mon May 30 14:53:59 2011 +0000 + + Remember any signals that are connected to Python objects and disconnect them when the script is unloaded so the references to those objects can be dropped + + git-svn-id: https://clementine-player.googlecode.com/svn/trunk@3344 94c5599e-fc6c-11de-b061-8119ef04aefe + +diff --git a/3rdparty/pythonqt/src/PythonQt.h b/3rdparty/pythonqt/src/PythonQt.h +index 050dadc..9a7c29f 100644 +--- a/3rdparty/pythonqt/src/PythonQt.h ++++ b/3rdparty/pythonqt/src/PythonQt.h +@@ -453,6 +453,10 @@ signals: + //! emitted when help() is called on a PythonQt object and \c ExternalHelp is enabled + void pythonHelpRequest(const QByteArray& cppClassName); + ++ //! emitted when a signal is connected to a Python object ++ void signalConnectedToPython(PythonQtSignalReceiver* receiver, int signal_id, ++ PyObject* callable); ++ + private: + void initPythonQtModule(bool redirectStdOut, const QByteArray& pythonQtModuleName); + +@@ -472,6 +476,7 @@ private: + + PythonQtPrivate* _p; + ++ friend class PythonQtSignalReceiver; + }; + + //! internal PythonQt details +diff --git a/3rdparty/pythonqt/src/PythonQtSignalReceiver.cpp b/3rdparty/pythonqt/src/PythonQtSignalReceiver.cpp +index d4074b1..7bb9dfc 100644 +--- a/3rdparty/pythonqt/src/PythonQtSignalReceiver.cpp ++++ b/3rdparty/pythonqt/src/PythonQtSignalReceiver.cpp +@@ -170,22 +170,26 @@ bool PythonQtSignalReceiver::addSignalHandler(const char* signal, PyObject* call + + _slotCount++; + flag = true; ++ ++ PythonQt::self()->signalConnectedToPython(this, sigId, callable); + } + return flag; + } + + bool PythonQtSignalReceiver::removeSignalHandler(const char* signal, PyObject* callable) + { ++ return removeSignalHandler(getSignalIndex(signal), callable); ++} ++ ++bool PythonQtSignalReceiver::removeSignalHandler(int sigId, PyObject* callable) ++{ + bool found = false; +- int sigId = getSignalIndex(signal); +- if (sigId>=0) { +- QMutableListIterator i(_targets); +- while (i.hasNext()) { +- if (i.next().isSame(sigId, callable)) { +- i.remove(); +- found = true; +- break; +- } ++ QMutableListIterator i(_targets); ++ while (i.hasNext()) { ++ if (i.next().isSame(sigId, callable)) { ++ i.remove(); ++ found = true; ++ break; + } + } + return found; +diff --git a/3rdparty/pythonqt/src/PythonQtSignalReceiver.h b/3rdparty/pythonqt/src/PythonQtSignalReceiver.h +index dfbcbc6..028b853 100644 +--- a/3rdparty/pythonqt/src/PythonQtSignalReceiver.h ++++ b/3rdparty/pythonqt/src/PythonQtSignalReceiver.h +@@ -119,6 +119,7 @@ public: + + //! remove a signal handler + bool removeSignalHandler(const char* signal, PyObject* callable); ++ bool removeSignalHandler(int sigId, PyObject* callable); + + //! remove all signal handlers + void removeSignalHandlers();