qBittorrent/src/gui/properties
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
..
CMakeLists.txt speedwidget class: excess QtConcurent usage removal 2017-10-12 20:59:13 +07:00
downloadedpiecesbar.cpp Coding style for many files 2017-11-20 23:29:59 +02:00
downloadedpiecesbar.h Coding style for many files 2017-11-20 23:29:59 +02:00
peerlistdelegate.h Coding style for many files 2017-11-20 23:29:59 +02:00
peerlistsortmodel.h Fix sorting of country flags column in Peers tab. 2017-12-21 15:21:53 +02:00
peerlistwidget.cpp Fix column size too narrow on resize 2017-12-24 21:54:56 +08:00
peerlistwidget.h Coding style, use nullptr and other minor things 2017-10-08 10:20:54 +03:00
peersadditiondlg.cpp Coding style for many files 2017-11-20 23:29:59 +02:00
peersadditiondlg.h Coding style for many files 2017-11-20 23:29:59 +02:00
peersadditiondlg.ui Fix peeradditiondlg position 2017-05-01 15:32:08 +08:00
pieceavailabilitybar.cpp Coding style for many files 2017-11-20 23:29:59 +02:00
pieceavailabilitybar.h Coding style for many files 2017-11-20 23:29:59 +02:00
piecesbar.cpp Fix crash in download piece bar 2017-05-26 21:47:51 +02:00
piecesbar.h Coding style for many files 2017-11-20 23:29:59 +02:00
properties.pri Sort filename lists in .pri files 2017-12-31 11:53:45 +08:00
propertieswidget.cpp Fix column size too narrow on resize 2017-12-24 21:54:56 +08:00
propertieswidget.h Coding style for many files 2017-11-20 23:29:59 +02:00
propertieswidget.ui Tweak spacing 2017-12-24 21:47:46 +08:00
proplistdelegate.cpp Coding style for many files 2017-11-20 23:29:59 +02:00
proplistdelegate.h Coding style for many files 2017-11-20 23:29:59 +02:00
proptabbar.cpp Coding style for many files 2017-11-20 23:29:59 +02:00
proptabbar.h Coding style for many files 2017-11-20 23:29:59 +02:00
speedplotview.cpp Coding style for many files 2017-11-20 23:29:59 +02:00
speedplotview.h Coding style for many files 2017-11-20 23:29:59 +02:00
speedwidget.cpp Tweak spacing 2017-12-24 21:47:46 +08:00
speedwidget.h Coding style for many files 2017-11-20 23:29:59 +02:00
trackerlist.cpp Don't use qDeleteAll() on temporaries 2018-02-12 16:36:03 +00:00
trackerlist.h Coding style, use nullptr and other minor things 2017-10-08 10:20:54 +03:00
trackersadditiondlg.cpp Coding style for many files 2017-11-20 23:29:59 +02:00
trackersadditiondlg.h Coding style for many files 2017-11-20 23:29:59 +02:00
trackersadditiondlg.ui Fix trackersadditiondlg position 2017-05-01 15:32:08 +08:00