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

c++11 callback ignored

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • 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

    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

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes