Skip to content

Commit 0bf920b

Browse files
committed
fix travis
1 parent 82bedba commit 0bf920b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/qgsquick.dox

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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_featureform FeatureForm
1717
A form listing attributes of a given feature. It supports basic edit field widgets for types such as edit text, map value,
18-
check box, date/time picker or external resource (photo capture).
18+
checkbox, date/time picker or external resource (photo capture).
1919
\subsubsection qgsquick_overview_widgets_positionmarker PositionMarker
2020
The element refers to current position according gps location device connected to it. It holds information about longitude, latitude, altitude,
2121
direction of the movement and accuracy of the signal. See also QgsQuickPositionKit.

src/quickgui/attributes/qgsquickattributemodel.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* gets a row in the model. Also supports CRUD operations
3434
* related to layer and feature pair.
3535
*
36-
* On top of the QgsFeature attibutes, support for "remember"
36+
* On top of the QgsFeature attributes, support for "remember"
3737
* attribute is added. Remember attribute is used for
3838
* quick addition of the multiple features to the same layer.
3939
* A new feature can use "remembered" attribute values from

0 commit comments

Comments
 (0)