Obsolete Members for QNetworkAccessManager

以下成员源于类 QNetworkAccessManager 被弃用。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。

保护槽

(弃用) QStringList supportedSchemesImplementation () const

成员函数文档编制

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

This function is deprecated. We strongly advise against using it in new code.

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

您不应该直接调用此函数。使用 QNetworkAccessManager::supportedSchemes () 代替。

Because of binary compatibility constraints, the supportedSchemes () method (introduced in Qt 5.2) was not virtual in Qt 5, but now it is. Override the supportedSchemes method rather than this one.

另请参阅 supportedSchemes ().