Skip to content

Commit

Permalink
Update src/gui/qgsmaplayercombobox.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 fdff390 commit d198b9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/gui/qgsmaplayercombobox.h
Expand Up @@ -74,7 +74,9 @@ class GUI_EXPORT QgsMapLayerComboBox : public QComboBox
QStringList excludedProviders() const;

/**
* 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 d198b9a

Please sign in to comment.