mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
spelling american
initialization not initialisation
This commit is contained in:
parent
13089664e8
commit
21a772ff6c
@ -40,7 +40,7 @@ Create a qml widget wrapper
|
||||
|
||||
void reinitWidget();
|
||||
%Docstring
|
||||
Clears the content and makes new initialisation
|
||||
Clears the content and makes new initialization
|
||||
%End
|
||||
|
||||
void setQmlCode( const QString &qmlCode );
|
||||
|
@ -47,7 +47,7 @@ class GUI_EXPORT QgsQmlWidgetWrapper : public QgsWidgetWrapper
|
||||
|
||||
void initWidget( QWidget *editor ) override;
|
||||
|
||||
//! Clears the content and makes new initialisation
|
||||
//! Clears the content and makes new initialization
|
||||
void reinitWidget();
|
||||
|
||||
//! writes the \a qmlCode into a temporary file
|
||||
|
Loading…
x
Reference in New Issue
Block a user