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:
parent
f874e6b4f0
commit
eeba60dfec
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user