Mercurial > hg > svgui
comparison layer/WaveformLayer.cpp @ 1611:a6e37c28d762
Fix some Qt deprecations
author | Chris Cannam |
---|---|
date | Tue, 16 Jun 2020 15:16:50 +0100 |
parents | 2d4107270015 |
children |
comparison
equal
deleted
inserted
replaced
1610:bd1a7c84da8c | 1611:a6e37c28d762 |
---|---|
25 #include "PaintAssistant.h" | 25 #include "PaintAssistant.h" |
26 | 26 |
27 #include "data/model/WaveformOversampler.h" | 27 #include "data/model/WaveformOversampler.h" |
28 | 28 |
29 #include <QPainter> | 29 #include <QPainter> |
30 #include <QPainterPath> | |
30 #include <QPixmap> | 31 #include <QPixmap> |
31 #include <QTextStream> | 32 #include <QTextStream> |
32 | 33 |
33 #include <iostream> | 34 #include <iostream> |
34 #include <cmath> | 35 #include <cmath> |