mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
FEATURE: qBittorrent can now act as a tracker
This commit is contained in:
@@ -68,12 +68,12 @@ QByteArray HttpRequestParser::message() const
|
||||
|
||||
QString HttpRequestParser::get(const QString key) const
|
||||
{
|
||||
return getMap[key];
|
||||
return getMap.value(key);
|
||||
}
|
||||
|
||||
QString HttpRequestParser::post(const QString key) const
|
||||
{
|
||||
return postMap[key];
|
||||
return postMap.value(key);
|
||||
}
|
||||
|
||||
QByteArray HttpRequestParser::torrent() const
|
||||
|
||||
Reference in New Issue
Block a user