1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-19 04:11:46 +02:00
This commit is contained in:
Leo Franchi
2012-05-22 10:38:54 -04:00
parent bb62fd6047
commit e4bd229ef0

View File

@@ -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
}