mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
committed by
GitHub
parent
8df80b67f9
commit
2f9b313287
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Bittorrent Client using Qt and libtorrent.
|
||||
* Copyright (C) 2022 Vladimir Golovnev <glassez@yandex.ru>
|
||||
* Copyright (C) 2022-2023 Vladimir Golovnev <glassez@yandex.ru>
|
||||
* Copyright (C) 2012 Christophe Dumez <chris@qbittorrent.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -237,11 +237,6 @@ public:
|
||||
return QVector<qreal>(filesCount(), 0);
|
||||
}
|
||||
|
||||
void fetchFilesProgress(std::function<void (QVector<qreal>)> resultHandler) const override
|
||||
{
|
||||
resultHandler(filesProgress());
|
||||
}
|
||||
|
||||
QVector<qreal> availableFileFractions() const override
|
||||
{
|
||||
return QVector<qreal>(filesCount(), 0);
|
||||
|
||||
Reference in New Issue
Block a user