mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Improve TorrentModel class.
This commit is contained in:
@@ -332,8 +332,6 @@ MainWindow::MainWindow(QWidget *parent)
|
||||
connect(executable_watcher, SIGNAL(fileChanged(QString)), this, SLOT(notifyOfUpdate(QString)));
|
||||
executable_watcher->addPath(qApp->applicationFilePath());
|
||||
|
||||
// Populate the transfer list
|
||||
transferList->getSourceModel()->populate();
|
||||
transferList->setFocus();
|
||||
|
||||
// Update the number of torrents (tab)
|
||||
|
||||
Reference in New Issue
Block a user