File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1447,11 +1447,11 @@ template<double, TYPE2>
1447
1447
1448
1448
for( int j = 0; j<sipCpp->at(i).second.size(); j++ )
1449
1449
{
1450
- PyObject *t1obj = sipConvertFromNewInstance (new QString(sipCpp->at(i).second.at(j)), sipClass_QString , sipTransferObj);
1450
+ PyObject *t1obj = sipConvertFromNewType (new QString(sipCpp->at(i).second.at(j)), sipType_QString , sipTransferObj);
1451
1451
PyList_SetItem( l, j, t1obj);
1452
1452
}
1453
1453
1454
- PyObject *t1obj = sipConvertFromNewInstance (new QString(sipCpp->at(i).first), sipClass_QString , sipTransferObj);
1454
+ PyObject *t1obj = sipConvertFromNewType (new QString(sipCpp->at(i).first), sipType_QString , sipTransferObj);
1455
1455
PyList_SetItem( p, 0, t1obj );
1456
1456
PyList_SetItem( p, 1, l);
1457
1457
You can’t perform that action at this time.
0 commit comments