mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 15:16:34 +02:00
Don't confuse QFileInfo
This commit is contained in:
@@ -461,8 +461,9 @@ ScriptResolver::startProcess()
|
||||
if ( interpreter.isEmpty() )
|
||||
{
|
||||
#ifndef Q_OS_WIN
|
||||
const QFileInfo info( runPath );
|
||||
const QFileInfo info( filePath() );
|
||||
m_proc.setWorkingDirectory( info.absolutePath() );
|
||||
tLog() << "Setting working dir:" << info.absolutePath();
|
||||
#endif
|
||||
m_proc.start( runPath );
|
||||
}
|
||||
|
Reference in New Issue
Block a user