Package: tupi / 0.2+git08-6

include-qpainter.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Description: include QPainterPath

Thanks to Gustav Gonzalez for pointing it out.

Author: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Forwarded: no
Bug-Debian: https://bugs.debian.org/975133

---

--- tupi-0.2+git08.orig/src/components/exposure/tupexposuretable.cpp
+++ tupi-0.2+git08/src/components/exposure/tupexposuretable.cpp
@@ -36,6 +36,8 @@
 #include "tupexposuretable.h"
 #include "tconfig.h"
 
+#include <QPainterPath>
+
 /**
  * @author Jorge Cuadrado
  */
--- tupi-0.2+git08.orig/src/framework/tgui/tslider.cpp
+++ tupi-0.2+git08/src/framework/tgui/tslider.cpp
@@ -38,6 +38,7 @@
 #include "tapplicationproperties.h" 
 
 #include <QDesktopWidget>
+#include <QPainterPath>
 #include <QDebug>
 
 struct TSlider::Private