1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-11 13:18:13 +03:00

stop timer on exit

This commit is contained in:
Michail Vourlakos 2017-02-27 23:24:13 +02:00
parent 6214318e09
commit 5962cbc9bb

View File

@ -110,6 +110,8 @@ DockView::DockView(Plasma::Corona *corona, QScreen *targetScreen)
DockView::~DockView()
{
m_screenSyncTimer.stop();
qDebug() << "dock view deleting...";
rootContext()->setContextProperty(QStringLiteral("dock"), nullptr);
this->disconnect();