|
|
@ -139,7 +139,7 @@ QBtSession::QBtSession() |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
connect(m_scanFolders, SIGNAL(torrentsAdded(QStringList&)), this, SLOT(addTorrentsFromScanFolder(QStringList&))); |
|
|
|
connect(m_scanFolders, SIGNAL(torrentsAdded(QStringList&)), this, SLOT(addTorrentsFromScanFolder(QStringList&))); |
|
|
|
// Apply user settings to Bittorrent session
|
|
|
|
// Apply user settings to Bittorrent session
|
|
|
|
configureSession(); |
|
|
|
QTimer::singleShot(0, this, SLOT(configureSession())); |
|
|
|
qDebug("* BTSession constructed"); |
|
|
|
qDebug("* BTSession constructed"); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|