mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 05:37:29 +02:00
Add semicolon
This commit is contained in:
@@ -889,7 +889,7 @@ extractBinaryResolver( const QString& zipFilename, QObject* receiver )
|
|||||||
if ( resolverId.isEmpty() )
|
if ( resolverId.isEmpty() )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
const QDir resolverPath( extractScriptPayload( zipFilename, resolverId ) )
|
const QDir resolverPath( extractScriptPayload( zipFilename, resolverId ) );
|
||||||
const QStringList files = resolverPath.entryList( QStringList() << "*.exe", QDir::Files );
|
const QStringList files = resolverPath.entryList( QStringList() << "*.exe", QDir::Files );
|
||||||
qDebug() << "Found executables in unzipped binary resolver dir:" << files;
|
qDebug() << "Found executables in unzipped binary resolver dir:" << files;
|
||||||
Q_ASSERT( files.size() == 1 );
|
Q_ASSERT( files.size() == 1 );
|
||||||
|
Reference in New Issue
Block a user