plot: Add default impl of all paint* functions

This commit is contained in:
Mike Walters
2016-03-04 00:13:48 +00:00
parent d989579d62
commit a1af3fe0be
6 changed files with 13 additions and 15 deletions

View File

@@ -117,11 +117,6 @@ void SpectrogramPlot::paintMid(QPainter &painter, QRect &rect, range_t<off_t> sa
}
}
void SpectrogramPlot::paintFront(QPainter &painter, QRect &rect, range_t<off_t> sampleRange)
{
}
QPixmap* SpectrogramPlot::getPixmapTile(off_t tile)
{
QPixmap *obj = pixmapCache.object(TileCacheKey(fftSize, zoomLevel, tile));