| 74 | void PlotManager::enableStatsPanel(bool b) { m_statsPanel->setVisible(b); } |
| 75 | |
| 76 | void PlotManager::enableMarkerPanel(bool b) { m_markerPanel->setVisible(b); } |
| 77 | |
| 78 | void PlotManager::enableGenalyzerPanel(bool b) { m_genalyzerPanel->setVisible(b); } |
| 79 |
no test coverage detected