Skip to content

Commit c3fd631

Browse files
committed
Fix dox
1 parent 5e1d1a4 commit c3fd631

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

python/core/auto_generated/symbology/qgssymbol.sip.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,11 @@ Draws an icon of the symbol that occupies an area given by ``size`` using the sp
208208
Optionally a custom render context may be given in order to ensure that the preview icon exactly
209209
matches the settings from that context.
210210

211-
.. versionadded:: 2.6
212-
213211
.. seealso:: :py:func:`exportImage`
214212

215213
.. seealso:: :py:func:`asImage`
214+
215+
.. versionadded:: 2.6
216216
%End
217217

218218
void exportImage( const QString &path, const QString &format, QSize size );

src/core/symbology/qgssymbol.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,9 @@ class CORE_EXPORT QgsSymbol
237237
* Optionally a custom render context may be given in order to ensure that the preview icon exactly
238238
* matches the settings from that context.
239239
*
240-
* \since QGIS 2.6
241240
* \see exportImage()
242241
* \see asImage()
242+
* \since QGIS 2.6
243243
*/
244244
void drawPreviewIcon( QPainter *painter, QSize size, QgsRenderContext *customContext = nullptr );
245245

0 commit comments

Comments
 (0)