Skip to content

Commit 71ca330

Browse files
committedJul 25, 2016
One more try to make PyQgsDocCoverage happy
1 parent cb4410f commit 71ca330

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/core/qgsfeedback.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
/** \ingroup core
3+
* @note added in QGIS 3.0
34
* Base class for feedback objects to be used for cancellation of something running in a worker thread.
45
*
56
* The class may be used as is or it may be subclassed for extended functionality
@@ -17,7 +18,6 @@
1718
* subclass and available with QgsMapLayerRenderer::feedback() method. When a map rendering job
1819
* gets cancelled, the cancel() method is called on the feedback object of all layers.
1920
*
20-
* @note added in QGIS 3.0
2121
*/
2222
class QgsFeedback : QObject
2323
{

‎src/core/qgsfeedback.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <QObject>
2020

2121
/** \ingroup core
22+
* @note added in QGIS 3.0
2223
* Base class for feedback objects to be used for cancellation of something running in a worker thread.
2324
*
2425
* The class may be used as is or it may be subclassed for extended functionality
@@ -36,7 +37,6 @@
3637
* subclass and available with QgsMapLayerRenderer::feedback() method. When a map rendering job
3738
* gets cancelled, the cancel() method is called on the feedback object of all layers.
3839
*
39-
* @note added in QGIS 3.0
4040
*/
4141
class CORE_EXPORT QgsFeedback : public QObject
4242
{

0 commit comments

Comments
 (0)
Please sign in to comment.