mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 15:42:32 -06:00
Use default constructor, destructor
This commit is contained in:
@@ -57,7 +57,7 @@ namespace Http
|
||||
static const long MAX_CONTENT_SIZE = 64 * 1024 * 1024; // 64 MB
|
||||
|
||||
private:
|
||||
RequestParser();
|
||||
RequestParser() = default;
|
||||
|
||||
ParseResult doParse(const QByteArray &data);
|
||||
bool parseStartLines(QStringView data);
|
||||
|
||||
Reference in New Issue
Block a user