mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-19 22:57:10 +01:00
plotview: Remove old selection slots
This commit is contained in:
12
plotview.cpp
12
plotview.cpp
@@ -114,18 +114,6 @@ void PlotView::invalidateEvent()
|
||||
horizontalScrollBar()->setMaximum(mainSampleSource->count());
|
||||
}
|
||||
|
||||
void PlotView::selectionChanged(std::pair<off_t, off_t> selectionTime, std::pair<float, float> selectionFreq)
|
||||
{
|
||||
this->selectionTime = selectionTime;
|
||||
this->selectionFreq = selectionFreq;
|
||||
selection = true;
|
||||
}
|
||||
|
||||
void PlotView::selectionCleared()
|
||||
{
|
||||
selection = false;
|
||||
}
|
||||
|
||||
void PlotView::setFFTSize(int size)
|
||||
{
|
||||
fftSize = size;
|
||||
|
||||
Reference in New Issue
Block a user