| 108 | StatsPanel *PlotManager::statsPanel() const { return m_statsPanel; } |
| 109 | |
| 110 | MarkerPanel *PlotManager::markerPanel() const { return m_markerPanel; } |
| 111 | |
| 112 | GenalyzerPanel *PlotManager::genalyzerPanel() const { return m_genalyzerPanel; } |
| 113 |
no outgoing calls
no test coverage detected