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:
parent
6214318e09
commit
5962cbc9bb
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user