From 34e7bd9bda35783d466dc4dd3cf6157a186f6295 Mon Sep 17 00:00:00 2001 From: Paolo Angelelli Date: Wed, 30 Jan 2019 11:52:15 +0100 Subject: Document Qt.labs.location qml module Change-Id: I823bd3ebbd74096fc7319147dc7d4ca6ef10e414 Reviewed-by: BogDan Vatra Reviewed-by: Paul Wicking --- src/location/labs/qdeclarativenavigator.cpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/location/labs/qdeclarativenavigator.cpp b/src/location/labs/qdeclarativenavigator.cpp index 0bf5035f..5b98f27f 100644 --- a/src/location/labs/qdeclarativenavigator.cpp +++ b/src/location/labs/qdeclarativenavigator.cpp @@ -42,6 +42,24 @@ QT_BEGIN_NAMESPACE +/*! + \qmlmodule Qt.labs.location 1.0 + \title Qt Labs Location QML Types + \ingroup qmlmodules + \brief Provides experimental QtLocation QML types, such as \l Navigator and + various map objects types (not to be confused with map items). + + To use this module, import the module with the following line: + + \code + import Qt.labs.location 1.0 + \endcode + + \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 + module. +*/ + /*! \qmltype Navigator \instantiates QDeclarativeNavigator -- cgit v1.2.1