mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-09 00:17:27 -05:00
Fix broken seealso link
This commit is contained in:
parent
54b506a02a
commit
1c683e2e36
@ -75,7 +75,7 @@ set to a pixel-to-millimeter value.
|
|||||||
Returns the pixel size conversion factor, used to scale the original pixel sizes
|
Returns the pixel size conversion factor, used to scale the original pixel sizes
|
||||||
when converting styles.
|
when converting styles.
|
||||||
|
|
||||||
.. seealso:: :py:func:`setSizeConversionFactor`
|
.. seealso:: :py:func:`setPixelSizeConversionFactor`
|
||||||
%End
|
%End
|
||||||
|
|
||||||
void setPixelSizeConversionFactor( double sizeConversionFactor );
|
void setPixelSizeConversionFactor( double sizeConversionFactor );
|
||||||
|
|||||||
@ -85,7 +85,7 @@ class CORE_EXPORT QgsMapBoxGlStyleConversionContext
|
|||||||
* Returns the pixel size conversion factor, used to scale the original pixel sizes
|
* Returns the pixel size conversion factor, used to scale the original pixel sizes
|
||||||
* when converting styles.
|
* when converting styles.
|
||||||
*
|
*
|
||||||
* \see setSizeConversionFactor()
|
* \see setPixelSizeConversionFactor()
|
||||||
*/
|
*/
|
||||||
double pixelSizeConversionFactor() const;
|
double pixelSizeConversionFactor() const;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user