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

Method ExecutionList

cp-profiler/src/cpprofiler/execution_list.cpp:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20{
21
22ExecutionList::ExecutionList()
23{
24 m_tree_view.setHeaderHidden(true);
25 m_tree_view.setModel(&m_execution_tree_model);
26 m_tree_view.setSelectionMode(QAbstractItemView::MultiSelection);
27}
28
29void ExecutionList::addExecution(Execution &e)
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected