mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 00:52:30 -06:00
Don't log any error when "queue" file doesn't exist
This commit is contained in:
committed by
Vladimir Golovnev (glassez)
parent
6aa8251b98
commit
b6a35e9477
@@ -56,6 +56,7 @@ namespace BitTorrent
|
||||
void storeQueue(const QVector<TorrentID> &queue) const override;
|
||||
|
||||
private:
|
||||
void loadQueue(const QString &queueFilename);
|
||||
std::optional<LoadTorrentParams> loadTorrentResumeData(const QByteArray &data, const TorrentInfo &metadata) const;
|
||||
|
||||
const QDir m_resumeDataDir;
|
||||
|
||||
Reference in New Issue
Block a user