mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Fix qbittorrent-nox compilation errors
Silent a compilation warning in qbtsession when using libtorrent v0.14.x
This commit is contained in:
@@ -1185,6 +1185,8 @@ add_torrent_params QBtSession::initializeAddTorrentParams(QString hash) {
|
||||
p.seed_mode=true;
|
||||
else
|
||||
p.seed_mode=false;
|
||||
#else
|
||||
Q_UNUSED(hash);
|
||||
#endif
|
||||
|
||||
// Preallocation mode
|
||||
|
||||
Reference in New Issue
Block a user