MCPcopy Create free account
hub / github.com/LMMS/lmms / usrWaveClicked

Method usrWaveClicked

plugins/vibed/vibed.cpp:731–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

729
730
731void vibedView::usrWaveClicked()
732{
733 QString fileName = m_graph->model()->setWaveToUser();
734 ToolTip::add( m_usrWaveBtn, fileName );
735 Engine::getSong()->setModified();
736}
737
738
739

Callers

nothing calls this directly

Calls 5

addFunction · 0.85
getSongFunction · 0.85
setWaveToUserMethod · 0.80
setModifiedMethod · 0.80
modelMethod · 0.45

Tested by

no test coverage detected