| 666 | auto Settings::sourcePath() -> QString { return QString("source") + QDir::separator(); } |
| 667 | |
| 668 | auto Settings::selfTestPath() -> QString { return QString("selftest") + QDir::separator(); } |
nothing calls this directly
no outgoing calls
no test coverage detected