Skip to content
Snippets Groups Projects
Commit d9101436 authored by aleksandr.ledyaev's avatar aleksandr.ledyaev
Browse files

[*] DapNetworksListView.qml

parent fc1abe7c
3 merge requests!226Added logging of information about the command to the Service.,!225Added logging of information about the command to the Service.,!166features-4566
Pipeline #5857 failed with stage
in 2 seconds
...@@ -58,7 +58,7 @@ ListView { ...@@ -58,7 +58,7 @@ ListView {
Component.onCompleted: { Component.onCompleted: {
var array = []; var array = [];
for (var i = 0; i < 5; ++i) { for (var i = 0; i < 5; ++i) {
var obj = component.createObject(); var obj = component.createObject(control);
obj.i = i; obj.i = i;
array.push(obj); array.push(obj);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment