I am migrating a plugin to QGIS3 and under Windows with the latest qgis-dev release(build 1182816) I get an error connecting to well know QgsVectorLayer signals:
vectorlayer.committedAttributesAdded.connect(self.attributes_added) or vectorlayer.committedFeaturesAdded.connect(self.attributes_added) give: TypeError: C++ type 'QList' is not supported as a signal argument type I give a look to PyQT5 signal/slot model and I haven't found something different from PyQT4 so don't understand if this is a bug or a new QGIS3 signal behaviour... Is there somewhere a raw class/methods changes list from QGIS2 to QGIS3? Best Regards and thanks to all for the wonderful work!
_______________________________________________ Qgis-developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
