Web UI code optimization

This commit is contained in:
Christophe Dumez
2011-09-30 20:51:29 +03:00
parent dad1568657
commit f98d4e9149
3 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ QString HttpRequestParser::post(const QString& key) const {
return m_postMap.value(key);
}
QByteArray HttpRequestParser::torrent() const {
const QByteArray& HttpRequestParser::torrent() const {
return m_torrentContent;
}