blob: 1a881de8171f0c2e0b7b557a3514009043d8624d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-src_desktop_widgets_popupmessage.h,v 1.1 2021/07/20 10:54:18 nia Exp $
Fix building with latest Qt.
--- src/desktop/widgets/popupmessage.h.orig 2020-02-16 16:35:42.000000000 +0000
+++ src/desktop/widgets/popupmessage.h
@@ -20,6 +20,7 @@
#define POPUPMESSAGE_H
#include <QWidget>
+#include <QPainterPath>
class QTextDocument;
class QTimer;
|