|
|
|
@ -1170,8 +1170,8 @@ void MainWindow::showNotificationBaloon(QString title, QString msg) const {
@@ -1170,8 +1170,8 @@ void MainWindow::showNotificationBaloon(QString title, QString msg) const {
|
|
|
|
|
*****************************************************/ |
|
|
|
|
|
|
|
|
|
void MainWindow::downloadFromURLList(const QStringList& url_list) { |
|
|
|
|
QIniSettings settings; |
|
|
|
|
const bool useTorrentAdditionDialog = settings.value(QString::fromUtf8("Preferences/Downloads/AdditionDialog"), true).toBool(); |
|
|
|
|
Preferences pref; |
|
|
|
|
const bool useTorrentAdditionDialog = pref.useAdditionDialog(); |
|
|
|
|
foreach (QString url, url_list) { |
|
|
|
|
if (url.startsWith("bc://bt/", Qt::CaseInsensitive)) { |
|
|
|
|
qDebug("Converting bc link to magnet link"); |
|
|
|
|