Allow to save downloaded metadata as torrent file

This commit is contained in:
Vladimir Golovnev (Glassez)
2020-02-19 13:19:51 +03:00
committed by sledgehammer999
parent 5fdd069f66
commit 703330c40d
8 changed files with 110 additions and 63 deletions

View File

@@ -104,6 +104,7 @@ private:
void setMetadataProgressIndicator(bool visibleIndicator, const QString &labelText = {});
void setupTreeview();
void setSavePath(const QString &newPath);
void saveTorrentFile();
void showEvent(QShowEvent *event) override;