Don't use removed stat metric in libtorrent 2.0

For now, the metric is not entirely removed due to WebAPI still needs to
access it.
This commit is contained in:
Chocobo1
2020-12-24 11:54:33 +08:00
parent 0ebd864db9
commit 90a1ea4281
6 changed files with 20 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ namespace Ui
class StatsDialog;
}
class StatsDialog : public QDialog
class StatsDialog final : public QDialog
{
Q_OBJECT