Show startup progress dialog

PR #17389.
This commit is contained in:
Vladimir Golovnev
2022-08-03 07:14:26 +03:00
committed by GitHub
parent aed492b881
commit e24aaa4ce1
6 changed files with 205 additions and 90 deletions

View File

@@ -532,6 +532,7 @@ namespace BitTorrent
, const Path &downloadPath, const PathList &filePaths = {}) const;
signals:
void startupProgressUpdated(int progress);
void allTorrentsFinished();
void categoryAdded(const QString &categoryName);
void categoryRemoved(const QString &categoryName);