We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1308966 commit 21a772fCopy full SHA for 21a772f
python/gui/auto_generated/editorwidgets/qgsqmlwidgetwrapper.sip.in
@@ -40,7 +40,7 @@ Create a qml widget wrapper
40
41
void reinitWidget();
42
%Docstring
43
-Clears the content and makes new initialisation
+Clears the content and makes new initialization
44
%End
45
46
void setQmlCode( const QString &qmlCode );
src/gui/editorwidgets/qgsqmlwidgetwrapper.h
@@ -47,7 +47,7 @@ class GUI_EXPORT QgsQmlWidgetWrapper : public QgsWidgetWrapper
47
48
void initWidget( QWidget *editor ) override;
49
50
- //! Clears the content and makes new initialisation
+ //! Clears the content and makes new initialization
51
52
53
//! writes the \a qmlCode into a temporary file
0 commit comments