Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix broken seealso link
  • Loading branch information
nyalldawson committed Sep 6, 2020
1 parent 54b506a commit 1c683e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -75,7 +75,7 @@ set to a pixel-to-millimeter value.
Returns the pixel size conversion factor, used to scale the original pixel sizes
when converting styles.

.. seealso:: :py:func:`setSizeConversionFactor`
.. seealso:: :py:func:`setPixelSizeConversionFactor`
%End

void setPixelSizeConversionFactor( double sizeConversionFactor );
Expand Down
2 changes: 1 addition & 1 deletion src/core/vectortile/qgsmapboxglstyleconverter.h
Expand Up @@ -85,7 +85,7 @@ class CORE_EXPORT QgsMapBoxGlStyleConversionContext
* Returns the pixel size conversion factor, used to scale the original pixel sizes
* when converting styles.
*
* \see setSizeConversionFactor()
* \see setPixelSizeConversionFactor()
*/
double pixelSizeConversionFactor() const;

Expand Down

0 comments on commit 1c683e2

Please sign in to comment.