MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / getFileNames

Method getFileNames

MiniZincIDE/project.cpp:469–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467}
468
469QStringList Project::getFileNames(const QModelIndexList& indices)
470{
471 QStringList result;
472 for (auto& index : indices) {
473 result << getFileName(index);
474 }
475 return result;
476}
477
478QStringList Project::getFiles(NodeType type) const
479{

Callers 1

setupContextMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected