Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
None
-
None
-
ubuntu 16.10
pyside2 dev (installed via ppa)
shiboken2 dev (installed via ppa)
python 3.5
qt 5.6.1
Description
i have a library that uses c++11 style callback for functions. the callback definition inside a class is like this:
template<typename T> using Callback = std::function<void (qint64,T,CallbackError)>;
it seems that the Callback is not parsed at all, as all functions that use it in arguments are ignored stating "Unmatched argument type"
Attachments
Issue Links
- relates to
-
PYSIDE-323 Build Pyside2 against Qt 5.7 and higher
- Closed