mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
remove paragraph
This commit is contained in:
parent
3ea7b28aea
commit
66a5dbf470
@ -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/ );
|
static bool impactsCascadeFeatures( const QgsVectorLayer *layer, const QgsFeatureIds &fids, const QgsProject *project, QgsDuplicateFeatureContext &context /Out/ );
|
||||||
%Docstring
|
%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.
|
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
|
.. versionadded:: 3.14
|
||||||
%End
|
%End
|
||||||
|
@ -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
|
* \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.
|
* 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.
|
* Details about cascading effects will be written to \a context.
|
||||||
*
|
|
||||||
* \since QGIS 3.14
|
* \since QGIS 3.14
|
||||||
*/
|
*/
|
||||||
static bool impactsCascadeFeatures( const QgsVectorLayer *layer, const QgsFeatureIds &fids, const QgsProject *project, QgsDuplicateFeatureContext &context SIP_OUT );
|
static bool impactsCascadeFeatures( const QgsVectorLayer *layer, const QgsFeatureIds &fids, const QgsProject *project, QgsDuplicateFeatureContext &context SIP_OUT );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user