Skip to content

Commit

Permalink
remove wrong Qgis::
Browse files Browse the repository at this point in the history
  • Loading branch information
pers-ephone authored and nyalldawson committed Dec 2, 2024
1 parent f432778 commit a9c1139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgssnappingconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class CORE_EXPORT QgsSnappingConfig
* Convenient method to return the translated name of the enum type
* Qgis::SnappingTypes.
* \since QGIS 3.12
* \deprecated QGIS 3.26. Use Qgis::snappingTypeToString instead.
* \deprecated QGIS 3.26. Use snappingTypeToString instead.
*/
Q_DECL_DEPRECATED static QString snappingTypeFlagToString( Qgis::SnappingType type ) SIP_DEPRECATED {return snappingTypeToString( type );}

Expand All @@ -95,7 +95,7 @@ class CORE_EXPORT QgsSnappingConfig
/**
* Convenient method to return an icon corresponding to the enum type
* Qgis::SnappingTypes.
* \deprecated QGIS 3.26. Use Qgis::snappingTypeToIcon instead.
* \deprecated QGIS 3.26. Use snappingTypeToIcon instead.
* \since QGIS 3.20
*/
Q_DECL_DEPRECATED static QIcon snappingTypeFlagToIcon( Qgis::SnappingType type ) SIP_DEPRECATED {return snappingTypeToIcon( type );}
Expand Down

0 comments on commit a9c1139

Please sign in to comment.