PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 514 - Static method QByteArray.fromRawData is missing from QtCore
: Static method QByteArray.fromRawData is missing from QtCore
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: PySide
: HEAD
: All All
: P3 normal
Assigned To: Hugo Parente Lima
:
:
:
  Show dependency treegraph
 
Reported: 2010-12-01 12:04 EET by Marcelo Lira
Modified: 2011-01-06 16:19 EET (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcelo Lira 2010-12-01 12:04:35 EET
In C++ the signature is like this:

QByteArray::fromRawData(const char* data, int size)

and in Python is should be like this:

QByteArray.fromRawData(str)
Comment 1 Matti Airas 2010-12-02 04:48:32 EET
Thanks. Prioritizing P3.
Comment 2 Hugo Parente Lima 2010-12-20 14:18:24 EET
You can have the same results writing:

a = QByteArray(str)
Comment 3 Hugo Parente Lima 2010-12-30 17:05:13 EET
Fixed in commit:

pyside/a38db0fe03ebae6eb02812245de00ee74db8c70a
Comment 4 renato filho 2011-01-06 16:19:30 EET
released on beta3