Skip to content

Use non-deprecated URL interceptors access with Qt 6

The old urlInterceptor() method is still around, but crashes when called when there are no URL interceptors yet. Work around that by using the new urlInterceptors() method instead.

Merge request reports