Skip to content

Commit bffe308

Browse files
committed
fix doc
1 parent 6489b62 commit bffe308

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/core/qgsvectorlayer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
979979
@param alsoUpdateExtent If True, will also go to the effort of e.g. updating the extents.
980980
@return True in case of success and False in case of error
981981
*/
982-
bool addFeature( QgsFeature& f, bool alsoUpdateExtent = true );
982+
bool addFeature( QgsFeature& feature, bool alsoUpdateExtent = true );
983983

984984
/** Updates an existing feature. This method needs to query the datasource
985985
on every call. Consider using {@link changeAttributeValue()} or

src/gui/editorwidgets/core/qgseditorwidgetwrapper.h

+3
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,9 @@ class GUI_EXPORT QgsEditorWidgetWrapper : public QgsWidgetWrapper
223223
*/
224224
virtual void updateConstraintWidgetStatus();
225225

226+
/**
227+
* Boolean storing the current validity of the constraint for this widget.
228+
*/
226229
bool mValidConstraint;
227230

228231
private:

0 commit comments

Comments
 (0)