| 493 | } |
| 494 | |
| 495 | bool TopDUContextDynamicData::fileExists(uint topContextIndex) |
| 496 | { |
| 497 | return QFile::exists(pathForTopContext(topContextIndex)); |
| 498 | } |
| 499 | |
| 500 | QList<IndexedDUContext> TopDUContextDynamicData::loadImporters(uint topContextIndex) |
| 501 | { |
nothing calls this directly
no test coverage detected