1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-09 22:37:59 +00:00

- Should fix save path problems

This commit is contained in:
Christophe Dumez 2008-10-04 14:14:07 +00:00
parent 276dfd9df6
commit 25b9601613

View File

@ -162,10 +162,10 @@ GUI::GUI(QWidget *parent, QStringList torrentCmdLine) : QMainWindow(parent), dis
refresher = new QTimer(this); refresher = new QTimer(this);
connect(refresher, SIGNAL(timeout()), this, SLOT(updateLists())); connect(refresher, SIGNAL(timeout()), this, SLOT(updateLists()));
refresher->start(1500); refresher->start(1500);
// Resume unfinished torrents
BTSession->resumeUnfinishedTorrents();
// Configure BT session according to options // Configure BT session according to options
configureSession(true); configureSession(true);
// Resume unfinished torrents
BTSession->resumeUnfinishedTorrents();
// Add torrent given on command line // Add torrent given on command line
processParams(torrentCmdLine); processParams(torrentCmdLine);
// Initialize Web UI // Initialize Web UI