mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-29 00:06:58 -05:00
fix doc deprecation warning for snappingTypeFlagToIcon
redirected to the correct replacement method
This commit is contained in:
parent
ac7a7fc78e
commit
42baffed22
@ -95,7 +95,7 @@ class CORE_EXPORT QgsSnappingConfig
|
|||||||
/**
|
/**
|
||||||
* Convenient method to return an icon corresponding to the enum type
|
* Convenient method to return an icon corresponding to the enum type
|
||||||
* Qgis::SnappingTypes.
|
* Qgis::SnappingTypes.
|
||||||
* \deprecated QGIS 3.26. Use Qgis::snappingTypeToString instead.
|
* \deprecated QGIS 3.26. Use Qgis::snappingTypeToIcon instead.
|
||||||
* \since QGIS 3.20
|
* \since QGIS 3.20
|
||||||
*/
|
*/
|
||||||
Q_DECL_DEPRECATED static QIcon snappingTypeFlagToIcon( Qgis::SnappingType type ) SIP_DEPRECATED {return snappingTypeToIcon( type );}
|
Q_DECL_DEPRECATED static QIcon snappingTypeFlagToIcon( Qgis::SnappingType type ) SIP_DEPRECATED {return snappingTypeToIcon( type );}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user