Skip to content

Commit

Permalink
remove doc note
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav authored and nyalldawson committed Dec 15, 2022
1 parent 115d822 commit 15a6f6a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
8 changes: 0 additions & 8 deletions python/core/auto_generated/qgsmapthemecollection.sip.in
Expand Up @@ -117,10 +117,6 @@ and thus whether :py:func:`~MapThemeRecord.expandedGroupNodes` and expandedLegen
Returns whether information about checked/unchecked state of groups has been recorded
and thus whether :py:func:`~MapThemeRecord.checkedGroupNodes` is valid.

.. note::

Not available in Python bindings

.. versionadded:: 3.10.1
%End
void setHasExpandedStateInfo( bool hasInfo );
Expand All @@ -134,10 +130,6 @@ Sets whether the map theme contains valid expanded/collapsed state of nodes
%Docstring
Sets whether the map theme contains valid checked/unchecked state of group nodes

.. note::

Not available in Python bindings

.. versionadded:: 3.10.1
%End
QSet<QString> expandedGroupNodes() const;
Expand Down
2 changes: 0 additions & 2 deletions src/core/qgsmapthemecollection.h
Expand Up @@ -160,7 +160,6 @@ class CORE_EXPORT QgsMapThemeCollection : public QObject
/**
* Returns whether information about checked/unchecked state of groups has been recorded
* and thus whether checkedGroupNodes() is valid.
* \note Not available in Python bindings
* \since QGIS 3.10.1
*/
bool hasCheckedStateInfo() const { return mHasCheckedStateInfo; };
Expand All @@ -173,7 +172,6 @@ class CORE_EXPORT QgsMapThemeCollection : public QObject

/**
* Sets whether the map theme contains valid checked/unchecked state of group nodes
* \note Not available in Python bindings
* \since QGIS 3.10.1
*/
void setHasCheckedStateInfo( bool hasInfo ) { mHasCheckedStateInfo = hasInfo; };
Expand Down

0 comments on commit 15a6f6a

Please sign in to comment.