Skip to content

Commit 90ea199

Browse files
committed
QGIS quick switch case from new HTML widget
1 parent b06103f commit 90ea199

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/quickgui/attributes/qgsquickattributeformmodelbase.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,10 @@ void QgsQuickAttributeFormModelBase::flatten( QgsAttributeEditorContainer *conta
286286
case QgsAttributeEditorElement::AeTypeQmlElement:
287287
// todo
288288
break;
289+
290+
case QgsAttributeEditorElement::AeTypeHtmlElement:
291+
// todo
292+
break;
289293
}
290294
}
291295
}

0 commit comments

Comments
 (0)