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 42 - function with const pointer return not works
: function with const pointer return not works
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: Shiboken
: HEAD
: All All
: P5 normal
Assigned To: Marcelo Lira
:
:
:
  Show dependency treegraph
 
Reported: 2009-09-09 15:03 EEST by renato filho
Modified: 2010-01-25 10:45 EET (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description renato filho 2009-09-09 15:03:20 EEST
the code generated from a function with return const pointer does not compile.

Ex.
const base* get_base();
Comment 1 Hugo Parente Lima 2009-09-22 17:54:51 EEST
Marcelo, this still valid after your fixes about const types!?
Comment 2 Hugo Parente Lima 2009-11-10 14:12:21 EET
Fixed, the unit tests at:
http://qt.gitorious.org/pyside/shiboken/commit/e01eba39663c2f7d0f1137ab30ed18891394afb5
pass.

but I dont known when it was fixed.