Skip to content

Emit completed(true) when loading a page with http-equiv="refresh"

In WebEnginePart::slotLoadFinished, use javascript to determine whether the loaded page has a meta element with the http-equiv="refresh" attribute and, in that case, emit the completed with true as argument.

Also, replace the completed(bool) signal with the new pendingAction(bool) signal if using KParts 5.80 or later (see frameworks/kparts!19 (merged))

Merge request reports