Skip to content

Commit

Permalink
Add empty line for list rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Sep 17, 2019
1 parent b4b2a6e commit 493a8c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/core/auto_generated/qgsmaprendererjob.sip.in
Expand Up @@ -24,6 +24,7 @@ operation is quite important because the rendering can take considerable
amount of time.

Common use case:

0. prepare QgsMapSettings with rendering configuration (extent, layer, map size, ...)
1. create QgsMapRendererJob subclass with QgsMapSettings instance
2. connect to job's finished() signal
Expand All @@ -33,6 +34,7 @@ Common use case:
It is possible to cancel the rendering job while it is active by calling cancel() function.

The following subclasses are available:

- QgsMapRendererSequentialJob - renders map in one background thread to an image
- QgsMapRendererParallelJob - renders map in multiple background threads to an image
- QgsMapRendererCustomPainterJob - renders map with given QPainter in one background thread
Expand Down

0 comments on commit 493a8c8

Please sign in to comment.