mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
There was no code in core using the signals/slots associated with QgsCoordinateTransform, and little reason to keep the class a QObject. Making it not a QObject simplifies code and allows QgsCoordinateTransform objects to be easily copied and passed around without complication.