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

Method getFileName

MiniZincIDE/project.cpp:464–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462}
463
464QString Project::getFileName(const QModelIndex& index)
465{
466 return model()->data(index, Role::Path).toString();
467}
468
469QStringList Project::getFileNames(const QModelIndexList& indices)
470{

Callers 1

on_treeView_activatedMethod · 0.80

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected