Docs: Specify deprecation version for QLibraryInfo::LibraryLocation
The typedef was deprecated in 6.0, but the docs were missing this info.
Amends 557623cc4f.
Pick-to: 6.5 6.2
Change-Id: I634d946e54302c9ca06c1a91c5b63c3fc6a07aa3
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
(cherry picked from commit b85d704c4bf762a9a5965661835d711f1d00435d)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
bb10
parent
f7aadf60de
commit
301e2d2929
|
|
@ -729,7 +729,7 @@ QStringList QLibraryInfo::platformPluginArguments(const QString &platformName)
|
|||
|
||||
/*!
|
||||
\typealias QLibraryInfo::LibraryLocation
|
||||
\deprecated Use LibraryPath with QLibraryInfo::path() instead.
|
||||
\deprecated [6.0] Use LibraryPath with QLibraryInfo::path() instead.
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
|
|
|||
Loading…
Reference in New Issue