From cf2743b83077e3f1e29a0b344c08596cea362cad Mon Sep 17 00:00:00 2001 From: Patrick von Reth Date: Tue, 25 Feb 2014 23:40:40 +0100 Subject: [PATCH] speedup animation --- src/plugins/backends/snore/notifywidget.cpp | 2 +- src/plugins/backends/snore/snorenotifier.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/plugins/backends/snore/notifywidget.cpp b/src/plugins/backends/snore/notifywidget.cpp index 70affe4..bff06f7 100644 --- a/src/plugins/backends/snore/notifywidget.cpp +++ b/src/plugins/backends/snore/notifywidget.cpp @@ -69,7 +69,7 @@ NotifyWidget::NotifyWidget(int pos,QWidget *parent) : m_start = QPoint(m_desktop.topRight().x(), m_dest.y()); snoreDebug( SNORE_DEBUG ) << m_dest << m_start << size(); - m_moveTimer->setInterval(2); + m_moveTimer->setInterval(1); connect( m_moveTimer, SIGNAL(timeout()), this, SLOT(slotMove())); } diff --git a/src/plugins/backends/snore/snorenotifier.cpp b/src/plugins/backends/snore/snorenotifier.cpp index b30df95..8a78e25 100644 --- a/src/plugins/backends/snore/snorenotifier.cpp +++ b/src/plugins/backends/snore/snorenotifier.cpp @@ -121,7 +121,6 @@ void SnoreNotifier::slotProcessQueue() startTimeout(notification); free = true; } - snoreDebug( SNORE_DEBUG ) << w << free; } }