Added "added" note

This commit is contained in:
Martin Dobias 2016-07-25 01:26:34 +02:00
parent 04ffd9ec4f
commit cb4410f2bc
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,8 @@
/** \ingroup core
* Feedback object tailored for raster block reading.
*
* @note added in QGIS 3.0
*/
class QgsRasterBlockFeedback : QgsFeedback
{

View File

@ -31,6 +31,8 @@
/** \ingroup core
* Feedback object tailored for raster block reading.
*
* @note added in QGIS 3.0
*/
class CORE_EXPORT QgsRasterBlockFeedback : public QgsFeedback
{