diff options
Diffstat (limited to 'src/location/declarativeplaces/qdeclarativeplace.cpp')
-rw-r--r-- | src/location/declarativeplaces/qdeclarativeplace.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/declarativeplaces/qdeclarativeplace.cpp b/src/location/declarativeplaces/qdeclarativeplace.cpp index d10d5942..74a8f0c0 100644 --- a/src/location/declarativeplaces/qdeclarativeplace.cpp +++ b/src/location/declarativeplaces/qdeclarativeplace.cpp @@ -1060,8 +1060,8 @@ void QDeclarativePlace::copyFrom(QDeclarativePlace *original) \qmlmethod void Place::initializeFavorite(Plugin destinationPlugin) Creates a favorite instance for the place which is to be saved into the - \a destination plugin. This method does nothing if the favorite property is - not null. + destination plugin \a destinationPlugin. This method does nothing if the + favorite property is not \c null. */ void QDeclarativePlace::initializeFavorite(QDeclarativeGeoServiceProvider *plugin) { |