Browse Source

- Fix compilation warning

adaptive-webui-19844
Christophe Dumez 16 years ago
parent
commit
727f59f73f
  1. 2
      src/bittorrent.cpp

2
src/bittorrent.cpp

@ -353,7 +353,7 @@ void bittorrent::loadWebSeeds(QString hash) { @@ -353,7 +353,7 @@ void bittorrent::loadWebSeeds(QString hash) {
}
// Add a torrent to the bittorrent session
QTorrentHandle bittorrent::addTorrent(QString path, bool fromScanDir, QString from_url, bool resumed) {
QTorrentHandle bittorrent::addTorrent(QString path, bool fromScanDir, QString from_url, bool) {
QTorrentHandle h;
bool fastResume=false;
QDir torrentBackup(misc::qBittorrentPath() + "BT_backup");

Loading…
Cancel
Save