mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
parent
facfa26eed
commit
dd1bd8ad10
131 changed files with 2252 additions and 1868 deletions
|
@ -34,6 +34,7 @@
|
|||
#include <libtorrent/fwd.hpp>
|
||||
|
||||
#include "base/3rdparty/expected.hpp"
|
||||
#include "base/pathfwd.h"
|
||||
|
||||
class QByteArray;
|
||||
class QFileDevice;
|
||||
|
@ -80,6 +81,6 @@ namespace Utils::IO
|
|||
int m_bufferSize;
|
||||
};
|
||||
|
||||
nonstd::expected<void, QString> saveToFile(const QString &path, const QByteArray &data);
|
||||
nonstd::expected<void, QString> saveToFile(const QString &path, const lt::entry &data);
|
||||
nonstd::expected<void, QString> saveToFile(const Path &path, const QByteArray &data);
|
||||
nonstd::expected<void, QString> saveToFile(const Path &path, const lt::entry &data);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue