aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/QtHttpServer
diff options
context:
space:
mode:
authorShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2022-07-29 13:15:45 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2022-08-01 09:19:07 +0000
commit12b6747cd9cf7eee0f964966c5fe9df76b3227d5 (patch)
tree08a98cb145ae93d0abf95c31811a16f8f45ba30a /sources/pyside6/PySide6/QtHttpServer
parent73be208de02456860ace00d3548b49ced1228290 (diff)
Remove QhttpServerFutureResponse
- this is requivalent to QFutureHttpServerResponse which is a typedef for QFuture<QHttpServerResponse> - Adapt to qthttpserver/80568a0258df1b6e72a0f2824276430e3a18e781 Change-Id: I9d0add5f2edf057f11acfd0e1781a1ec2714c65a Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/pyside6/PySide6/QtHttpServer')
-rw-r--r--sources/pyside6/PySide6/QtHttpServer/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtHttpServer/typesystem_httpserver.xml1
2 files changed, 1 insertions, 3 deletions
diff --git a/sources/pyside6/PySide6/QtHttpServer/CMakeLists.txt b/sources/pyside6/PySide6/QtHttpServer/CMakeLists.txt
index 6c10ec9a4..4e0c6ef76 100644
--- a/sources/pyside6/PySide6/QtHttpServer/CMakeLists.txt
+++ b/sources/pyside6/PySide6/QtHttpServer/CMakeLists.txt
@@ -4,7 +4,6 @@ set(QtHttpServer_SRC
${QtHttpServer_GEN_DIR}/qabstracthttpserver_wrapper.cpp
${QtHttpServer_GEN_DIR}/qfuturehttpserverresponse_wrapper.cpp
${QtHttpServer_GEN_DIR}/qhttpserver_wrapper.cpp
- ${QtHttpServer_GEN_DIR}/qhttpserverfutureresponse_wrapper.cpp
${QtHttpServer_GEN_DIR}/qhttpserverresponder_wrapper.cpp
${QtHttpServer_GEN_DIR}/qhttpserverrequest_wrapper.cpp
${QtHttpServer_GEN_DIR}/qhttpserverresponse_wrapper.cpp
@@ -26,7 +25,7 @@ set(QtHttpServer_include_dirs ${QtHttpServer_SOURCE_DIR}
${QtWebSockets_GEN_DIR})
set(QtHttpServer_libraries pyside6
- ${Qt${QT_MAJOR_VERSION}HttpServer_LIBRARIES}
+ ${Qt${QT_MAJOR_VERSION}HttpServer_LIBRARIES}
${Qt${QT_MAJOR_VERSION}Core_LIBRARIES}
${Qt${QT_MAJOR_VERSION}Concurrent_LIBRARIES}
${Qt${QT_MAJOR_VERSION}Network_LIBRARIES}
diff --git a/sources/pyside6/PySide6/QtHttpServer/typesystem_httpserver.xml b/sources/pyside6/PySide6/QtHttpServer/typesystem_httpserver.xml
index adb334462..0c96dc7a6 100644
--- a/sources/pyside6/PySide6/QtHttpServer/typesystem_httpserver.xml
+++ b/sources/pyside6/PySide6/QtHttpServer/typesystem_httpserver.xml
@@ -24,7 +24,6 @@
snippet="qhttpserver-afterrequest"/>
</add-function>
</object-type>
- <object-type name="QHttpServerFutureResponse"/>
<object-type name="QHttpServerResponder">
<enum-type name="StatusCode"/>
</object-type>