Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 4, 2017
1 parent 91c9130 commit 56508b5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/core/qgsdataprovider.h
Expand Up @@ -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
*
Expand Down

0 comments on commit 56508b5

Please sign in to comment.