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

@@ -24,11 +24,6 @@ TracePlot::TracePlot(std::shared_ptr<AbstractSampleSource> source) : sampleSourc
}
void TracePlot::paintBack(QPainter &painter, QRect &rect, range_t<off_t> sampleRange)
{
}
void TracePlot::paintMid(QPainter &painter, QRect &rect, range_t<off_t> sampleRange)
{
auto firstSample = sampleRange.minimum;