mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-03-13 05:41:17 +00:00

qDeleteAll() is being used on an unnecessary temporary container created by QHash::values(). Using qDeleteAll(mycontainer) instead.
qDeleteAll() is being used on an unnecessary temporary container created by QHash::values(). Using qDeleteAll(mycontainer) instead.