Skip to content

Commit

Permalink
Update src/gui/qgisinterface.h
Browse files Browse the repository at this point in the history
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
  • Loading branch information
keigoi and nyalldawson committed Jul 23, 2021
1 parent 811a035 commit c7a7ec3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/gui/qgisinterface.h
Expand Up @@ -166,7 +166,10 @@ class GUI_EXPORT QgisInterface : public QObject
//! Returns a pointer to the map canvas
virtual QgsMapCanvas *mapCanvas() = 0;

//! Returns a list of the active decorations
/**
* Returns a list of the active decorations.
* \since QGIS 3.22
*/
virtual QList<QgsMapDecoration *> activeDecorations() = 0;

/**
Expand Down

0 comments on commit c7a7ec3

Please sign in to comment.