Porting Guide: Mention deprecation of QLibraryInfo::location

Change-Id: I998a4575ce7fb56ab51d49715071e682a440360b
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
(cherry picked from commit b26988d0b51ac26867258ced00c465324032b855)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Kai Köhne 2021-06-13 15:08:54 +02:00 committed by Qt Cherry-pick Bot
parent ec8542bc22
commit 8db93c2bff

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