diff options
author | Kai Koehne <kai.koehne@qt.io> | 2020-03-05 16:42:33 +0100 |
---|---|---|
committer | Kai Koehne <kai.koehne@qt.io> | 2020-03-13 16:46:59 +0100 |
commit | a0e88ed10cd07d4bdf79d7e7f05f01179f2eb296 (patch) | |
tree | 465af9878f455baa16857b75473c1a940f089f5d | |
parent | 07de1d0f0f93b742434e2fcfda70bf70cb6373c9 (diff) | |
download | qtlocation-a0e88ed10cd07d4bdf79d7e7f05f01179f2eb296.tar.gz |
Doc: Fix highlighing of import
Change-Id: Ifc34a27c89d7d8a63e66e9858f8e6dd3cd9522ab
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r-- | src/location/labs/qdeclarativenavigator.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/labs/qdeclarativenavigator.cpp b/src/location/labs/qdeclarativenavigator.cpp index 69f450f3..546d0b01 100644 --- a/src/location/labs/qdeclarativenavigator.cpp +++ b/src/location/labs/qdeclarativenavigator.cpp @@ -52,9 +52,9 @@ QT_BEGIN_NAMESPACE To use this module, import the module with the following line: - \code + \qml import Qt.labs.location 1.0 - \endcode + \endqml \note These types are experimental and subject to source-incompatible changes from one Qt minor release to the next, until they are ready to be moved to the stable QtLocation QML |