Skip to content

Commit 26c13d4

Browse files
committed
misc fixes
1 parent 69fa261 commit 26c13d4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/quickgui/qgsquickmaptransform.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ class QUICK_EXPORT QgsQuickMapTransform : public QQuickTransform
3838
{
3939
Q_OBJECT
4040

41-
//! map settings
41+
/**
42+
* Associated map settings. Should be initialized before the first use from mapcanvas map settings.
43+
*/
4244
Q_PROPERTY( QgsQuickMapSettings *mapSettings READ mapSettings WRITE setMapSettings NOTIFY mapSettingsChanged )
4345

4446
public:

src/quickgui/qgsquickutils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class QUICK_EXPORT QgsQuickUtils: public QObject
7777
Qgis::MessageLevel level = Qgis::Warning );
7878

7979
/**
80-
* QgsQuickFeature factory for tuple of QgsFeature and QgsVectorLayer usud in QgsQUick library.
80+
* QgsQuickFeatureLayerPair factory for tuple of QgsFeature and QgsVectorLayer used in QgsQUick library.
8181
* \param feature QgsFeature linked to new QgsQuickFeature instance.
8282
* \param layer QgsVectorLayer which the feature belongs to, optional.
8383
*

0 commit comments

Comments
 (0)