Skip to content

Commit

Permalink
Fix dox
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 31, 2018
1 parent 5e1d1a4 commit c3fd631
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions python/core/auto_generated/symbology/qgssymbol.sip.in
Expand Up @@ -208,11 +208,11 @@ Draws an icon of the symbol that occupies an area given by ``size`` using the sp
Optionally a custom render context may be given in order to ensure that the preview icon exactly
matches the settings from that context.

.. versionadded:: 2.6

.. seealso:: :py:func:`exportImage`

.. seealso:: :py:func:`asImage`

.. versionadded:: 2.6
%End

void exportImage( const QString &path, const QString &format, QSize size );
Expand Down
2 changes: 1 addition & 1 deletion src/core/symbology/qgssymbol.h
Expand Up @@ -237,9 +237,9 @@ class CORE_EXPORT QgsSymbol
* Optionally a custom render context may be given in order to ensure that the preview icon exactly
* matches the settings from that context.
*
* \since QGIS 2.6
* \see exportImage()
* \see asImage()
* \since QGIS 2.6
*/
void drawPreviewIcon( QPainter *painter, QSize size, QgsRenderContext *customContext = nullptr );

Expand Down

0 comments on commit c3fd631

Please sign in to comment.