Skip to content
Permalink
Browse files
Update docs
  • Loading branch information
nyalldawson committed Dec 4, 2017
1 parent 91c9130 commit 56508b5
Showing 1 changed file with 3 additions and 4 deletions.
@@ -481,11 +481,10 @@ class CORE_EXPORT QgsDataProvider : public QObject
/**
* Returns whether the layer must be rendered in preview jobs.
*
* The base implementation returns lastRenderingTimeMS <= maxRenderingTimeMS
* The \a context argument gives useful information which can be used
* to determine whether the layer should be rendered or not.
*
* \param lastRenderingTimeMS last rendering time in milliseconds.
* \param maxRenderingTimeMS maximum allowed rendering time in milliseconds.
* \returns true if the layer must be rendered.
* The base implementation returns true if lastRenderingTimeMs <= maxRenderingTimeMs.
*
* \since QGIS 3.0
*

0 comments on commit 56508b5

Please sign in to comment.