1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-25 18:30:20 +01:00

Merge remote branch 'origin/master' into single-file-cache

This commit is contained in:
Jeff Mitchell 2011-04-20 13:01:41 -04:00
commit e36b6bd41e

View File

@ -41,7 +41,7 @@ PortFwdThread::~PortFwdThread()
{
qDebug() << Q_FUNC_INFO << "waiting for event loop to finish...";
quit();
wait( 10000 );
wait( 1000 );
delete m_portfwd;
}