Skip to content
Commit 956552dc authored by Elvis Angelaccio's avatar Elvis Angelaccio
Browse files

Fix XML export regression

StoredTransferJob reads data from the current position of the QIODevice
passed to it. Since a QTemporaryFile is always open in ReadWrite mode,
and we write to the file, the current position is the end of the file.

So we need to rewind the QIODevice's position before passing it to the job.

BUG: 368314
FIXED-IN: 16.08.3
parent 6dcb7413
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