Skip to content
Commit 9894bf27 authored by Robby Stephenson's avatar Robby Stephenson
Browse files

Use a temporary file for large reports to avoid QWebEngine limit

QWebEngine::load is limited to 2MB, which when encoded and otherwise
processed, seems to be as low as 1,200,000 "characters" in a QString.

For large file, write to a temporary file before loading. This does not
take care of any relative links in the HTML, which will need further
work.

BUG: 461391
FIXED-IN: 3.4.5
parent 15d8b2af
Pipeline #262297 passed with stage
in 4 minutes and 33 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment