Skip to content

Commit

Permalink
Set version added to 3.14.1
Browse files Browse the repository at this point in the history
Co-authored-by: signedav <david@opengis.ch>
  • Loading branch information
m-kuhn and signedav committed Jul 17, 2020
1 parent d7870f6 commit 6c83967
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion python/gui/auto_generated/qgsattributedialog.sip.in
Expand Up @@ -80,7 +80,7 @@ Intercept window activate/deactivate events to show/hide the highlighted feature
Sets ``extraScope`` as an additional expression context scope to be used
for calculations in this form.

.. versionadded:: 3.16
.. versionadded:: 3.14.1
%End

public slots:
Expand Down
2 changes: 1 addition & 1 deletion python/gui/auto_generated/qgsattributeform.sip.in
Expand Up @@ -174,7 +174,7 @@ on all attribute widgets.
Sets an additional expression context scope to be used
for calculations in this form.

.. versionadded:: 3.16
.. versionadded:: 3.14.1
%End

signals:
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsattributedialog.h
Expand Up @@ -99,7 +99,7 @@ class GUI_EXPORT QgsAttributeDialog : public QDialog
* Sets \a extraScope as an additional expression context scope to be used
* for calculations in this form.
*
* \since QGIS 3.16
* \since QGIS 3.14.1
*/
void setExtraContextScope( QgsExpressionContextScope *extraScope SIP_TRANSFER );

Expand Down
3 changes: 1 addition & 2 deletions src/gui/qgsattributeform.h
Expand Up @@ -187,7 +187,7 @@ class GUI_EXPORT QgsAttributeForm : public QWidget
* Sets an additional expression context scope to be used
* for calculations in this form.
*
* \since QGIS 3.16
* \since QGIS 3.14.1
*/
void setExtraContextScope( QgsExpressionContextScope *extraScope SIP_TRANSFER );

Expand Down Expand Up @@ -498,4 +498,3 @@ class GUI_EXPORT QgsAttributeForm : public QWidget
};

#endif // QGSATTRIBUTEFORM_H

0 comments on commit 6c83967

Please sign in to comment.