Skip to content

Commit

Permalink
add since
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored Aug 16, 2024
1 parent 165672d commit 0f762cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/vectortile/qgsmapboxglstyleconverter.h
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,8 @@ class CORE_EXPORT QgsMapBoxGlStyleConverter
* Interpolates a list which starts with the interpolate function.
*
* \warning This is private API only, and may change in future QGIS versions
*
* \since QGIS 3.40
*/
static QgsProperty parseInterpolateListByZoom( const QVariantList &json, PropertyType type, QgsMapBoxGlStyleConversionContext &context, double multiplier = 1,
int maxOpacity = 255, QColor *defaultColor SIP_OUT = nullptr, double *defaultNumber SIP_OUT = nullptr );
Expand All @@ -690,7 +692,7 @@ class CORE_EXPORT QgsMapBoxGlStyleConverter
* \param colorExpression the color expression
* \param context the style conversion context
* \returns the QGIS expression string
* since QGIS 3.22
* \since QGIS 3.22
*/
static QString parseColorExpression( const QVariant &colorExpression, QgsMapBoxGlStyleConversionContext &context );

Expand Down

0 comments on commit 0f762cc

Please sign in to comment.