mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-14 04:51:53 +02:00
Pause timer should be single shot.
This commit is contained in:
parent
a306bdf53f
commit
1c59840dd1
@ -69,6 +69,7 @@ AdiumPlugin::AdiumPlugin()
|
||||
SLOT( settingsChanged() ), Qt::QueuedConnection );
|
||||
|
||||
m_pauseTimer = new QTimer( this );
|
||||
m_pauseTimer->setSingleShot( true );
|
||||
connect( m_pauseTimer, SIGNAL( timeout() ),
|
||||
this, SLOT( clearStatus() ) );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user