plot: Draw centre-line

This commit is contained in:
Mike Walters
2016-03-01 22:32:30 +00:00
parent 1e929fa9a7
commit caa2709ffc
8 changed files with 13 additions and 14 deletions

View File

@@ -115,11 +115,6 @@ void SpectrogramPlot::mousePressEvent(QMouseEvent *event)
update();
}
void SpectrogramPlot::paintBack(QPainter &painter, QRect &rect, range_t<off_t> sampleRange)
{
}
void SpectrogramPlot::paintMid(QPainter &painter, QRect &rect, range_t<off_t> sampleRange)
{