Skip to content

Commit 32836da

Browse files
committed
fix docs typos
1 parent 7828dc4 commit 32836da

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

doc/qgsquick.dox

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ QGIS Quick consists of a Qt plugin that provides the QML components and of a sha
1515
\subsubsection qgsquick_overview_widgets_mapcanvas MapCanvas
1616
\subsubsection qgsquick_overview_widgets_positionmarker PositionMarker
1717
The element refers to current position according gps location device connected to it. It holds information about longitude, latitude, altitude,
18-
direction of the movement and accuracy of the signal. See also QgsQuickPostionKit.
18+
direction of the movement and accuracy of the signal. See also QgsQuickPositionKit.
1919
\subsubsection qgsquick_overview_widgets_scalebar ScaleBar
2020
A QML component that shows the scale ratio between its length and distance on the MapCanvas. There are predefined rounded values
2121
for several zooming levels with 'm' or 'km' postfixes. After any zoom in/out event on canvas recalculates its properties and updates
2222
text. See also QgsQuickScaleBarKit.
23-
2423
\subsubsection qgsquick_overview_widgets_messagelog MessageLog
2524
A simple panel which can be used for publishing logs messages to a user such as basic information about the application or its status.
2625
See also QgsQuickMessageLogModel.

src/quickgui/qgsquickutils.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ QgsQuickUtils::QgsQuickUtils( QObject *parent )
3535
}
3636

3737
/**
38-
* Makes QgsCoordinateReferenceSystem::fromEpsgId accessable for QML components
38+
* Makes QgsCoordinateReferenceSystem::fromEpsgId accessible for QML components
3939
*/
4040
QgsCoordinateReferenceSystem QgsQuickUtils::coordinateReferenceSystemFromEpsgId( long epsg )
4141
{

0 commit comments

Comments
 (0)