summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Volkov <a.volkov@rusbitech.ru>2016-09-06 13:01:23 +0300
committerAlexander Volkov <a.volkov@rusbitech.ru>2016-09-06 11:44:27 +0000
commit160a4fe7ee92c4c0d6c66452be45637b34fb7aea (patch)
tree744ec32725c641b7c34c7ef8276297bcf4f76125
parent6b7c1f5b82246146df0eb25950956307b64b0945 (diff)
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 <david.faure@kdab.com>
-rw-r--r--src/corelib/io/qtemporarydir.cpp2
1 files changed, 1 insertions, 1 deletions
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.