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

Add semicolon

This commit is contained in:
Leo Franchi 2012-05-18 17:17:35 -04:00
parent f874e6b4f0
commit eeba60dfec

View File

@ -889,7 +889,7 @@ extractBinaryResolver( const QString& zipFilename, QObject* receiver )
if ( resolverId.isEmpty() )
return;
const QDir resolverPath( extractScriptPayload( zipFilename, resolverId ) )
const QDir resolverPath( extractScriptPayload( zipFilename, resolverId ) );
const QStringList files = resolverPath.entryList( QStringList() << "*.exe", QDir::Files );
qDebug() << "Found executables in unzipped binary resolver dir:" << files;
Q_ASSERT( files.size() == 1 );