| 521 | |
| 522 | |
| 523 | void bitInvaderView::usrWaveClicked() |
| 524 | { |
| 525 | QString fileName = m_graph->model()->setWaveToUser(); |
| 526 | if (!fileName.isEmpty()) |
| 527 | { |
| 528 | ToolTip::add(m_usrWaveBtn, fileName); |
| 529 | m_graph->model()->clearInvisible(); |
| 530 | Engine::getSong()->setModified(); |
| 531 | } |
| 532 | } |
| 533 | |
| 534 | |
| 535 |
nothing calls this directly
no test coverage detected