Add since

This commit is contained in:
Nyall Dawson 2024-05-07 12:38:55 +10:00
parent 4870b971eb
commit 347191e797
3 changed files with 6 additions and 0 deletions

View File

@ -617,6 +617,8 @@ constructor.
.. note::
may not be available in Python bindings, depending on platform support
.. versionadded:: 3.38
%End
%TypeHeaderCode

View File

@ -617,6 +617,8 @@ constructor.
.. note::
may not be available in Python bindings, depending on platform support
.. versionadded:: 3.38
%End
%TypeHeaderCode

View File

@ -673,6 +673,8 @@ Q_DECLARE_OPERATORS_FOR_FLAGS( QgsCodeEditor::Flags )
* constructor.
*
* \note may not be available in Python bindings, depending on platform support
*
* \since QGIS 3.38
*/
class GUI_EXPORT QgsCodeEditorWidget : public QgsPanelWidget
{