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

--- Comment #11 from Sebastian Sauer <[email protected]> ---
There btw is a

bool QTemporaryFileEngine::rename(const QString &newName)
{
    QFSFileEngine::close();
    return QFSFileEngine::rename(newName);
}

which does really close the temporary-file using the QFSFileEngine::close()
rather then the overloaded QTemporaryFileEngine::close(). But KDE does not use
that as you just wrote by uses the WinAPI direct bypassing the QTemporaryFile
special-case :-/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Kde-windows mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-windows

Reply via email to