-
Bug
-
Resolution: Incomplete
-
P5: Not important
-
None
-
4.8.2, 5.11.1
-
None
-
Red Hat Linux 6 Enter
When QFile::copy is used, there is a qt_temp.xxxx file is getting created in the same directory.
Example code :
QFile file( QString(DEFAULT_DIR) + QString(LOG)); if (file.open(QFile::ReadOnly)) { QFile::copy( QString(DEFAULT_DIR) + QString(LOG), QString(DEFAULT_DIR) + "LogBKP.xml" ); file.close(); }
Note : The log file size is too big, and also qt_temp.xx file also too big