https://bugs.kde.org/show_bug.cgi?id=190497
--- Comment #13 from Ralf Habacker <ralf habacker freenet de> 2011-08-21
15:31:20 ---
Just an additional remark:
okulars fileprinter uses KTemporaryFile instances (two instances named tk).
There are calls to tk.close() which should close the temporary file, so that it
can be renamed later.
Unfortunally QTemporaryFile 4.7 implementation do not close the file in real,
instead it only seeks to the beginning of the file.
I had to add a tk.setFileName("") after the call to close() to really close the
file.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.
_______________________________________________
Kde-windows mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-windows