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:
parent
e83af181f7
commit
fef1553b90
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ namespace KWin::Xwl
|
|||
{
|
||||
|
||||
XwlDropHandler::XwlDropHandler(Dnd *dnd)
|
||||
: KWaylandServer::AbstractDropHandler(nullptr)
|
||||
: KWaylandServer::AbstractDropHandler(dnd)
|
||||
, m_dnd(dnd)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue