Skip to content

Commit

Permalink
fix dox
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 16, 2023
1 parent 799ef39 commit 8aa1898
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -16,10 +16,10 @@ class QgsSettingsEntryGroup /Deprecated/
%Docstring(signature="appended")
Creates a group of setting which have a common definition of base key

.. versionadded:: 3.26

.. deprecated:: QGIS 3.30
use :py:class:`QgsSettingsTreeElement` instead

.. versionadded:: 3.26
%End

%TypeHeaderCode
Expand Down
2 changes: 1 addition & 1 deletion src/core/settings/qgssettingsentrygroup.h
Expand Up @@ -31,9 +31,9 @@ class QgsSettingsEntryBase;
* \ingroup core
* \class QgsSettingsEntryGroup
* \brief Creates a group of setting which have a common definition of base key
* \deprecated since QGIS 3.30 use QgsSettingsTreeElement instead
*
* \since QGIS 3.26
* \deprecated since QGIS 3.30 use QgsSettingsTreeElement instead
*/
class CORE_DEPRECATED_EXPORT QgsSettingsEntryGroup SIP_DEPRECATED
{
Expand Down

0 comments on commit 8aa1898

Please sign in to comment.