mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-19 04:11:46 +02:00
Use nullptr instead of 0
This commit is contained in:
@@ -90,7 +90,7 @@ JSResolver::~JSResolver()
|
||||
|
||||
Tomahawk::ExternalResolver* JSResolver::factory( const QString& accountId, const QString& scriptPath, const QStringList& additionalScriptPaths )
|
||||
{
|
||||
ExternalResolver* res = 0;
|
||||
ExternalResolver* res = nullptr;
|
||||
|
||||
const QFileInfo fi( scriptPath );
|
||||
if ( fi.suffix() == "js" || fi.suffix() == "script" )
|
||||
|
Reference in New Issue
Block a user