Merge branch 'refactor/net-split-headers-to-proxy-class' into feat/launcher-updater
This commit is contained in:
commit
f39d2de0cc
@ -59,8 +59,10 @@ class Download : public NetAction {
|
||||
public:
|
||||
~Download() override = default;
|
||||
|
||||
#if defined(LAUNCHER_APPLICATION)
|
||||
#if defined(LAUNCHER_APPLICATION)
|
||||
static auto makeCached(QUrl url, MetaEntryPtr entry, Options options = Option::NoOptions) -> Download::Ptr;
|
||||
#endif
|
||||
|
||||
static auto makeByteArray(QUrl url, std::shared_ptr<QByteArray> output, Options options = Option::NoOptions) -> Download::Ptr;
|
||||
static auto makeFile(QUrl url, QString path, Options options = Option::NoOptions) -> Download::Ptr;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user