We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 963b667 commit b6bc063Copy full SHA for b6bc063
1 file changed
src/PythonQtSlot.cpp
@@ -374,6 +374,7 @@ PyObject *PythonQtSlotFunction_CallImpl(PythonQtClassInfo* classInfo, QObject* o
374
kwSlotFound = true;
375
break;
376
}
377
+ slotInfo = slotInfo->nextInfo();
378
379
if (kwSlotFound) {
380
#ifdef PYTHONQT_DEBUG
0 commit comments