https://bugs.kde.org/show_bug.cgi?id=487043

--- Comment #21 from David Edmundson <k...@davidedmundson.co.uk> ---
>Maybe there's a way to avoid QLockFile use there.

I think so. From my reading of the code it can all be guarded with 
#if !QT_CONFIG(temporaryfile)

The saving *sometimes* uses QSaveFile which writes to another file and does an
atomic move depending on build flags, I think we only need the lock file when
not using that.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to