|
|
@ -140,9 +140,9 @@ Bittorrent::Bittorrent() |
|
|
|
#ifdef LIBTORRENT_0_15 |
|
|
|
#ifdef LIBTORRENT_0_15 |
|
|
|
appendqBExtension = Preferences::useIncompleteFilesExtension(); |
|
|
|
appendqBExtension = Preferences::useIncompleteFilesExtension(); |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
connect(m_scanFolders, SIGNAL(torrentsAdded(QStringList&)), this, SLOT(addTorrentsFromScanFolder(QStringList&))); |
|
|
|
// Apply user settings to Bittorrent session
|
|
|
|
// Apply user settings to Bittorrent session
|
|
|
|
configureSession(); |
|
|
|
configureSession(); |
|
|
|
connect(m_scanFolders, SIGNAL(torrentsAdded(QStringList&)), this, SLOT(addTorrentsFromScanFolder(QStringList&))); |
|
|
|
|
|
|
|
qDebug("* BTSession constructed"); |
|
|
|
qDebug("* BTSession constructed"); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|