File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1248,7 +1248,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
1248
1248
* Will be emitted, when a new attribute has been added to this vector layer.
1249
1249
* Applies only to types {@link QgsFields::OriginEdit} and {@link QgsFields::OriginProvider}
1250
1250
*
1251
- * @param The index of the new attribute
1251
+ * @param idx The index of the new attribute
1252
1252
*
1253
1253
* @see updatedFields()
1254
1254
*/
@@ -1257,7 +1257,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
1257
1257
* Will be emitted, when an attribute has been deleted from this vector layer.
1258
1258
* Applies only to types {@link QgsFields::OriginEdit} and {@link QgsFields::OriginProvider}
1259
1259
*
1260
- * @param The index of the deleted attribute
1260
+ * @param idx The index of the deleted attribute
1261
1261
*
1262
1262
* @see updatedFields()
1263
1263
*/
You can’t perform that action at this time.
0 commit comments