Remove forward declaration of dead QUnifiedToolbarSurface

The class does not exist anymore.

Change-Id: Ifb3d7624b22c86b4b460a595834e956bc458dc44
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
Tor Arne Vestbø 2025-03-31 12:42:37 +02:00 committed by Volker Hilsheimer
parent 68a9c5fe51
commit 03699cc0ff
2 changed files with 0 additions and 3 deletions

View File

@ -64,7 +64,6 @@ class QLocale;
class QGraphicsProxyWidget;
class QGraphicsEffect;
class QRasterWindowSurface;
class QUnifiedToolbarSurface;
class QPixmap;
#ifndef QT_NO_DEBUG_STREAM
class QDebug;

View File

@ -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);