aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore/glue/qbytearray_bufferprotocol.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to API changes in libshiboken.Hugo Parente Lima2010-11-231-2/+2
|
* Changes needed to compile QtCore with libshiboken v1.0Hugo Parente Lima2010-11-101-1/+1
|
* Custom code should use Converters instead of the "_cptr" macros.Marcelo Lira2010-02-241-1/+1
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Add support fot buffer protocol for QByteArray.Hugo Lima2010-01-211-0/+35
Reviewed by Marcelo Lira <marcelo.lira@openbossa.org> and Renato Araújo <renato.filho@openbossa.org>