From 6c35c8b308eac04e361c0ded7d5d358e417e90b6 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Fri, 21 Sep 2018 11:24:32 +1000 Subject: [PATCH] Fix broken doxygen link --- .../processing/qgsprocessingmodelerparameterwidget.sip.in | 2 -- src/gui/processing/qgsprocessingmodelerparameterwidget.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/python/gui/auto_generated/processing/qgsprocessingmodelerparameterwidget.sip.in b/python/gui/auto_generated/processing/qgsprocessingmodelerparameterwidget.sip.in index d5d575d5ccf4..98e6893bd78e 100644 --- a/python/gui/auto_generated/processing/qgsprocessingmodelerparameterwidget.sip.in +++ b/python/gui/auto_generated/processing/qgsprocessingmodelerparameterwidget.sip.in @@ -62,8 +62,6 @@ last for the lifetime of the widget. Sets the ``context`` in which the modeler parameter widget is shown, e.g., the parent model algorithm and other relevant information which allows the widget to fine-tune its behavior. - -.. seealso:: :py:func:`widgetContext` %End void registerProcessingContextGenerator( QgsProcessingContextGenerator *generator ); diff --git a/src/gui/processing/qgsprocessingmodelerparameterwidget.h b/src/gui/processing/qgsprocessingmodelerparameterwidget.h index 6d5b523b7005..d2044772e878 100644 --- a/src/gui/processing/qgsprocessingmodelerparameterwidget.h +++ b/src/gui/processing/qgsprocessingmodelerparameterwidget.h @@ -88,8 +88,6 @@ class GUI_EXPORT QgsProcessingModelerParameterWidget : public QWidget, public Qg * Sets the \a context in which the modeler parameter widget is shown, e.g., the * parent model algorithm and other relevant information which allows the widget * to fine-tune its behavior. - * - * \see widgetContext() */ void setWidgetContext( const QgsProcessingParameterWidgetContext &context );