Skip to content

Commit

Permalink
Add missing class reference
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Jul 1, 2022
1 parent ecd9468 commit 8761480
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -148,7 +148,7 @@ Create a new geometry check.

virtual void prepare( const QgsGeometryCheckContext *context, const QVariantMap &configuration );
%Docstring
Will be run in the main thread before :py:func:`~collectErrors` is called (which may be run from a background thread).
Will be run in the main thread before :py:func:`~QgsGeometryCheck.collectErrors` is called (which may be run from a background thread).

.. versionadded:: 3.10
%End
Expand All @@ -157,7 +157,7 @@ Will be run in the main thread before :py:func:`~collectErrors` is called (which
virtual bool isCompatible( QgsVectorLayer *layer ) const;
%Docstring
Returns if this geometry check is compatible with ``layer``.
By default it checks for the geometry type in :py:func:`~compatibleGeometryTypes`.
By default it checks for the geometry type in :py:func:`~QgsGeometryCheck.compatibleGeometryTypes`.

.. versionadded:: 3.4
%End
Expand Down

0 comments on commit 8761480

Please sign in to comment.