stop timer on exit

pull/1/head
Michail Vourlakos 8 years ago
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…
Cancel
Save