summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/qt6-changes.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/doc/src/qt6-changes.qdoc')
-rw-r--r--src/corelib/doc/src/qt6-changes.qdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/doc/src/qt6-changes.qdoc b/src/corelib/doc/src/qt6-changes.qdoc
index 1bebd8d3bf..8b8a330d03 100644
--- a/src/corelib/doc/src/qt6-changes.qdoc
+++ b/src/corelib/doc/src/qt6-changes.qdoc
@@ -859,4 +859,6 @@
Call QCoreApplication::exit() to keep the non-conditional behavior.
+ QLibraryInfo::location() and QLibraryInfo::Location were deprecated due to inconsistent
+ naming. Use the new API QLibraryInfo::path() and QLibraryInfo::LibraryPath instead.
*/