mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Cache and reuse detected MIME type
This commit is contained in:
parent
973da6feb8
commit
230949ee3b
2 changed files with 6 additions and 6 deletions
|
@ -136,6 +136,7 @@ private:
|
|||
struct TranslatedFile
|
||||
{
|
||||
QByteArray data;
|
||||
QString mimeType;
|
||||
QDateTime lastModified;
|
||||
};
|
||||
QHash<QString, TranslatedFile> m_translatedFiles;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue