From 301e2d29294452878914f612136b58fd7996e185 Mon Sep 17 00:00:00 2001 From: Ivan Solovev Date: Fri, 25 Oct 2024 15:32:51 +0200 Subject: [PATCH] Docs: Specify deprecation version for QLibraryInfo::LibraryLocation The typedef was deprecated in 6.0, but the docs were missing this info. Amends 557623cc4f22295e5e89462dfdff20d78b3b9cdc. Pick-to: 6.5 6.2 Change-Id: I634d946e54302c9ca06c1a91c5b63c3fc6a07aa3 Reviewed-by: Thiago Macieira (cherry picked from commit b85d704c4bf762a9a5965661835d711f1d00435d) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/global/qlibraryinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/global/qlibraryinfo.cpp b/src/corelib/global/qlibraryinfo.cpp index e09d2c72e1f..8a4e3c345d8 100644 --- a/src/corelib/global/qlibraryinfo.cpp +++ b/src/corelib/global/qlibraryinfo.cpp @@ -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. */ /*!