Skip to content

Commit

Permalink
Fix see also link
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 11, 2018
1 parent 5beb4e2 commit b2df588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgsdataitem.sip.in
Expand Up @@ -234,7 +234,7 @@ Returns the capabilities for the data item.
%Docstring
Sets the capabilities for the data item.

.. seealso:: :py:func:`capabilities`
.. seealso:: :py:func:`capabilities2`
%End


Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsdataitem.h
Expand Up @@ -244,7 +244,7 @@ class CORE_EXPORT QgsDataItem : public QObject
/**
* Sets the capabilities for the data item.
*
* \see capabilities()
* \see capabilities2()
*/
virtual void setCapabilities( Capabilities capabilities ) { mCapabilities = capabilities; }

Expand Down

0 comments on commit b2df588

Please sign in to comment.