Skip to content
Permalink
Browse files
QGIS quick switch case from new HTML widget
  • Loading branch information
elpaso committed Mar 23, 2019
1 parent b06103f commit 90ea199
Showing 1 changed file with 4 additions and 0 deletions.
@@ -286,6 +286,10 @@ void QgsQuickAttributeFormModelBase::flatten( QgsAttributeEditorContainer *conta
case QgsAttributeEditorElement::AeTypeQmlElement:
// todo
break;

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

0 comments on commit 90ea199

Please sign in to comment.