We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ea8264 + 0158ffb commit 92f01d8Copy full SHA for 92f01d8
1 file changed
src/PythonQtMethodInfo.cpp
@@ -432,7 +432,7 @@ const PythonQtMethodInfo::ParameterInfo& PythonQtMethodInfo::getParameterInfoFor
432
void PythonQtSlotInfo::deleteOverloadsAndThis()
433
{
434
PythonQtSlotInfo* cur = this;
435
- while(cur->nextInfo()) {
+ while(cur) {
436
PythonQtSlotInfo* next = cur->nextInfo();
437
delete cur;
438
cur = next;
0 commit comments