summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Arne Vestbø <[email protected]>2025-03-31 12:42:37 +0200
committerVolker Hilsheimer <[email protected]>2025-04-15 15:39:26 +0000
commit03699cc0ffb3c2f1c35b2815a6f9635e9d21aca2 (patch)
tree58aa380be126c5dfdfc1a8db392479b020c1b564
parent68a9c5fe513e147e4cffd29b50a4714813df411e (diff)
Remove forward declaration of dead QUnifiedToolbarSurface
The class does not exist anymore. Change-Id: Ifb3d7624b22c86b4b460a595834e956bc458dc44 Reviewed-by: Volker Hilsheimer <[email protected]>
-rw-r--r--src/widgets/kernel/qwidget.h1
-rw-r--r--src/widgets/kernel/qwidget_p.h2
2 files changed, 0 insertions, 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);