-------------------------------------------------------
| 81 | |
| 82 | // ------------------------------------------------------- |
| 83 | QString iFile::getSubcircuitFile() |
| 84 | { |
| 85 | // construct full filename |
| 86 | QString FileName = Props.getFirst()->Value; |
| 87 | return misc::properAbsFileName(FileName); |
| 88 | } |
| 89 | |
| 90 | // ------------------------------------------------------- |
| 91 | QString iFile::netlist() |
nothing calls this directly
no outgoing calls
no test coverage detected