mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-02 22:44:18 +01:00
Make all plots subscribe to their sources
This commit is contained in:
@@ -47,7 +47,6 @@ SpectrogramPlot::SpectrogramPlot(std::shared_ptr<SampleSource<std::complex<float
|
||||
|
||||
tunerTransform = std::make_shared<TunerTransform>(src);
|
||||
connect(&tuner, &Tuner::tunerMoved, this, &SpectrogramPlot::tunerMoved);
|
||||
src->subscribe(this);
|
||||
}
|
||||
|
||||
void SpectrogramPlot::invalidateEvent()
|
||||
|
||||
Reference in New Issue
Block a user