Skip to content

Commit

Permalink
spelling and missing case in qgsquick
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Sep 6, 2018
1 parent 5f4acde commit 1308966
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Expand Up @@ -40,7 +40,7 @@ Create a qml widget wrapper

void reinitWidget();
%Docstring
Clears the content and makes new intialisaton
Clears the content and makes new initialisation
%End

void setQmlCode( const QString &qmlCode );
Expand Down
2 changes: 1 addition & 1 deletion src/gui/editorwidgets/qgsqmlwidgetwrapper.h
Expand Up @@ -47,7 +47,7 @@ class GUI_EXPORT QgsQmlWidgetWrapper : public QgsWidgetWrapper

void initWidget( QWidget *editor ) override;

//! Clears the content and makes new intialisaton
//! Clears the content and makes new initialisation
void reinitWidget();

//! writes the \a qmlCode into a temporary file
Expand Down
4 changes: 4 additions & 0 deletions src/quickgui/attributes/qgsquickattributeformmodelbase.cpp
Expand Up @@ -282,6 +282,10 @@ void QgsQuickAttributeFormModelBase::flatten( QgsAttributeEditorContainer *conta
case QgsAttributeEditorElement::AeTypeInvalid:
// todo
break;

case QgsAttributeEditorElement::AeTypeQmlElement:
// todo
break;
}
}
}
Expand Down

0 comments on commit 1308966

Please sign in to comment.