Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 3, 2023
1 parent 3b5b693 commit f23bdbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ It is either a root node, a normal node or
a named list (to store a group of settings under a dynamic named key).
to automatically register a settings entry on its creation when a parent is provided.

.. seealso:: :py:class:`QgsSettingsTreee`
.. seealso:: :py:class:`QgsSettingsTree`

.. seealso:: :py:class:`QgsSettingsEntryBase`

Expand Down
2 changes: 1 addition & 1 deletion src/core/settings/qgssettingstreenode.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class QgsSettingsEntryString;
* a named list (to store a group of settings under a dynamic named key).
* to automatically register a settings entry on its creation when a parent is provided.
*
* \see QgsSettingsTreee
* \see QgsSettingsTree
* \see QgsSettingsEntryBase
*
* \since QGIS 3.30
Expand Down

0 comments on commit f23bdbd

Please sign in to comment.