Obsolete Members for QQuickWebEngineProfile

The following members of class QQuickWebEngineProfile are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

Public Functions

(obsolete) void setRequestInterceptor(QWebEngineUrlRequestInterceptor *interceptor)

Member Function Documentation

void QQuickWebEngineProfile::setRequestInterceptor(QWebEngineUrlRequestInterceptor *interceptor)

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Registers a request interceptor singleton interceptor to intercept URL requests.

The profile does not take ownership of the pointer.

Interceptors installed with this method will call QWebEngineUrlRequestInterceptor::interceptRequest on the I/O thread. Therefore the user has to provide thread-safe interaction with the other user classes. Use setUrlRequestInterceptor instead.

See also QWebEngineUrlRequestInterceptor.

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