Skip to content

Commit b2df588

Browse files
committedOct 11, 2018
Fix see also link
1 parent 5beb4e2 commit b2df588

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/core/auto_generated/qgsdataitem.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Returns the capabilities for the data item.
234234
%Docstring
235235
Sets the capabilities for the data item.
236236

237-
.. seealso:: :py:func:`capabilities`
237+
.. seealso:: :py:func:`capabilities2`
238238
%End
239239

240240

‎src/core/qgsdataitem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ class CORE_EXPORT QgsDataItem : public QObject
244244
/**
245245
* Sets the capabilities for the data item.
246246
*
247-
* \see capabilities()
247+
* \see capabilities2()
248248
*/
249249
virtual void setCapabilities( Capabilities capabilities ) { mCapabilities = capabilities; }
250250

0 commit comments

Comments
 (0)
Please sign in to comment.