diff options
author | Alex Blasche <alexander.blasche@theqtcompany.com> | 2015-08-25 16:28:28 +0200 |
---|---|---|
committer | Alex Blasche <alexander.blasche@theqtcompany.com> | 2015-08-28 07:16:22 +0000 |
commit | f5932513e5d9a4627185996736ca2c66e6e103de (patch) | |
tree | c4ac2f2cd3e1e08b3f6736f4482ae37303b2f835 /src/location | |
parent | 88b52120c5225804677a275424ca1c46baf89dda (diff) | |
download | qtlocation-f5932513e5d9a4627185996736ca2c66e6e103de.tar.gz |
Fix remaining QtLocation qdoc warnings
/home/bb/dev/qt/qt56/qtlocation/src/imports/location/qquickgeomapgesturearea.cpp:145:
warning: C++ class QDeclarativeGeoMapGestureArea not found: \instantiates QDeclarativeGeoMapGestureArea
/home/bb/dev/qt/qt56/qtlocation/src/location/places/qplaceeditorial.cpp:99: warning: Cannot find 'QPlaceEditorial(...)'
in '\fn' QPlaceEditorial::QPlaceEditorial(const QPlaceContent &other)
[I cannot find any function of that name with the specified signature. Make sure that the signature is identical to the declaration, including 'const' qualifiers.]
Change-Id: I10c2326364c8e8d29ddf641f42267302b05b9379
Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
Diffstat (limited to 'src/location')
-rw-r--r-- | src/location/places/qplaceeditorial.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/places/qplaceeditorial.h b/src/location/places/qplaceeditorial.h index 4a7e790f..ecfe8db8 100644 --- a/src/location/places/qplaceeditorial.h +++ b/src/location/places/qplaceeditorial.h @@ -48,7 +48,7 @@ class Q_LOCATION_EXPORT QPlaceEditorial : public QPlaceContent public: QPlaceEditorial(); #ifdef Q_QDOC - QPlaceEditorial::QPlaceEditorial(const QPlaceContent &other) + QPlaceEditorial(const QPlaceContent &other); #else Q_DECLARE_CONTENT_COPY_CTOR(QPlaceEditorial) #endif |