| 729 | |
| 730 | |
| 731 | void vibedView::usrWaveClicked() |
| 732 | { |
| 733 | QString fileName = m_graph->model()->setWaveToUser(); |
| 734 | ToolTip::add( m_usrWaveBtn, fileName ); |
| 735 | Engine::getSong()->setModified(); |
| 736 | } |
| 737 | |
| 738 | |
| 739 |
nothing calls this directly
no test coverage detected