Navigation Menu

Skip to content

Commit

Permalink
Fix see also
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 3, 2020
1 parent cafa347 commit 53a8343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -69,7 +69,7 @@ Returns shininess of the surface
%Docstring
Returns the diffuse texture path.

.. seealso:: :py:func:`setTexturePath`
.. seealso:: :py:func:`setDiffuseTexturePath`
%End

float textureScale() const;
Expand Down
2 changes: 1 addition & 1 deletion src/3d/materials/qgsphongtexturedmaterialsettings.h
Expand Up @@ -67,7 +67,7 @@ class _3D_EXPORT QgsPhongTexturedMaterialSettings : public QgsAbstractMaterialSe
/**
* Returns the diffuse texture path.
*
* \see setTexturePath()
* \see setDiffuseTexturePath()
*/
QString diffuseTexturePath() const { return mDiffuseTexturePath; }

Expand Down

0 comments on commit 53a8343

Please sign in to comment.