Skip to content

Commit

Permalink
QGIS quick switch case from new HTML widget
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Mar 23, 2019
1 parent b06103f commit 90ea199
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/quickgui/attributes/qgsquickattributeformmodelbase.cpp
Expand Up @@ -286,6 +286,10 @@ void QgsQuickAttributeFormModelBase::flatten( QgsAttributeEditorContainer *conta
case QgsAttributeEditorElement::AeTypeQmlElement:
// todo
break;

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

0 comments on commit 90ea199

Please sign in to comment.