Skip to content

Commit

Permalink
Update src/core/qgsmaplayerproxymodel.h
Browse files Browse the repository at this point in the history
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
  • Loading branch information
jakimowb and nyalldawson committed Jan 7, 2022
1 parent e078e26 commit fdff390
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/qgsmaplayerproxymodel.h
Expand Up @@ -90,7 +90,9 @@ class CORE_EXPORT QgsMapLayerProxyModel : public QSortFilterProxyModel
const Filters &filters() const { return mFilters; }

/**
* Sets the QgsProject from which map layers are shown
* Sets the \a project from which map layers are shown.
*
* If \a project is NULLPTR then QgsProject::instance() will be used.
*
* \since QGIS 3.24
*/
Expand Down

0 comments on commit fdff390

Please sign in to comment.