1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 08:19:42 +01:00

Wait for script QProcess to properly exit.

This commit is contained in:
Alejandro Wainzinger 2011-08-14 13:30:22 +02:00
parent 5449154ee9
commit 0aa07d62fd

View File

@ -65,6 +65,7 @@ ScriptResolver::ScriptResolver( const QString& exe )
ScriptResolver::~ScriptResolver()
{
stop();
m_proc.waitForFinished();
Tomahawk::Pipeline::instance()->removeResolver( this );