From 160a4fe7ee92c4c0d6c66452be45637b34fb7aea Mon Sep 17 00:00:00 2001 From: Alexander Volkov Date: Tue, 6 Sep 2016 13:01:23 +0300 Subject: doc: Fix the release in which QTemporaryDir::filePath() was added Initially it was planned to introduce it in 5.8, but actually it was introduced in 5.9. Change-Id: I9101a78fa4c17572982571bac37a8fce00e86d01 Reviewed-by: David Faure --- src/corelib/io/qtemporarydir.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/io/qtemporarydir.cpp b/src/corelib/io/qtemporarydir.cpp index d116d00bb9..b2bf9fce97 100644 --- a/src/corelib/io/qtemporarydir.cpp +++ b/src/corelib/io/qtemporarydir.cpp @@ -305,7 +305,7 @@ QString QTemporaryDir::path() const } /*! - \since 5.8 + \since 5.9 Returns the path name of a file in the temporary directory. Does \e not check if the file actually exists in the directory. -- cgit v1.2.3