diff options
author | Michal Klocek <michal.klocek@theqtcompany.com> | 2015-05-19 15:30:28 +0200 |
---|---|---|
committer | Michal Klocek <michal.klocek@theqtcompany.com> | 2015-05-21 08:13:00 +0000 |
commit | f4af2376fc001b38089dbd29cecedc9de4341718 (patch) | |
tree | 8f9c9b9f4728eddbb32bb1d9fc02209d3253f2b9 /src | |
parent | deb17b1b4031fd4b00c7dd2fcf6c489c2b4a47e1 (diff) | |
download | qtlocation-f4af2376fc001b38089dbd29cecedc9de4341718.tar.gz |
Add QML API changes to documentation
Change-Id: I597130a7cca150ab9f1afbd542efa7270f337019
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/location/doc/src/qtlocation-changes.qdoc | 49 | ||||
-rw-r--r-- | src/location/doc/src/qtlocation.qdoc | 4 |
2 files changed, 53 insertions, 0 deletions
diff --git a/src/location/doc/src/qtlocation-changes.qdoc b/src/location/doc/src/qtlocation-changes.qdoc new file mode 100644 index 00000000..b16a85ab --- /dev/null +++ b/src/location/doc/src/qtlocation-changes.qdoc @@ -0,0 +1,49 @@ +/**************************************************************************** +** +** Copyright (C) 2015 The Qt Company Ltd. +** Contact: http://www.qt.io/licensing/ +** +** This file is part of the documentation of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:FDL$ +** Commercial License Usage +** Licensees holding valid commercial Qt licenses may use this file in +** accordance with the commercial license agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and The Qt Company. For licensing terms +** and conditions see http://www.qt.io/terms-conditions. For further +** information use the contact form at http://www.qt.io/contact-us. +** +** GNU Free Documentation License Usage +** Alternatively, this file may be used under the terms of the GNU Free +** Documentation License version 1.3 as published by the Free Software +** Foundation and appearing in the file included in the packaging of +** this file. Please review the following information to ensure +** the GNU Free Documentation License version 1.3 requirements +** will be met: http://www.gnu.org/copyleft/fdl.html. +** $QT_END_LICENSE$ +** +****************************************************************************/ + +/*! +\page qtlocation-changes.html +\title Qt Location QML API changes since 5.4 +\brief Information about the Qt Location QML API changes since 5.4 + +\b{\l{QtLocation::Map}{Map} Component} +\list + \li removed wheelAngleChanged() signal + \li added \l[QML]{QtLocation::Map}{error} property + \li added \l[QML]{QtLocation::Map}{errorString} property + \li added \l[QML]{QtLocation::Map}{copyrightLinkActivated} signal + \li removed toScreenPosition() method + \li added \l[QML]{QtLocation::Map}{fromCoordinate}() method + \li replaced cameraStopped() method with \l[QML]{QtLocation::Map}{prefetchData}() method +\endlist + +\b{\l{QtLocation::MapGestureArea}{MapGestureArea} Component} +\list + \li added missing panActiveChanged() signal to \l[QML]{QtLocation::MapGestureArea::}{isPanActive} property + \li removed movementStopped() signal +\endlist +*/ diff --git a/src/location/doc/src/qtlocation.qdoc b/src/location/doc/src/qtlocation.qdoc index 1bdb567f..975f840d 100644 --- a/src/location/doc/src/qtlocation.qdoc +++ b/src/location/doc/src/qtlocation.qdoc @@ -179,5 +179,9 @@ Qt Location available for a new platform. \row \li \l {Places Backend} {Places} \li Information for places backend implementors + \row + \li \l {Qt Location QML API changes since 5.4}{API changes} + \li Information about QML API changes since 5.4 \endtable + */ |