15 #ifndef _TEMP_WRITE_FILE_H_ 16 #define _TEMP_WRITE_FILE_H_ 18 #include <QTemporaryFile> TempWriteFile(QString targetFileName)
A class that manages the creation of a temporary file with a given prefix and the renaming of that fi...
void moveToTarget()
Rename the temporary file to the target filename.
~TempWriteFile()
Destroy the temporary file object.
QString getTemporaryFilename()
Return the name of the temporary file.