Obsolete Members for QNetworkAccessManager

QNetworkAccessManager 的以下成员已被弃用。提供这些成员是为了保持旧源代码的正常运行。我们强烈建议不要在新代码中使用它们。

受保护插槽

(deprecated) QStringList supportedSchemesImplementation() const

成员函数文档

[protected slot, deprecated] QStringList QNetworkAccessManager::supportedSchemesImplementation() const

该函数已被弃用。我们强烈建议不要在新代码中使用它。

列出访问管理器支持的所有 URL 方案。

请勿直接调用此函数;请使用QNetworkAccessManager::supportedSchemes() 代替。

由于二进制兼容性限制,supportedSchemes() 方法(Qt 5.2 中引入)在 Qt 5 中不是虚拟的,但现在是了。请重载supportedSchemes 方法而不是此方法。

另请参阅 supportedSchemes()。

© 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.