Remove unused private field
This causes a build failure under clang 17. Change-Id: I9e256109ec6e7de146334012bce90912d0d4bb62 Reviewed-by: David Edmundson <davidedmundson@kde.org> Reviewed-by: David Redondo <qt@david-redondo.de>
This commit is contained in:
parent
38ac95c03b
commit
b28eed534f
@ -24,8 +24,7 @@ namespace QtWaylandClient {
|
||||
|
||||
QWaylandWindowManagerIntegration::QWaylandWindowManagerIntegration(QWaylandDisplay *waylandDisplay,
|
||||
uint id, uint version)
|
||||
: QtWayland::qt_windowmanager(waylandDisplay->object(), id, version),
|
||||
m_waylandDisplay(waylandDisplay)
|
||||
: QtWayland::qt_windowmanager(waylandDisplay->object(), id, version)
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -44,7 +44,6 @@ private:
|
||||
void windowmanager_hints(int32_t showIsFullScreen) override;
|
||||
void windowmanager_quit() override;
|
||||
|
||||
QWaylandDisplay *m_waylandDisplay = nullptr;
|
||||
bool m_showIsFullScreen = false;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user