Split Session class into interface/implementation parts

PR #17579.
This commit is contained in:
Vladimir Golovnev
2022-08-27 08:01:24 +03:00
committed by GitHub
parent e5491645e4
commit 525692759d
14 changed files with 1421 additions and 1079 deletions

View File

@@ -35,7 +35,7 @@
namespace
{
void handleAddTorrentAlert(const lt::add_torrent_alert *alert)
void handleAddTorrentAlert([[maybe_unused]] const lt::add_torrent_alert *alert)
{
#ifndef QBT_USES_LIBTORRENT2
if (alert->error)