GH-4299 Fix screenshot upload

This commit is contained in:
Janrupf
2021-12-29 17:08:15 +01:00
parent 6fe07561fe
commit be029ab360
2 changed files with 9 additions and 0 deletions

View File

@ -35,6 +35,11 @@ public:
}
virtual ~NetJob();
void setNetwork(shared_qobject_ptr<QNetworkAccessManager> network)
{
m_network = network;
}
bool addNetAction(NetAction::Ptr action);
NetAction::Ptr operator[](int index)