]> git.pld-linux.org Git - packages/plplot.git/blob - qt-5.15.patch
- up to 5.15.0
[packages/plplot.git] / qt-5.15.patch
1 commit 2aa2e1bdae9f75dbf74dc970e80834081fb3d0de
2 Author: António Rodrigues Tomé <artome@linux-2zfn.Home>
3 Date:   Sat Jun 27 14:23:19 2020 +0100
4
5     Inclusion of #include <QPainterPath> needed for new distributions of qt.
6
7 diff --git a/include/qt.h b/include/qt.h
8 index 99919b0e6..cde88af09 100644
9 --- a/include/qt.h
10 +++ b/include/qt.h
11 @@ -67,6 +67,7 @@
12  #include <QMainWindow>
13  #include <QPicture>
14  #include <QMutex>
15 +#include <QPainterPath>
16  
17  #include "plDevs.h"
18  #include "plplotP.h"
This page took 0.113212 seconds and 3 git commands to generate.