We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5474289 commit e6f69eeCopy full SHA for e6f69ee
src/core/qgsmaplayer.h
@@ -55,7 +55,7 @@ class CORE_EXPORT QgsMapLayer : public QObject
55
/** Constructor
56
* @param type Type of layer as defined in QgsMapLayer::LayerType enum
57
* @param lyrname Display Name of the layer
58
- * @param source datasouce of layer
+ * @param source datasource of layer
59
*/
60
QgsMapLayer( QgsMapLayer::LayerType type = VectorLayer, QString lyrname = QString::null, QString source = QString::null );
61
0 commit comments