1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-07 08:58:17 +03:00

remove visibilitymanager on dockview destruction

This commit is contained in:
Michail Vourlakos 2017-01-05 01:22:06 +02:00
parent cb0ed85dc2
commit 377a3d4420

View File

@ -104,6 +104,9 @@ DockView::DockView(Plasma::Corona *corona, QScreen *targetScreen)
DockView::~DockView()
{
if (m_visibility) {
m_visibility->deleteLater();
}
}
void DockView::init()