| 137 | |
| 138 | |
| 139 | void OscillatorObject::oscUserDefWaveDblClick() |
| 140 | { |
| 141 | QString af = m_sampleBuffer->openAndSetWaveformFile(); |
| 142 | if( af != "" ) |
| 143 | { |
| 144 | // TODO: |
| 145 | //ToolTip::add( m_usrWaveBtn, m_sampleBuffer->audioFile() ); |
| 146 | } |
| 147 | } |
| 148 | |
| 149 | |
| 150 |
nothing calls this directly
no test coverage detected