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. */