summaryrefslogtreecommitdiffstats
path: root/src/network/kernel/qnetconmonitor_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Introduce QNetworkConnection/Status/MonitorTimur Pocheptsov2019-05-021-0/+126
Private classes to replace broken or even not working at all 'session management' and 'bearer manager' (on at least two major platforms we support). This implementation is macOS/iOS-specific and uses SystemConfiguration framework, or more precisely SCNetworkReachability's part of it. Task-number: QTBUG-40332 Change-Id: Iac5f44c4063c4092b93b8cf2bde3fb2c524855b3 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>