From 03699cc0ffb3c2f1c35b2815a6f9635e9d21aca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Mon, 31 Mar 2025 12:42:37 +0200 Subject: [PATCH] Remove forward declaration of dead QUnifiedToolbarSurface The class does not exist anymore. Change-Id: Ifb3d7624b22c86b4b460a595834e956bc458dc44 Reviewed-by: Volker Hilsheimer --- src/widgets/kernel/qwidget.h | 1 - src/widgets/kernel/qwidget_p.h | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/widgets/kernel/qwidget.h b/src/widgets/kernel/qwidget.h index faf2b31a832..02f328d2956 100644 --- a/src/widgets/kernel/qwidget.h +++ b/src/widgets/kernel/qwidget.h @@ -64,7 +64,6 @@ class QLocale; class QGraphicsProxyWidget; class QGraphicsEffect; class QRasterWindowSurface; -class QUnifiedToolbarSurface; class QPixmap; #ifndef QT_NO_DEBUG_STREAM class QDebug; diff --git a/src/widgets/kernel/qwidget_p.h b/src/widgets/kernel/qwidget_p.h index 9bd55d6e2de..991b932ecb8 100644 --- a/src/widgets/kernel/qwidget_p.h +++ b/src/widgets/kernel/qwidget_p.h @@ -65,8 +65,6 @@ class QWidgetItemV2; class QStyle; -class QUnifiedToolbarSurface; - // implemented in qshortcut.cpp bool qWidgetShortcutContextMatcher(QObject *object, Qt::ShortcutContext context); void qSendWindowChangeToTextureChildrenRecursively(QWidget *widget, QEvent::Type eventType);