Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
464
QString Project::getFileName(const QModelIndex& index)
465
{
466
return model()->data(index, Role::Path).toString();
467
}
468
469
QStringList Project::getFileNames(const QModelIndexList& indices)
470
{
Callers
1
on_treeView_activated
Method · 0.80
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected