summaryrefslogtreecommitdiffstats
path: root/src/network/access/qsocketabstraction_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Enable compilation of qtbase with localserver offMichał Łoś2024-09-191-1/+11
| | | | | | | | | | | Since we will need to turn off this feature for certain platforms, code must compile with QT_FEATURE_localserver turned off, which now can't. Fix this by disabling parts of code requiring QT_FEATURE_localserver. Task-number: QTBUG-115777 Pick-to: 6.8 Change-Id: I6d78030db67ee679d6877b48a437db90a6e47a02 Reviewed-by: Mårten Nordheim <[email protected]>
* QNAM: Add Q*Socket abstractions in new namespaceMårten Nordheim2024-04-231-0/+91
Functions to unify certain aspects of QAbstractSocket and QLocalSocket. To be used in follow-up commits. Task-number: QTBUG-102855 Change-Id: I4fb39e626c8a4054196f5985a9ccc2532117e4a7 Reviewed-by: Mate Barany <[email protected]>