Skip to content

Commit

Permalink
misc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed May 30, 2018
1 parent 69fa261 commit 26c13d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/quickgui/qgsquickmaptransform.h
Expand Up @@ -38,7 +38,9 @@ class QUICK_EXPORT QgsQuickMapTransform : public QQuickTransform
{
Q_OBJECT

//! map settings
/**
* Associated map settings. Should be initialized before the first use from mapcanvas map settings.
*/
Q_PROPERTY( QgsQuickMapSettings *mapSettings READ mapSettings WRITE setMapSettings NOTIFY mapSettingsChanged )

public:
Expand Down
2 changes: 1 addition & 1 deletion src/quickgui/qgsquickutils.h
Expand Up @@ -77,7 +77,7 @@ class QUICK_EXPORT QgsQuickUtils: public QObject
Qgis::MessageLevel level = Qgis::Warning );

/**
* QgsQuickFeature factory for tuple of QgsFeature and QgsVectorLayer usud in QgsQUick library.
* QgsQuickFeatureLayerPair factory for tuple of QgsFeature and QgsVectorLayer used in QgsQUick library.
* \param feature QgsFeature linked to new QgsQuickFeature instance.
* \param layer QgsVectorLayer which the feature belongs to, optional.
*
Expand Down

0 comments on commit 26c13d4

Please sign in to comment.