mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
Previously the widget would always just use a generic hardcoded list of field types. This isn't appropriate for all destination providers, which may not support certain field types. Add API so that an explicit list of supported destination field types can be set for the widget, restricting the choices available to users for destination fields.