xwayland: Set parent on XwlDropHandler

A parent is provded to the XwlDropHandler but it doesn't reach the
QObject superclass
This commit is contained in:
David Edmundson 2023-01-19 16:08:17 +00:00 committed by Vlad Zahorodnii
parent e83af181f7
commit fef1553b90

View file

@ -21,7 +21,7 @@ namespace KWin::Xwl
{
XwlDropHandler::XwlDropHandler(Dnd *dnd)
: KWaylandServer::AbstractDropHandler(nullptr)
: KWaylandServer::AbstractDropHandler(dnd)
, m_dnd(dnd)
{
}