Skip to content

Commit a124fbf

Browse files
committed
Add API break notes for QgsMapToolTouch
1 parent c26ed69 commit a124fbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/api_break.dox

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ should now call QgsCoordinateReferenceSystem::invalidateCache() and QgsCoordinat
266266
- QgsMapCanvasMap. It is an internal class used by map canvas.
267267
- QgsMapLayerRegistry. Its functionality has been moved to QgsProject.
268268
- QgsMapRenderer. It has been replaced by QgsMapRendererJob with subclasses and QgsMapSettings.
269+
- QgsMapToolTouch. The touch navigation functionality is now built into the standard QgsMapToolPan tool.
269270
- QgsPhotoWidgetWrapper was removed. Use QgsExternalResourceWidgetWrapper instead.
270271
- QgsPseudoColorShader. This shader has been broken for some time and was replaced by QgsSingleBandPseudoColorRenderer.
271272
- QgsProjectBadLayerGuiHandler was removed. It was unused in QGIS code and barely useful. Implement your own QgsProjectBadLayerHandler subclass if needed.
@@ -355,6 +356,7 @@ QgisInterface {#qgis_api_break_3_0_QgisInterface}
355356

356357
- fileMenu() has been removed, use projectMenu() instead.
357358
- actionRemoveLayer was removed as it no longer exists.
359+
- actionTouch was removed, as the corresponding action no longer exists (see notes on QgsMapToolTouch)
358360

359361

360362
QgsAbstractGeometry {#qgis_api_break_3_0_QgsAbstractGeometry}

0 commit comments

Comments
 (0)