mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-22 13:43:11 +02:00
Style and debug spam cleanup
This commit is contained in:
@@ -1020,7 +1020,8 @@ JSResolver::callOnResolver( const QString& scriptSource )
|
||||
}
|
||||
|
||||
|
||||
QString JSResolver::escape( const QString& source )
|
||||
QString
|
||||
JSResolver::escape( const QString& source )
|
||||
{
|
||||
QString copy = source;
|
||||
return copy.replace( "\\", "\\\\" ).replace( "'", "\\'" );
|
||||
|
Reference in New Issue
Block a user