Obsolete Members for QNetworkInformation

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

静态公共成员

(deprecated (6.4)) bool load (QStringView backend )
(deprecated (6.4)) bool load (QNetworkInformation::Features features )

成员函数文档编制

[static] bool QNetworkInformation:: load ( QStringView backend )

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

使用 loadBackendByName () 代替。

另请参阅 loadBackendByName (), loadDefaultBackend (),和 loadBackendByFeatures ().

[static] bool QNetworkInformation:: load ( QNetworkInformation::Features features )

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

使用 loadBackendByFeatures () 代替。

另请参阅 loadBackendByName (), loadDefaultBackend (),和 loadBackendByFeatures ().