inspectrum: fix build w/ qt5-5.15.0 (QPainterPath)
This commit is contained in:
parent
073d451129
commit
b82360017a
1 changed files with 10 additions and 0 deletions
10
srcpkgs/inspectrum/patches/QPainterPath.patch
Normal file
10
srcpkgs/inspectrum/patches/QPainterPath.patch
Normal 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>
|
Loading…
Add table
Reference in a new issue