diff --git a/python/PyQt6/core/auto_generated/settings/qgssettingsentry.sip.in b/python/PyQt6/core/auto_generated/settings/qgssettingsentry.sip.in index 0bf86665e3e3..27bf9b9cc7fe 100644 --- a/python/PyQt6/core/auto_generated/settings/qgssettingsentry.sip.in +++ b/python/PyQt6/core/auto_generated/settings/qgssettingsentry.sip.in @@ -363,7 +363,7 @@ Returns ``True`` if the setting was changed during the current QGIS session. void setEditorWidgetWrapper( QgsSettingsEditorWidgetWrapper *editorWrapper /Transfer/ ); %Docstring Sets an editor widget wrapper for the setting -Normally, editor widgets are automatically determined and build using :py:class:`QgsSettingsEditorWidgetRegistry`. +Normally, editor widgets are automatically determined and built using :py:class:`QgsSettingsEditorWidgetRegistry`. This might be useful for plugins to define a custom implementation. .. versionadded:: 3.40 @@ -372,7 +372,7 @@ This might be useful for plugins to define a custom implementation. QgsSettingsEditorWidgetWrapper *editorWidgetWrapper() const; %Docstring Returns the editor widget wrapper for the setting -Normally, editor widgets are automatically determined and build using :py:class:`QgsSettingsEditorWidgetRegistry` and +Normally, editor widgets are automatically determined and built using :py:class:`QgsSettingsEditorWidgetRegistry` and this method will then return a null pointer. .. versionadded:: 3.40 diff --git a/python/core/auto_generated/settings/qgssettingsentry.sip.in b/python/core/auto_generated/settings/qgssettingsentry.sip.in index 0bf86665e3e3..27bf9b9cc7fe 100644 --- a/python/core/auto_generated/settings/qgssettingsentry.sip.in +++ b/python/core/auto_generated/settings/qgssettingsentry.sip.in @@ -363,7 +363,7 @@ Returns ``True`` if the setting was changed during the current QGIS session. void setEditorWidgetWrapper( QgsSettingsEditorWidgetWrapper *editorWrapper /Transfer/ ); %Docstring Sets an editor widget wrapper for the setting -Normally, editor widgets are automatically determined and build using :py:class:`QgsSettingsEditorWidgetRegistry`. +Normally, editor widgets are automatically determined and built using :py:class:`QgsSettingsEditorWidgetRegistry`. This might be useful for plugins to define a custom implementation. .. versionadded:: 3.40 @@ -372,7 +372,7 @@ This might be useful for plugins to define a custom implementation. QgsSettingsEditorWidgetWrapper *editorWidgetWrapper() const; %Docstring Returns the editor widget wrapper for the setting -Normally, editor widgets are automatically determined and build using :py:class:`QgsSettingsEditorWidgetRegistry` and +Normally, editor widgets are automatically determined and built using :py:class:`QgsSettingsEditorWidgetRegistry` and this method will then return a null pointer. .. versionadded:: 3.40 diff --git a/src/core/settings/qgssettingsentry.h b/src/core/settings/qgssettingsentry.h index b0c6ac0bc417..d4378512d725 100644 --- a/src/core/settings/qgssettingsentry.h +++ b/src/core/settings/qgssettingsentry.h @@ -355,7 +355,7 @@ class CORE_EXPORT QgsSettingsEntryBase /** * Sets an editor widget wrapper for the setting - * Normally, editor widgets are automatically determined and build using QgsSettingsEditorWidgetRegistry. + * Normally, editor widgets are automatically determined and built using QgsSettingsEditorWidgetRegistry. * This might be useful for plugins to define a custom implementation. * \since QGIS 3.40 */ @@ -363,7 +363,7 @@ class CORE_EXPORT QgsSettingsEntryBase /** * Returns the editor widget wrapper for the setting - * Normally, editor widgets are automatically determined and build using QgsSettingsEditorWidgetRegistry and + * Normally, editor widgets are automatically determined and built using QgsSettingsEditorWidgetRegistry and * this method will then return a null pointer. * \since QGIS 3.40 */