DelazJ / MapsPrinter

A QGIS plugin to export simultaneously multiple print layouts to various file formats
GNU General Public License v3.0
23 stars 6 forks source link

Fix "wrapped C/C++ object of type MapsPrinterProvider has been deleted" #21

Closed gacarrillor closed 4 years ago

gacarrillor commented 4 years ago

Don't make a copy of the provider, whose ownership is transferred the Processing registry.

This should solve the error "wrapped C/C++ object of type MapsPrinterProvider has been deleted".

DelazJ commented 4 years ago

Thanks @gacarrillor