From d2b16043efe8e92362b8ad8f187490b4ae50319a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Abecasis?= Date: Fri, 5 Aug 2011 10:32:25 +0200 Subject: Don't convert template's path separators again (cherry picked from commit 19880c1bdf75455b645fb8d5ee12bcb6e37e5aff) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iec201da5c09d76711d994bc1da6d15a70a66b0c8 Reviewed-by: João Abecasis --- src/corelib/io/qtemporaryfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib') diff --git a/src/corelib/io/qtemporaryfile.cpp b/src/corelib/io/qtemporaryfile.cpp index 67b737981b..adf353eb30 100644 --- a/src/corelib/io/qtemporaryfile.cpp +++ b/src/corelib/io/qtemporaryfile.cpp @@ -330,7 +330,7 @@ bool QTemporaryFileEngine::open(QIODevice::OpenMode openMode) return true; } - d->fileEntry = QFileSystemEntry(template_); + d->fileEntry = QFileSystemEntry(template_, QFileSystemEntry::FromInternalPath()); return false; #endif } -- cgit v1.2.3