Skip to content

Commit

Permalink
fix doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed May 4, 2018
1 parent c29c667 commit dc621ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/quickgui/qgsquickmapsettings.h
Expand Up @@ -142,7 +142,7 @@ class QUICK_EXPORT QgsQuickMapSettings : public QObject
/**
* Convert a map coordinate to screen pixel coordinates
*
* \param p A coordinate in map coordinates
* \param point A coordinate in map coordinates
*
* \return A coordinate in pixel / screen space
*/
Expand All @@ -152,7 +152,7 @@ class QUICK_EXPORT QgsQuickMapSettings : public QObject
/**
* Convert a screen coordinate to a map coordinate
*
* \param p A coordinate in pixel / screen coordinates
* \param point A coordinate in pixel / screen coordinates
*
* \return A coordinate in map coordinates
*/
Expand Down

0 comments on commit dc621ad

Please sign in to comment.