Skip to content

Commit b6bc063

Browse files
committed
Loop did never finish if the first entry didn't match, fixes support for kwargs in slots.
1 parent 963b667 commit b6bc063

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PythonQtSlot.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ PyObject *PythonQtSlotFunction_CallImpl(PythonQtClassInfo* classInfo, QObject* o
374374
kwSlotFound = true;
375375
break;
376376
}
377+
slotInfo = slotInfo->nextInfo();
377378
}
378379
if (kwSlotFound) {
379380
#ifdef PYTHONQT_DEBUG

0 commit comments

Comments
 (0)