2023-10-18 18:43:18 +02:00
|
|
|
Index: VirtualBox-7.0.12/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.cpp
|
2020-03-27 16:29:58 +01:00
|
|
|
===================================================================
|
2023-10-18 18:43:18 +02:00
|
|
|
--- VirtualBox-7.0.12.orig/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.cpp
|
|
|
|
+++ VirtualBox-7.0.12/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.cpp
|
2022-11-18 22:49:33 +01:00
|
|
|
@@ -28,6 +28,7 @@
|
2020-03-27 16:29:58 +01:00
|
|
|
/* Qt includes: */
|
|
|
|
#include <QApplication>
|
|
|
|
#include <QLabel>
|
|
|
|
+#include <QPainterPath>
|
|
|
|
#include <QPaintEvent>
|
|
|
|
#include <QStyle>
|
|
|
|
#include <QVBoxLayout>
|
2023-10-18 18:43:18 +02:00
|
|
|
Index: VirtualBox-7.0.12/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.h
|
2020-03-27 16:29:58 +01:00
|
|
|
===================================================================
|
2023-10-18 18:43:18 +02:00
|
|
|
--- VirtualBox-7.0.12.orig/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.h
|
|
|
|
+++ VirtualBox-7.0.12/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.h
|
2022-11-18 22:49:33 +01:00
|
|
|
@@ -47,7 +47,6 @@ class QIcon;
|
2020-03-27 16:29:58 +01:00
|
|
|
class QLabel;
|
|
|
|
class QMouseEvent;
|
|
|
|
class QObject;
|
|
|
|
-class QPainterPath;
|
|
|
|
class QPaintEvent;
|
|
|
|
class QResizeEvent;
|
|
|
|
class QString;
|