File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments