Konstantin Tokarev wrote:

> Don't use QTemporaryFile. Use regular files with consistent naming, e.g.
> log-$date, remove logs older than some date at the start of your program

That's another solution, thanks. I'd probably keep only a single old logfile 
and 
thus spare myself the hassle of doing date/time comparisons.

R.

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to