diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2012-07-27 17:28:23 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-07-30 12:59:37 +0200 |
commit | 7e064646ff9eb88d387461a01a761f087d307eb6 (patch) | |
tree | d9e3f7a1787df0fcf0e8b438d7bd02dbe10e63d4 /src/imports/location/qdeclarativegeomapmouseevent.cpp | |
parent | 8ce04a23fc1e3df6d70b89cdbe91061b55c4ecaa (diff) | |
download | qtlocation-7e064646ff9eb88d387461a01a761f087d307eb6.tar.gz |
Doc: Changed \qmlclass to \qmltype and added \instantiates.
-\qmlclass command is now \qmltype
-\instantiates is for QML types that have C++ implementation.
Change-Id: I8ff5ab355f5e0499c747ed2e63511452f08c4ad3
Reviewed-by: Martin Smith <martin.smith@nokia.com>
Diffstat (limited to 'src/imports/location/qdeclarativegeomapmouseevent.cpp')
-rw-r--r-- | src/imports/location/qdeclarativegeomapmouseevent.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/imports/location/qdeclarativegeomapmouseevent.cpp b/src/imports/location/qdeclarativegeomapmouseevent.cpp index 1fdb8c9f..a6af9f6f 100644 --- a/src/imports/location/qdeclarativegeomapmouseevent.cpp +++ b/src/imports/location/qdeclarativegeomapmouseevent.cpp @@ -44,7 +44,8 @@ QT_BEGIN_NAMESPACE /*! - \qmlclass MapMouseEvent QDeclarativeGeoMapMouseEvent + \qmltype MapMouseEvent + \instantiates QDeclarativeGeoMapMouseEvent \inqmlmodule QtLocation 5.0 \ingroup qml-QtLocation5-maps \since Qt Location 5.0 |