plasma: call KWindowListMenu constructor in WindowList::init()

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-08-31 18:24:48 +03:00
parent 4e03f8a077
commit 9e65f09172

View file

@ -56,7 +56,7 @@ void WindowList::init()
{
Plasma::IconWidget *icon = new Plasma::IconWidget(KIcon("preferences-system-windows"), QString(), this);
m_listMenu = new KWindowListMenu;
m_listMenu = new KWindowListMenu();
m_listMenu->installEventFilter(this);
registerAsDragHandle(icon);