mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-19 00:15:21 +01:00
imagewriter: Remove unique_ptr for _networkManager
This commit is contained in:
parent
a6200ba994
commit
2bd4a068bc
2 changed files with 8 additions and 8 deletions
|
@ -181,7 +181,7 @@ private:
|
|||
// Recursively walk all the entries with subitems and, for any which
|
||||
// refer to an external JSON list, fetch the list and put it in place.
|
||||
void fillSubLists(QJsonArray &topLevel);
|
||||
std::unique_ptr<QNetworkAccessManager> _networkManager;
|
||||
QNetworkAccessManager _networkManager;
|
||||
QJsonDocument _completeOsList;
|
||||
QJsonArray _deviceFilter;
|
||||
std::mutex _deviceListMutationMutex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue