File tree 2 files changed +3
-3
lines changed
python/core/auto_generated/symbology
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -208,11 +208,11 @@ Draws an icon of the symbol that occupies an area given by ``size`` using the sp
208
208
Optionally a custom render context may be given in order to ensure that the preview icon exactly
209
209
matches the settings from that context.
210
210
211
- .. versionadded:: 2.6
212
-
213
211
.. seealso:: :py:func:`exportImage`
214
212
215
213
.. seealso:: :py:func:`asImage`
214
+
215
+ .. versionadded:: 2.6
216
216
%End
217
217
218
218
void exportImage( const QString &path, const QString &format, QSize size );
Original file line number Diff line number Diff line change @@ -237,9 +237,9 @@ class CORE_EXPORT QgsSymbol
237
237
* Optionally a custom render context may be given in order to ensure that the preview icon exactly
238
238
* matches the settings from that context.
239
239
*
240
- * \since QGIS 2.6
241
240
* \see exportImage()
242
241
* \see asImage()
242
+ * \since QGIS 2.6
243
243
*/
244
244
void drawPreviewIcon ( QPainter *painter, QSize size, QgsRenderContext *customContext = nullptr );
245
245
You can’t perform that action at this time.
0 commit comments