Skip to content

Commit 1f95ab6

Browse files
backporting[bot]3nids
authored andcommittedMar 12, 2019
Change 'since' version to 3.4.6 (#9492)
1 parent 2bc6b19 commit 1f95ab6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎python/gui/auto_generated/qgsfieldexpressionwidget.sip.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Sets whether an optional empty field ("not set") option is shown in the combo bo
6363

6464
.. seealso:: :py:func:`allowEmptyFieldName`
6565

66-
.. versionadded:: 3.6
66+
.. versionadded:: 3.4.6
6767
%End
6868

6969
bool allowEmptyFieldName() const;
@@ -72,7 +72,7 @@ Returns true if the combo box allows the empty field ("not set") choice.
7272

7373
.. seealso:: :py:func:`setAllowEmptyFieldName`
7474

75-
.. versionadded:: 3.6
75+
.. versionadded:: 3.4.6
7676
%End
7777

7878
void setLeftHandButtonStyle( bool isLeft );

‎src/gui/qgsfieldexpressionwidget.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ class GUI_EXPORT QgsFieldExpressionWidget : public QWidget
7979
/**
8080
* Sets whether an optional empty field ("not set") option is shown in the combo box.
8181
* \see allowEmptyFieldName()
82-
* \since QGIS 3.6
82+
* \since QGIS 3.4.6
8383
*/
8484
void setAllowEmptyFieldName( bool allowEmpty );
8585

8686
/**
8787
* Returns true if the combo box allows the empty field ("not set") choice.
8888
* \see setAllowEmptyFieldName()
89-
* \since QGIS 3.6
89+
* \since QGIS 3.4.6
9090
*/
9191
bool allowEmptyFieldName() const;
9292

0 commit comments

Comments
 (0)
Please sign in to comment.