File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -481,11 +481,10 @@ class CORE_EXPORT QgsDataProvider : public QObject
481
481
/* *
482
482
* Returns whether the layer must be rendered in preview jobs.
483
483
*
484
- * The base implementation returns lastRenderingTimeMS <= maxRenderingTimeMS
484
+ * The \a context argument gives useful information which can be used
485
+ * to determine whether the layer should be rendered or not.
485
486
*
486
- * \param lastRenderingTimeMS last rendering time in milliseconds.
487
- * \param maxRenderingTimeMS maximum allowed rendering time in milliseconds.
488
- * \returns true if the layer must be rendered.
487
+ * The base implementation returns true if lastRenderingTimeMs <= maxRenderingTimeMs.
489
488
*
490
489
* \since QGIS 3.0
491
490
*
You can’t perform that action at this time.
0 commit comments