aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore/qstringlist_conversions.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove wrapper for classes: QString, QStringRef, QLatin1String, ↵Hugo Parente Lima2010-06-101-14/+2
| | | | QStringMatcher, QChar and QLatin1Char.
* Return a QStringList wrapper instead of a python list in Converter::toPython.Hugo Lima2010-03-221-1/+1
|
* Fixed PySide custom conversions to work with newer versions of shiboken ↵Hugo Lima2010-03-171-8/+3
| | | | generator.
* Added container conversion to QStringList.Hugo Lima2010-03-151-0/+22