##// END OF EJS Templates
minor cleanup...
florianlink -
r81:3d1c7041a276
parent child
Show More
@@ -308,7 +308,7 static PyObject *PythonQtInstanceWrapper_getattro(PyObject *obj,PyObject *name)
308 for (int i = 0; i < children.count(); i++) {
308 for (int i = 0; i < children.count(); i++) {
309 QObject *child = children.at(i);
309 QObject *child = children.at(i);
310 if (child->objectName() == attributeName) {
310 if (child->objectName() == attributeName) {
311 return PythonQt::self()->priv()->wrapQObject(child);
311 return PythonQt::priv()->wrapQObject(child);
312 }
312 }
313 }
313 }
314 }
314 }
General Comments 0
You need to be logged in to leave comments. Login now