mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-07 00:37:05 +01:00
plot: Draw centre-line
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user