about summary refs log tree commit diff
path: root/pkgs/applications/science/physics/elmerfem/patches/0001-fix-import-of-QPainterPath.patch
blob: a9e1ba442b4525484d0fad249f42fa6f76795f5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 87885de957aa3f891fe963503c94685675c24f49 Mon Sep 17 00:00:00 2001
From: grindhold <grindhold@gmx.net>
Date: Wed, 27 Apr 2022 19:16:42 +0200
Subject: [PATCH] fix import of QPainterPath

---
 ElmerGUI/Application/twod/renderarea.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ElmerGUI/Application/twod/renderarea.cpp b/ElmerGUI/Application/twod/renderarea.cpp
index 4c2515c5..65128ea9 100644
--- a/ElmerGUI/Application/twod/renderarea.cpp
+++ b/ElmerGUI/Application/twod/renderarea.cpp
@@ -38,6 +38,7 @@
  *                                                                           *
  *****************************************************************************/
 #include <QPainter>
+#include <QPainterPath>
 #include <QMouseEvent>
 #include <QFile>
 #include <QTextStream>
-- 
2.33.3