aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore/glue/qobject_findchild.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug 685 - "The second arg. of QObject.findChildren doesn't have a ↵Hugo Parente Lima2012-03-081-6/+15
| | | | | | | default value and doesn't support regexes." Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix QObject::findChildren and QObject::findChild methods.Hugo Lima2010-03-311-0/+30
QUiTools unit tests uses these functions and will fail without this patch. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org>