Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
One more try to make PyQgsDocCoverage happy
  • Loading branch information
wonder-sk committed Jul 25, 2016
1 parent cb4410f commit 71ca330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/qgsfeedback.sip
@@ -1,5 +1,6 @@

/** \ingroup core
* @note added in QGIS 3.0
* Base class for feedback objects to be used for cancellation of something running in a worker thread.
*
* The class may be used as is or it may be subclassed for extended functionality
Expand All @@ -17,7 +18,6 @@
* subclass and available with QgsMapLayerRenderer::feedback() method. When a map rendering job
* gets cancelled, the cancel() method is called on the feedback object of all layers.
*
* @note added in QGIS 3.0
*/
class QgsFeedback : QObject
{
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsfeedback.h
Expand Up @@ -19,6 +19,7 @@
#include <QObject>

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

0 comments on commit 71ca330

Please sign in to comment.