comparison framework/MainWindowBase.cpp @ 748:baa7d3a85317

Remove no-longer-used signal
author Chris Cannam
date Wed, 22 Apr 2020 14:48:22 +0100
parents 771ec060c1d2
children 5b6655449ba6 6429a164b7e1
comparison
equal deleted inserted replaced
747:bac019c94e38 748:baa7d3a85317
279 this, SLOT(sampleRateMismatch(sv_samplerate_t, sv_samplerate_t, bool))); 279 this, SLOT(sampleRateMismatch(sv_samplerate_t, sv_samplerate_t, bool)));
280 connect(m_playSource, SIGNAL(channelCountIncreased(int)), 280 connect(m_playSource, SIGNAL(channelCountIncreased(int)),
281 this, SLOT(audioChannelCountIncreased(int))); 281 this, SLOT(audioChannelCountIncreased(int)));
282 connect(m_playSource, SIGNAL(audioOverloadPluginDisabled()), 282 connect(m_playSource, SIGNAL(audioOverloadPluginDisabled()),
283 this, SLOT(audioOverloadPluginDisabled())); 283 this, SLOT(audioOverloadPluginDisabled()));
284 connect(m_playSource, SIGNAL(audioTimeStretchMultiChannelDisabled()),
285 this, SLOT(audioTimeStretchMultiChannelDisabled()));
286 284
287 connect(m_viewManager, SIGNAL(monitoringLevelsChanged(float, float)), 285 connect(m_viewManager, SIGNAL(monitoringLevelsChanged(float, float)),
288 this, SLOT(monitoringLevelsChanged(float, float))); 286 this, SLOT(monitoringLevelsChanged(float, float)));
289 287
290 connect(m_viewManager, SIGNAL(playbackFrameChanged(sv_frame_t)), 288 connect(m_viewManager, SIGNAL(playbackFrameChanged(sv_frame_t)),