Simplify progress bar painting

This commit is contained in:
Chocobo1
2021-03-10 15:52:30 +08:00
parent 6139d0d65a
commit a78929dadf
13 changed files with 110 additions and 132 deletions

View File

@@ -33,7 +33,6 @@
#include <QTreeView>
class MainWindow;
class TransferListDelegate;
class TransferListModel;
class TransferListSortModel;
@@ -121,7 +120,6 @@ private:
void applyToSelectedTorrents(const std::function<void (BitTorrent::Torrent *const)> &fn);
QVector<BitTorrent::Torrent *> getVisibleTorrents() const;
TransferListDelegate *m_listDelegate;
TransferListModel *m_listModel;
TransferListSortModel *m_sortFilterModel;
MainWindow *m_mainWindow;