| 124 | uint32_t PlotComponent::uuid() { return m_uuid; } |
| 125 | |
| 126 | CursorController *PlotComponent::cursor() const { return m_cursor; } |
| 127 | |
| 128 | QList<PlotWidget *> PlotComponent::plots() const { return m_plots; } |
| 129 |
no outgoing calls
no test coverage detected