00b385c612
Adapted the patches and took a commit from upstream master branch to allow the migration to Qt5.15. Had to copy the patch because of the custom sourceRoot.
14 lines
260 B
Diff
14 lines
260 B
Diff
diff --git a/pv/view/viewport.cpp b/pv/view/viewport.cpp
|
|
index 921d3db..16cdce9 100755
|
|
--- a/pv/view/viewport.cpp
|
|
+++ b/pv/view/viewport.cpp
|
|
@@ -37,7 +37,7 @@
|
|
|
|
#include <QMouseEvent>
|
|
#include <QStyleOption>
|
|
-
|
|
+#include <QPainterPath>
|
|
|
|
#include <math.h>
|
|
|