Porting Guide: Mention deprecation of QLibraryInfo::location

Pick-to: 6.1 6.2
Change-Id: I998a4575ce7fb56ab51d49715071e682a440360b
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Kai Köhne 2021-06-13 15:08:54 +02:00
parent 3cbe11f934
commit b26988d0b5

View File

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