File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -979,7 +979,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
979
979
@param alsoUpdateExtent If True, will also go to the effort of e.g. updating the extents.
980
980
@return True in case of success and False in case of error
981
981
*/
982
- bool addFeature ( QgsFeature& f , bool alsoUpdateExtent = true );
982
+ bool addFeature ( QgsFeature& feature , bool alsoUpdateExtent = true );
983
983
984
984
/* * Updates an existing feature. This method needs to query the datasource
985
985
on every call. Consider using {@link changeAttributeValue()} or
Original file line number Diff line number Diff line change @@ -223,6 +223,9 @@ class GUI_EXPORT QgsEditorWidgetWrapper : public QgsWidgetWrapper
223
223
*/
224
224
virtual void updateConstraintWidgetStatus ();
225
225
226
+ /* *
227
+ * Boolean storing the current validity of the constraint for this widget.
228
+ */
226
229
bool mValidConstraint ;
227
230
228
231
private:
You can’t perform that action at this time.
0 commit comments