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.