Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Address review
  • Loading branch information
nirvn committed Apr 23, 2023
1 parent 14c6656 commit dcbaa61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/quickgui/qgsquickmaptoscreen.h
Expand Up @@ -25,7 +25,7 @@
/**
* \ingroup quick
*
* @brief The QgsQuickMapToScreen class transform map points to screen coordinates as
* \brief The QgsQuickMapToScreen class transform map points to screen coordinates as
* well as distances from map to screen units. Screen points and/or distances will be
* automatically updated on map extent changes.
*
Expand All @@ -50,6 +50,7 @@ class QUICK_EXPORT QgsQuickMapToScreen : public QObject

public:

//! Creates a map to screen object
explicit QgsQuickMapToScreen( QObject *parent = nullptr );

//! \copydoc mapSettings
Expand Down

0 comments on commit dcbaa61

Please sign in to comment.