Skip to content

Commit

Permalink
Remove broken seealso links
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 18, 2019
1 parent 7a1547a commit 10a1b15
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions python/gui/auto_generated/qgstextformatwidget.sip.in
Expand Up @@ -209,8 +209,6 @@ Returns the current formatting settings defined by the widget.
%Docstring
Sets the ``context`` in which the widget is shown, e.g., the associated map canvas and expression contexts.

.. seealso:: :py:func:`context`

.. versionadded:: 3.10
%End

Expand Down Expand Up @@ -260,8 +258,6 @@ Returns the current formatting settings defined by the widget.
%Docstring
Sets the ``context`` in which the widget is shown, e.g., the associated map canvas and expression contexts.

.. seealso:: :py:func:`context`

.. versionadded:: 3.10
%End

Expand Down
2 changes: 0 additions & 2 deletions src/gui/qgstextformatwidget.h
Expand Up @@ -295,7 +295,6 @@ class GUI_EXPORT QgsTextFormatDialog : public QDialog

/**
* Sets the \a context in which the widget is shown, e.g., the associated map canvas and expression contexts.
* \see context()
* \since QGIS 3.10
*/
void setContext( const QgsSymbolWidgetContext &context );
Expand Down Expand Up @@ -346,7 +345,6 @@ class GUI_EXPORT QgsTextFormatPanelWidget : public QgsPanelWidgetWrapper

/**
* Sets the \a context in which the widget is shown, e.g., the associated map canvas and expression contexts.
* \see context()
* \since QGIS 3.10
*/
void setContext( const QgsSymbolWidgetContext &context );
Expand Down

0 comments on commit 10a1b15

Please sign in to comment.