mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-14 04:07:10 +01:00
plot: Add default impl of all paint* functions
This commit is contained in:
@@ -72,8 +72,3 @@ void TracePlot::plotTrace(QPainter &painter, QRect &rect, float *samples, off_t
|
||||
yprev = y;
|
||||
}
|
||||
}
|
||||
|
||||
void TracePlot::paintFront(QPainter &painter, QRect &rect, range_t<off_t> sampleRange)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user