변경 사항 Qt WebSockets
Qt 6는 프레임워크를 보다 효율적이고 사용하기 쉽게 만들기 위한 의식적인 노력의 결과입니다.
각 릴리스에서 모든 공개 API에 대해 바이너리 및 소스 호환성을 유지하려고 노력합니다. 하지만 Qt를 더 나은 프레임워크로 만들기 위해 몇 가지 변경이 불가피했습니다.
이 주제에서는 이러한 변경 사항을 Qt WebSockets 에 요약하고 이를 처리하기 위한 지침을 제공합니다.
공개 API 변경 사항 분석
이 섹션에는 소스 호환성을 깨는 API 변경에 대한 정보가 포함되어 있습니다.
QWebSocketServer::소켓 설명자(), QWebSocketServer::설정 소켓 설명자()
Qt 6에서는 QWebSocketServer::socketDescriptor() 및 QWebSocketServer::setSocketDescriptor()을 사용하여 qintptr
유형의 기본 소켓 기술자에 액세스해야 합니다. 이들은 QTcpServer::socketDescriptor() 및 QTcpServer::setSocketDescriptor()을 미러링하며, 현재 사용되지 않는 nativeDescriptor() 및 setNativeDescriptor() 메서드를 대체합니다.
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.