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>
This commit is contained in:
Alexander Volkov 2016-09-06 13:01:23 +03:00
parent 6b7c1f5b82
commit 160a4fe7ee

View File

@ -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.