Skip to content

Commit 5e7b795

Browse files
authored
use modelData keyword for QStringList model (#651)
1 parent 76097f9 commit 5e7b795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uitools/toolkitcpp/import/Esri/ArcGISRuntime/Toolkit/ClientCertificateView.qml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Dialog {
9797
}
9898

9999
delegate: ItemDelegate {
100-
text: listModelData
100+
text: modelData
101101
anchors {
102102
left: parent.left
103103
right: parent.right

0 commit comments

Comments
 (0)