File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
python/gui/auto_generated Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Sets whether an optional empty field ("not set") option is shown in the combo bo
63
63
64
64
.. seealso:: :py:func:`allowEmptyFieldName`
65
65
66
- .. versionadded:: 3.6
66
+ .. versionadded:: 3.4. 6
67
67
%End
68
68
69
69
bool allowEmptyFieldName() const;
@@ -72,7 +72,7 @@ Returns true if the combo box allows the empty field ("not set") choice.
72
72
73
73
.. seealso:: :py:func:`setAllowEmptyFieldName`
74
74
75
- .. versionadded:: 3.6
75
+ .. versionadded:: 3.4. 6
76
76
%End
77
77
78
78
void setLeftHandButtonStyle( bool isLeft );
Original file line number Diff line number Diff line change @@ -79,14 +79,14 @@ class GUI_EXPORT QgsFieldExpressionWidget : public QWidget
79
79
/* *
80
80
* Sets whether an optional empty field ("not set") option is shown in the combo box.
81
81
* \see allowEmptyFieldName()
82
- * \since QGIS 3.6
82
+ * \since QGIS 3.4. 6
83
83
*/
84
84
void setAllowEmptyFieldName ( bool allowEmpty );
85
85
86
86
/* *
87
87
* Returns true if the combo box allows the empty field ("not set") choice.
88
88
* \see setAllowEmptyFieldName()
89
- * \since QGIS 3.6
89
+ * \since QGIS 3.4. 6
90
90
*/
91
91
bool allowEmptyFieldName () const ;
92
92
You can’t perform that action at this time.
0 commit comments