Skip to content

Use sync QFile apis for moving files instead of async KIO.

Jeremy Whiting requested to merge whiting/fixScanningAfterDownload into release/22.08

In order to immediately find files downloaded via KHNS in kanagram and khangman use QFile and QDir sync methods to create folders and move files to their expected locations.

Merge request reports