mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-19 04:11:46 +02:00
OSX fix
This commit is contained in:
@@ -889,7 +889,6 @@ extractBinaryResolver( const QString& zipFilename, QObject* receiver )
|
||||
return;
|
||||
|
||||
const QDir resolverPath( extractScriptPayload( zipFilename, resolverId ) );
|
||||
#endif
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
const QStringList files = resolverPath.entryList( QStringList() << "*.exe", QDir::Files );
|
||||
@@ -911,6 +910,8 @@ extractBinaryResolver( const QString& zipFilename, QObject* receiver )
|
||||
#endif
|
||||
|
||||
QMetaObject::invokeMethod(receiver, "installSucceeded", Qt::DirectConnection, Q_ARG( QString, resolverToUse ) );
|
||||
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user