inspectrum: fix build w/ qt5-5.15.0 (QPainterPath)

This commit is contained in:
Jürgen Buchmüller 2020-09-01 14:51:11 +02:00
parent 073d451129
commit b82360017a

View file

@ -0,0 +1,10 @@
--- traceplot.cpp 2018-06-03 12:12:59.000000000 +0200
+++ traceplot.cpp 2020-09-01 14:49:36.422074448 +0200
@@ -17,6 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <QPainterPath>
#include <QPixmapCache>
#include <QTextStream>
#include <QtConcurrent>