| 481 | |
| 482 | |
| 483 | void bitInvaderView::triangleWaveClicked() |
| 484 | { |
| 485 | m_graph->model()->clearInvisible(); |
| 486 | m_graph->model()->setWaveToTriangle(); |
| 487 | Engine::getSong()->setModified(); |
| 488 | } |
| 489 | |
| 490 | |
| 491 |
nothing calls this directly
no test coverage detected