| 66 | AddCompilerWizard::~AddCompilerWizard() { delete ui; } |
| 67 | |
| 68 | auto AddCompilerWizard::getCompilerList() const -> const QList<Compiler *> & { return compilerList; } |
| 69 | |
| 70 | auto AddCompilerWizard::nextId() const -> int { |
| 71 | if (currentId() == 0) { |
nothing calls this directly
no outgoing calls
no test coverage detected