Skip to content

Commit 1568693

Browse files
committed
Instructions for QgsCoordinateTransform::initialize API break
1 parent 7871071 commit 1568693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api_break.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ plugins calling these methods will need to be updated.
934934
- setDestCRSID has been removed, use setDestinationCrs() instead
935935
- 'theNode', 'theDoc' parameters in readXML and writeXML have been renamed to 'node' and 'document' respectively
936936
- readXML() and writeXML() have been removed.
937-
- initialize() was removed.
937+
- initialize() was removed, calls to this method can safely be omitted.
938938
- datumTransformations() was moved to QgsDatumTransform, and now returns a list of QgsDatumTransform.TransformPair instead of a list of lists.
939939
- datumTransformString() was moved to QgsDatumTransform and renamed to datumTransformToProj()
940940
- datumTransformCrsInfo() was moved to QgsDatumTransform and renamed to datumTransformInfo(), and now returns a QgsDatumTransform.TransformInfo object.

0 commit comments

Comments
 (0)