24 lines
604 B
Diff
24 lines
604 B
Diff
From 2aa2e1bdae9f75dbf74dc970e80834081fb3d0de Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Ant=C3=B3nio=20Rodrigues=20Tom=C3=A9?=
|
|
<artome@linux-2zfn.Home>
|
|
Date: Sat, 27 Jun 2020 14:23:19 +0100
|
|
Subject: [PATCH] Inclusion of #include <QPainterPath> needed for new
|
|
distributions of qt.
|
|
|
|
---
|
|
include/qt.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/include/qt.h b/include/qt.h
|
|
index 99919b0e6..cde88af09 100644
|
|
--- a/include/qt.h
|
|
+++ b/include/qt.h
|
|
@@ -67,6 +67,7 @@
|
|
#include <QMainWindow>
|
|
#include <QPicture>
|
|
#include <QMutex>
|
|
+#include <QPainterPath>
|
|
|
|
#include "plDevs.h"
|
|
#include "plplotP.h"
|