Details
-
Task
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
None
-
None
Description
There is a set of method in IDentity class inside libsignon-qt[1] which has the following signature:
AuthSessionP Identity::createSession(const QString &methodName);
void Identity::destroySession(const AuthSessionP & session);
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.
This bug is a replay of the one that can be found at the old PySide bugtracker space at http://bugs.pyside.org/show_bug.cgi?id=1023
Attachments
Issue Links
- relates to
-
PYSIDE-753 QAspectEngine: setRootEntity not available in Python/PySide2
-
- Closed
-