| 20 | { |
| 21 | |
| 22 | ExecutionList::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 | |
| 29 | void ExecutionList::addExecution(Execution &e) |
| 30 | { |
nothing calls this directly
no outgoing calls
no test coverage detected