Skip to content

Commit cb4410f

Browse files
committedJul 24, 2016
Added "added" note
1 parent 04ffd9e commit cb4410f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
 

‎python/core/raster/qgsrasterinterface.sip

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
/** \ingroup core
33
* Feedback object tailored for raster block reading.
4+
*
5+
* @note added in QGIS 3.0
46
*/
57
class QgsRasterBlockFeedback : QgsFeedback
68
{

‎src/core/raster/qgsrasterinterface.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131

3232
/** \ingroup core
3333
* Feedback object tailored for raster block reading.
34+
*
35+
* @note added in QGIS 3.0
3436
*/
3537
class CORE_EXPORT QgsRasterBlockFeedback : public QgsFeedback
3638
{

0 commit comments

Comments
 (0)
Please sign in to comment.