mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 19:40:18 -07:00
Replace QMap with QHash
This commit is contained in:
parent
c004a84f84
commit
f4e7b8c6bf
4 changed files with 8 additions and 7 deletions
|
@ -98,8 +98,8 @@ namespace Http
|
|||
QString method;
|
||||
QString path;
|
||||
QStringMap headers;
|
||||
QMap<QString, QByteArray> query;
|
||||
QStringMap posts;
|
||||
QHash<QString, QByteArray> query;
|
||||
QHash<QString, QString> posts;
|
||||
QVector<UploadedFile> files;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue