Skip to content

Commit

Permalink
fix docs typos
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Jun 25, 2018
1 parent 7828dc4 commit 32836da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions doc/qgsquick.dox
Expand Up @@ -15,12 +15,11 @@ QGIS Quick consists of a Qt plugin that provides the QML components and of a sha
\subsubsection qgsquick_overview_widgets_mapcanvas MapCanvas
\subsubsection qgsquick_overview_widgets_positionmarker PositionMarker
The element refers to current position according gps location device connected to it. It holds information about longitude, latitude, altitude,
direction of the movement and accuracy of the signal. See also QgsQuickPostionKit.
direction of the movement and accuracy of the signal. See also QgsQuickPositionKit.
\subsubsection qgsquick_overview_widgets_scalebar ScaleBar
A QML component that shows the scale ratio between its length and distance on the MapCanvas. There are predefined rounded values
for several zooming levels with 'm' or 'km' postfixes. After any zoom in/out event on canvas recalculates its properties and updates
text. See also QgsQuickScaleBarKit.

\subsubsection qgsquick_overview_widgets_messagelog MessageLog
A simple panel which can be used for publishing logs messages to a user such as basic information about the application or its status.
See also QgsQuickMessageLogModel.
Expand Down
2 changes: 1 addition & 1 deletion src/quickgui/qgsquickutils.cpp
Expand Up @@ -35,7 +35,7 @@ QgsQuickUtils::QgsQuickUtils( QObject *parent )
}

/**
* Makes QgsCoordinateReferenceSystem::fromEpsgId accessable for QML components
* Makes QgsCoordinateReferenceSystem::fromEpsgId accessible for QML components
*/
QgsCoordinateReferenceSystem QgsQuickUtils::coordinateReferenceSystemFromEpsgId( long epsg )
{
Expand Down

0 comments on commit 32836da

Please sign in to comment.