Update docs

This commit is contained in:
Nyall Dawson 2017-12-02 11:24:38 +10:00
parent 91c913077c
commit 56508b57ca

View File

@ -481,11 +481,10 @@ class CORE_EXPORT QgsDataProvider : public QObject
/** /**
* Returns whether the layer must be rendered in preview jobs. * 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. * The base implementation returns true if lastRenderingTimeMs <= maxRenderingTimeMs.
* \param maxRenderingTimeMS maximum allowed rendering time in milliseconds.
* \returns true if the layer must be rendered.
* *
* \since QGIS 3.0 * \since QGIS 3.0
* *