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