mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-04 21:27:58 +02:00
Merge remote branch 'origin/master' into single-file-cache
This commit is contained in:
@@ -41,7 +41,7 @@ PortFwdThread::~PortFwdThread()
|
|||||||
{
|
{
|
||||||
qDebug() << Q_FUNC_INFO << "waiting for event loop to finish...";
|
qDebug() << Q_FUNC_INFO << "waiting for event loop to finish...";
|
||||||
quit();
|
quit();
|
||||||
wait( 10000 );
|
wait( 1000 );
|
||||||
|
|
||||||
delete m_portfwd;
|
delete m_portfwd;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user