MCPcopy Create free account
hub / github.com/Robotips/uConfig / foreach

Function foreach

src/test/test_libkicad.cpp:24–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23 int i=0;
24 foreach(QString item, items)
25 {
26 if (i>0 && !item.isEmpty())
27 {
28 if (!name.isEmpty()) name.append("/");
29 name.append(item);
30 }
31 i++;
32 }
33
34 if (items.count()>1)
35 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected