In Qt 4.8.1, QTemporaryFile::open(OpenMode flags) is protected. On the other hand, the documentation says it's public.
Is this a bug or a documentation error? If this is a documentation error, why not allowing to reopen the file in read mode? Instead, the current implementation forces to create another QFile on the temporary path for reading the data. Etienne
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest