Obsolete Members for QNetworkAccessManager

以下成員源於類 QNetworkAccessManager 被棄用。 提供它們是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它們。

保護槽

(棄用) QStringList supportedSchemesImplementation () const

成員函數文檔編製

[protected slot, deprecated] 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 ().