File: qt-5-15-build-fix.patch

package info (click to toggle)
cutecom 0.51.0-1.1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 2,280 kB
  • sloc: cpp: 4,228; python: 240; makefile: 54; sh: 9
file content (18 lines) | stat: -rw-r--r-- 563 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Author: Meinhard R <cyc1ingsir@gmail.com>
Subject: Fix-build-with-Qt-5.15 (hopefully)

Date:   Thu Jun 11 18:33:10 2020 +0000
Origin: upstream, https://gitlab.com/cutecom/cutecom/-/commit/70d0c497acf8f298374052b2956bcf142ed5f6ca

diff --git a/ctrlcharacterspopup.cpp b/ctrlcharacterspopup.cpp
index 632ae32..f37a8d4 100644
--- a/ctrlcharacterspopup.cpp
+++ b/ctrlcharacterspopup.cpp
@@ -23,6 +23,7 @@
 #include <QApplication>
 #include <QKeyEvent>
 #include <QPainter>
+#include <QPainterPath>
 #include <QPoint>
 #include <QPushButton>
 #include <QSignalMapper>