mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Change file names and classes names to match them
This commit is contained in:
@@ -43,8 +43,8 @@ class QStandardItemModel;
|
||||
|
||||
class MainWindow;
|
||||
class TransferListDelegate;
|
||||
class TransferListModel;
|
||||
class TransferListSortModel;
|
||||
class TorrentModel;
|
||||
|
||||
class TransferListWidget : public QTreeView
|
||||
{
|
||||
@@ -53,7 +53,7 @@ class TransferListWidget : public QTreeView
|
||||
public:
|
||||
TransferListWidget(QWidget *parent, MainWindow *mainWindow);
|
||||
~TransferListWidget();
|
||||
TorrentModel *getSourceModel() const;
|
||||
TransferListModel *getSourceModel() const;
|
||||
|
||||
public slots:
|
||||
void setSelectionCategory(QString category);
|
||||
@@ -125,7 +125,7 @@ private:
|
||||
void applyToSelectedTorrents(const std::function<void (BitTorrent::TorrentHandle *const)> &fn);
|
||||
|
||||
TransferListDelegate *m_listDelegate;
|
||||
TorrentModel *m_listModel;
|
||||
TransferListModel *m_listModel;
|
||||
TransferListSortModel *m_sortFilterModel;
|
||||
MainWindow *m_mainWindow;
|
||||
QShortcut *m_editHotkey;
|
||||
|
||||
Reference in New Issue
Block a user