mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 15:16:34 +02:00
Remove useless comments
This commit is contained in:
@@ -139,13 +139,13 @@ ResolverAccountFactory::createFromPath( const QString& path, const QString& fact
|
|||||||
QDir dir( TomahawkUtils::extractScriptPayload( pathInfo.filePath(),
|
QDir dir( TomahawkUtils::extractScriptPayload( pathInfo.filePath(),
|
||||||
uniqueName,
|
uniqueName,
|
||||||
MANUALRESOLVERS_DIR ) );
|
MANUALRESOLVERS_DIR ) );
|
||||||
if ( !( dir.exists() && dir.isReadable() ) ) //decompression fubar
|
if ( !( dir.exists() && dir.isReadable() ) )
|
||||||
{
|
{
|
||||||
displayError( tr( "Resolver installation error: cannot open bundle." ) );
|
displayError( tr( "Resolver installation error: cannot open bundle." ) );
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( !dir.cd( "content" ) ) //more fubar
|
if ( !dir.cd( "content" ) )
|
||||||
{
|
{
|
||||||
displayError( tr( "Resolver installation error: incomplete bundle." ) );
|
displayError( tr( "Resolver installation error: incomplete bundle." ) );
|
||||||
return nullptr;
|
return nullptr;
|
||||||
|
Reference in New Issue
Block a user