Fix resume torrents without metadata.

This commit is contained in:
Vladimir Golovnev (Glassez)
2015-06-04 11:03:19 +03:00
parent 0172ab1f50
commit 8cc9c64ff8
6 changed files with 59 additions and 54 deletions

View File

@@ -113,6 +113,7 @@ namespace BitTorrent
QString savePath;
bool disableTempPath; // e.g. for imported torrents
bool sequential;
TriStateBool addForced;
TriStateBool addPaused;
QVector<int> filePriorities; // used if TorrentInfo is set
bool ignoreShareRatio;