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 1023 - Cannot bind functions returning smart pointers
: Cannot bind functions returning smart pointers
Status: NEW
Product: PySide
Classification: Unclassified
Component: Shiboken
: HEAD
: PC Linux
: P4 normal
Assigned To: Marcelo Lira
:
:
:
  Show dependency treegraph
 
Reported: 2011-10-14 19:05 EEST by Bruno Araujo
Modified: 2012-03-08 16:57 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 Bruno Araujo 2011-10-14 19:05:18 EEST
There is a method in a class inside libsignon-qt[1] which has the following
signature:

    AuthSessionP Identity::createSession(const QString &methodName);

where AuthSessionP is defined as: 

    typedef QPointer<AuthSession> AuthSessionP;

Smart pointers are not yet properly handled by Shiboken, so at the moment this
function cannot be used in the Python world.

[1]
http://harmattan-dev.nokia.com/unstable/beta2/api_refs/showdoc.php?pkn=libsignon-qt&wb=daily-docs&url=Li94bWwvZGFpbHktZG9jcy9saWJzaWdub24tcXQ%3D
Comment 1 Matti Airas 2012-03-08 16:57:58 EET
PySide is now a Qt-addon and uses Qt Project's JIRA tool for tracking bugs.
Please verify that the bug is still valid and re-submit it in the address
below:

https://bugreports.qt-project.org/

Sorry for the inconvenience!