Skip to content

Commit 1308966

Browse files
committed
spelling and missing case in qgsquick
1 parent 5f4acde commit 1308966

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

python/gui/auto_generated/editorwidgets/qgsqmlwidgetwrapper.sip.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Create a qml widget wrapper
4040

4141
void reinitWidget();
4242
%Docstring
43-
Clears the content and makes new intialisaton
43+
Clears the content and makes new initialisation
4444
%End
4545

4646
void setQmlCode( const QString &qmlCode );

src/gui/editorwidgets/qgsqmlwidgetwrapper.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class GUI_EXPORT QgsQmlWidgetWrapper : public QgsWidgetWrapper
4747

4848
void initWidget( QWidget *editor ) override;
4949

50-
//! Clears the content and makes new intialisaton
50+
//! Clears the content and makes new initialisation
5151
void reinitWidget();
5252

5353
//! writes the \a qmlCode into a temporary file

src/quickgui/attributes/qgsquickattributeformmodelbase.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,10 @@ void QgsQuickAttributeFormModelBase::flatten( QgsAttributeEditorContainer *conta
282282
case QgsAttributeEditorElement::AeTypeInvalid:
283283
// todo
284284
break;
285+
286+
case QgsAttributeEditorElement::AeTypeQmlElement:
287+
// todo
288+
break;
285289
}
286290
}
287291
}

0 commit comments

Comments
 (0)