1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-03-13 05:41:17 +00:00
Luís Pereira 44e4b5d238 Don't use qDeleteAll() on temporaries
qDeleteAll() is being used on an unnecessary temporary container created
by QHash::values().
Using qDeleteAll(mycontainer) instead.
2018-02-12 16:36:03 +00:00
..
2018-02-12 16:36:03 +00:00
2017-10-30 02:41:24 +02:00
2017-08-29 13:39:02 +08:00
2018-01-06 02:23:09 +02:00
2017-08-29 13:39:02 +08:00
2017-12-31 11:53:45 +08:00