remove paragraph

This commit is contained in:
David Signer 2020-05-14 09:37:30 +02:00
parent 3ea7b28aea
commit 66a5dbf470
2 changed files with 2 additions and 3 deletions

View File

@ -300,9 +300,9 @@ The following operations will be performed to convert the input features:
static bool impactsCascadeFeatures( const QgsVectorLayer *layer, const QgsFeatureIds &fids, const QgsProject *project, QgsDuplicateFeatureContext &context /Out/ );
%Docstring
:return: true if at least one feature of the ``fids`` on ``layer`` is connected as parent in at
:return: ``True`` if at least one feature of the ``fids`` on ``layer`` is connected as parent in at
least one composition relation of the ``project`` or contains joins, where cascade delete is set.
The ``context`` is used to get more details.
Details about cascading effects will be written to ``context``.
.. versionadded:: 3.14
%End

View File

@ -324,7 +324,6 @@ class CORE_EXPORT QgsVectorLayerUtils
* \returns TRUE if at least one feature of the \a fids on \a layer is connected as parent in at
* least one composition relation of the \a project or contains joins, where cascade delete is set.
* Details about cascading effects will be written to \a context.
*
* \since QGIS 3.14
*/
static bool impactsCascadeFeatures( const QgsVectorLayer *layer, const QgsFeatureIds &fids, const QgsProject *project, QgsDuplicateFeatureContext &context SIP_OUT );