Implement DBResumeDataStorage class

This commit is contained in:
Vladimir Golovnev (Glassez)
2021-03-24 11:53:47 +03:00
parent 223d15802e
commit 383eaf44ac
13 changed files with 745 additions and 25 deletions

View File

@@ -46,7 +46,7 @@ namespace BitTorrent
Q_DISABLE_COPY(BencodeResumeDataStorage)
public:
explicit BencodeResumeDataStorage(QObject *parent = nullptr);
explicit BencodeResumeDataStorage(const QString &path, QObject *parent = nullptr);
~BencodeResumeDataStorage() override;
QVector<TorrentID> registeredTorrents() const override;