summaryrefslogtreecommitdiffstats
path: root/src/network/compat/removed_api.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/compat/removed_api.cpp')
-rw-r--r--src/network/compat/removed_api.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/network/compat/removed_api.cpp b/src/network/compat/removed_api.cpp
index 956018cece0..86951d92226 100644
--- a/src/network/compat/removed_api.cpp
+++ b/src/network/compat/removed_api.cpp
@@ -55,3 +55,13 @@ QList<QNetworkCookie> QNetworkCookie::parseCookies(const QByteArray &cookieStrin
// order sections alphabetically
#endif // QT_NETWORK_REMOVED_SINCE(6, 7)
+
+#if QT_NETWORK_REMOVED_SINCE(6, 8)
+
+#include "qnetworkrequest.h" // inlined API
+
+// #include "qotherheader.h"
+// // implement removed functions from qotherheader.h
+// order sections alphabetically
+
+#endif // QT_NETWORK_REMOVED_SINCE(6, 8)