25 lines
670 B
Diff
25 lines
670 B
Diff
From ec9fe40808e094b3ee6283256ae18f1a3bb95bb7 Mon Sep 17 00:00:00 2001
|
|
From: Volker Krause <volker.krause@kdab.com>
|
|
Date: Wed, 18 Mar 2020 09:07:11 +0100
|
|
Subject: [PATCH] Fix build with Qt 5.15
|
|
|
|
---
|
|
plugins/widgetinspector/overlaywidget.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/plugins/widgetinspector/overlaywidget.h b/plugins/widgetinspector/overlaywidget.h
|
|
index 5e0bb1352..ca102a9ea 100644
|
|
--- a/plugins/widgetinspector/overlaywidget.h
|
|
+++ b/plugins/widgetinspector/overlaywidget.h
|
|
@@ -30,6 +30,7 @@
|
|
#define GAMMARAY_WIDGETINSPECTOR_OVERLAYWIDGET_H
|
|
|
|
#include <QLayout>
|
|
+#include <QPainterPath>
|
|
#include <QPointer>
|
|
#include <QWidget>
|
|
|
|
--
|
|
2.26.0
|
|
|