Pybind11 error: no matching function for call
I’m trying to build a DLL for Python, which uses Qt5 libraries; the below example defines a function, and mostly everything works – except I cannot make the method QString::toLocal8Bit available to Python.