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

Method on_treeView_activated

MiniZincIDE/projectbrowser.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void ProjectBrowser::on_treeView_activated(const QModelIndex &index)
115{
116 emit openRequested({proj->getFileName(index)});
117}

Callers

nothing calls this directly

Calls 1

getFileNameMethod · 0.80

Tested by

no test coverage detected