mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Replace QMap with QHash
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user