From 29168d23f1494e3fc9a84ae78d823732e5e38b17 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Thu, 26 Dec 2019 19:46:43 +0000 Subject: [PATCH] remove non-existing classes forward declarations from qx11info_x11 header Signed-off-by: Ivailo Monev --- src/gui/kernel/qx11info_x11.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/kernel/qx11info_x11.h b/src/gui/kernel/qx11info_x11.h index 4d8d7e3fb..b9b0d4b9f 100644 --- a/src/gui/kernel/qx11info_x11.h +++ b/src/gui/kernel/qx11info_x11.h @@ -45,8 +45,6 @@ QT_BEGIN_NAMESPACE struct QX11InfoData; class QX11Info; class QPaintDevice; -class QApplicationPrivate; -class QX11InfoPrivate; class Q_GUI_EXPORT QX11Info {