Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-461

c++11 callback ignored

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Not Evaluated Not Evaluated
    • None
    • None
    • Shiboken
    • None
    • ubuntu 16.10
      pyside2 dev (installed via ppa)
      shiboken2 dev (installed via ppa)
      python 3.5
      qt 5.6.1

      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"

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            ctismer Christian Tismer
            bande mohsen bande
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes