mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Delete the QNetworkAccessManager when we're done with it
Apparently having this object around can lead to background network scans happening that cause WiFi perf degradation.
This commit is contained in:
@@ -25,5 +25,5 @@ private:
|
||||
QString getPlatform();
|
||||
|
||||
QVector<int> m_CurrentVersionQuad;
|
||||
QNetworkAccessManager m_Nam;
|
||||
QNetworkAccessManager* m_Nam;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user