added more import options

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2023-09-05 20:13:16 +03:00
parent ab648e58ce
commit 8bad255a91
11 changed files with 229 additions and 126 deletions

View File

@@ -55,6 +55,7 @@ class NetAction : public Task {
virtual ~NetAction() = default;
QUrl url() { return m_url; }
void setUrl(QUrl url) { m_url = url; }
void setNetwork(shared_qobject_ptr<QNetworkAccessManager> network) { m_network = network; }