MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / getCompilerList

Method getCompilerList

src/addcompilerwizard.cpp:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66AddCompilerWizard::~AddCompilerWizard() { delete ui; }
67
68auto AddCompilerWizard::getCompilerList() const -> const QList<Compiler *> & { return compilerList; }
69
70auto AddCompilerWizard::nextId() const -> int {
71 if (currentId() == 0) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected