aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/doc/src
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2021-03-25 14:03:33 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2021-03-25 14:17:13 +0100
commitfdae20500dbeaed5b5ad2134f2dc1ae8a8d52baa (patch)
tree1f027071902fc31e3eb3cbb9e36687f4c6849bf3 /src/virtualkeyboard/doc/src
parent70c2e8889ecf28fcd05419a436377d8805fd01f7 (diff)
Don't use deprecated QLibrary::location, use path instead
Silence compiler warnings. Change-Id: I9b98a118193a9eceaf49a33552236b15cb9401e9 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/virtualkeyboard/doc/src')
-rw-r--r--src/virtualkeyboard/doc/src/deployment-guide.qdoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/virtualkeyboard/doc/src/deployment-guide.qdoc b/src/virtualkeyboard/doc/src/deployment-guide.qdoc
index 80df474a..ffce377c 100644
--- a/src/virtualkeyboard/doc/src/deployment-guide.qdoc
+++ b/src/virtualkeyboard/doc/src/deployment-guide.qdoc
@@ -195,7 +195,7 @@ There are several environment variables defined by the module that are listed be
\li Overrides the location of the Hunspell data files.
The default location depends on the value of
- \c {QLibraryInfo::location(QLibraryInfo::DataPath)}.
+ \c {QLibraryInfo::path(QLibraryInfo::DataPath)}.
For example, for Qt libraries built from source,
it could be \c {qtbase/qtvirtualkeyboard/hunspell}.
@@ -208,7 +208,7 @@ There are several environment variables defined by the module that are listed be
To disable resource bundling, add \c CONFIG+=no-bundle-pinyin in the
plugin's qmake command line. In this scenario, the default location
- depends on the value of \c {QLibraryInfo::location(QLibraryInfo::DataPath)}.
+ depends on the value of \c {QLibraryInfo::path(QLibraryInfo::DataPath)}.
For example, for Qt libraries built from source,
it could be \c {qtbase/qtvirtualkeyboard/pinyin/dict_pinyin.dat}.
\row
@@ -219,7 +219,7 @@ There are several environment variables defined by the module that are listed be
To disable resource bundling, add \c CONFIG+=no-bundle-tcime in the
plugin's qmake command line. In this scenario, the default location
- depends on the value of \c {QLibraryInfo::location(QLibraryInfo::DataPath)}.
+ depends on the value of \c {QLibraryInfo::path(QLibraryInfo::DataPath)}.
For example, for Qt libraries built from source,
it could be \c {qtbase/qtvirtualkeyboard/tcime/dict_cangjie.dat}.
\row
@@ -230,7 +230,7 @@ There are several environment variables defined by the module that are listed be
To disable resource bundling, add \c CONFIG+=no-bundle-tcime in the
plugin's qmake command line. In this scenario, the default location
- depends on the value of \c {QLibraryInfo::location(QLibraryInfo::DataPath)}.
+ depends on the value of \c {QLibraryInfo::path(QLibraryInfo::DataPath)}.
For example, for Qt libraries built from source,
it could be \c {qtbase/qtvirtualkeyboard/tcime/dict_zhuyin.dat}.
\row
@@ -241,7 +241,7 @@ There are several environment variables defined by the module that are listed be
To disable resource bundling, add \c CONFIG+=no-bundle-tcime in the
plugin's qmake command line. In this scenario, the default location
- depends on the value of \c {QLibraryInfo::location(QLibraryInfo::DataPath)}.
+ depends on the value of \c {QLibraryInfo::path(QLibraryInfo::DataPath)}.
For example, for Qt libraries built from source,
it could be \c {qtbase/qtvirtualkeyboard/tcime/dict_phrases.dat}.
\row