committed by
Craig Drummond
parent
c767a9b2f5
commit
1a2354904a
@@ -235,7 +235,7 @@ QByteArray HttpServer::encodeUrl(const QString &file)
|
||||
#endif
|
||||
s.file=file;
|
||||
#endif
|
||||
return encodeUrl(s);
|
||||
return s.isEmpty() ? QByteArray() : encodeUrl(s);
|
||||
}
|
||||
|
||||
Song HttpServer::decodeUrl(const QString &url) const
|
||||
|
||||
Reference in New Issue
Block a user