Diffusion Krita 9f4cf95f26e9

Fix checking if swap location is set to a writable location

Authored by dkazakov on Aug 21 2019, 4:12 PM.

Description

Fix checking if swap location is set to a writable location

QFileInfo::isWritable() doesn't work on NTFS by default, so we should
just try to create a test fiel to check that.

BUG:411129
BUG:411081

Details