Skip to content

Commit

Permalink
fixed style
Browse files Browse the repository at this point in the history
  • Loading branch information
jakimowb authored and nyalldawson committed Jan 7, 2022
1 parent dc1866f commit 01b61dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/gui/auto_generated/qgsmaplayercombobox.sip.in
Expand Up @@ -72,7 +72,7 @@ Returns the list of data providers which are excluded from the combobox.
%Docstring
Sets the ``project`` from which map layers are shown.

If ``project`` is ``None`` then :py:func:`QgsProject.instance()` will be used.
If ``project`` is ``None`` then :py:func:`QgsProject.instance()` will be used.

.. versionadded:: 3.24
%End
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsmaplayercombobox.h
Expand Up @@ -76,7 +76,7 @@ class GUI_EXPORT QgsMapLayerComboBox : public QComboBox
/**
* Sets the \a project from which map layers are shown.
*
* If \a project is NULLPTR then QgsProject::instance() will be used.
* If \a project is NULLPTR then QgsProject::instance() will be used.
*
* \since QGIS 3.24
*/
Expand Down

0 comments on commit 01b61dc

Please sign in to comment.