1
0
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:
Patrick von Reth
2014-06-22 17:06:36 +02:00
parent 1b85b9c0d6
commit 7de3e27536

View File

@@ -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