mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
Web UI code optimization
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user