mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +02:00
added missing return ...
This commit is contained in:
@@ -40,7 +40,7 @@ namespace Qt
|
|||||||
{
|
{
|
||||||
inline QString escape( const QString &x )
|
inline QString escape( const QString &x )
|
||||||
{
|
{
|
||||||
x.toHtmlEscaped();
|
return x.toHtmlEscaped();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user