Skip to content

Commit 66a5dbf

Browse files
committedMay 14, 2020
remove paragraph
1 parent 3ea7b28 commit 66a5dbf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎python/core/auto_generated/qgsvectorlayerutils.sip.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,9 @@ The following operations will be performed to convert the input features:
300300
static bool impactsCascadeFeatures( const QgsVectorLayer *layer, const QgsFeatureIds &fids, const QgsProject *project, QgsDuplicateFeatureContext &context /Out/ );
301301
%Docstring
302302

303-
:return: true if at least one feature of the ``fids`` on ``layer`` is connected as parent in at
303+
:return: ``True`` if at least one feature of the ``fids`` on ``layer`` is connected as parent in at
304304
least one composition relation of the ``project`` or contains joins, where cascade delete is set.
305-
The ``context`` is used to get more details.
305+
Details about cascading effects will be written to ``context``.
306306

307307
.. versionadded:: 3.14
308308
%End

‎src/core/qgsvectorlayerutils.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,6 @@ class CORE_EXPORT QgsVectorLayerUtils
324324
* \returns TRUE if at least one feature of the \a fids on \a layer is connected as parent in at
325325
* least one composition relation of the \a project or contains joins, where cascade delete is set.
326326
* Details about cascading effects will be written to \a context.
327-
*
328327
* \since QGIS 3.14
329328
*/
330329
static bool impactsCascadeFeatures( const QgsVectorLayer *layer, const QgsFeatureIds &fids, const QgsProject *project, QgsDuplicateFeatureContext &context SIP_OUT );

0 commit comments

Comments
 (0)
Please sign in to comment.