Skip to content

Commit

Permalink
Change 'since' version to 3.4.6 (#9480)
Browse files Browse the repository at this point in the history
  • Loading branch information
troopa81 authored and 3nids committed Mar 12, 2019
1 parent 1029c65 commit 1dc146a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/gui/auto_generated/qgsfieldexpressionwidget.sip.in
Expand Up @@ -63,7 +63,7 @@ Sets whether an optional empty field ("not set") option is shown in the combo bo

.. seealso:: :py:func:`allowEmptyFieldName`

.. versionadded:: 3.6
.. versionadded:: 3.4.6
%End

bool allowEmptyFieldName() const;
Expand All @@ -72,7 +72,7 @@ Returns ``True`` if the combo box allows the empty field ("not set") choice.

.. seealso:: :py:func:`setAllowEmptyFieldName`

.. versionadded:: 3.6
.. versionadded:: 3.4.6
%End

void setLeftHandButtonStyle( bool isLeft );
Expand Down
4 changes: 2 additions & 2 deletions src/gui/qgsfieldexpressionwidget.h
Expand Up @@ -79,14 +79,14 @@ class GUI_EXPORT QgsFieldExpressionWidget : public QWidget
/**
* Sets whether an optional empty field ("not set") option is shown in the combo box.
* \see allowEmptyFieldName()
* \since QGIS 3.6
* \since QGIS 3.4.6
*/
void setAllowEmptyFieldName( bool allowEmpty );

/**
* Returns TRUE if the combo box allows the empty field ("not set") choice.
* \see setAllowEmptyFieldName()
* \since QGIS 3.6
* \since QGIS 3.4.6
*/
bool allowEmptyFieldName() const;

Expand Down

0 comments on commit 1dc146a

Please sign in to comment.