You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/core/processing/qgsprocessingparametertypeimpl.h
+11-25Lines changed: 11 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ class CORE_EXPORT QgsProcessingParameterTypeVectorLayer : public QgsProcessingPa
71
71
72
72
virtual QString description() constoverride
73
73
{
74
-
returnQCoreApplication::translate( "Processing", "A vector layer parameter." );
74
+
returnQCoreApplication::translate( "Processing", "A vector layer parameter, e.g. for algorithms which change layer styles, edit layers in place, or other operations which affect an entire layer." );
75
75
}
76
76
77
77
virtual QString name() constoverride
@@ -251,7 +251,7 @@ class CORE_EXPORT QgsProcessingParameterTypeExtent : public QgsProcessingParamet
251
251
252
252
virtual QString description() constoverride
253
253
{
254
-
returnQCoreApplication::translate( "Processing", "An extent defines a rectangle." );
254
+
returnQCoreApplication::translate( "Processing", "A map extent parameter." );
255
255
}
256
256
257
257
virtual QString name() constoverride
@@ -311,7 +311,7 @@ class CORE_EXPORT QgsProcessingParameterTypeFile : public QgsProcessingParameter
311
311
312
312
virtual QString description() constoverride
313
313
{
314
-
returnQCoreApplication::translate( "Processing", "A file input parameter." );
314
+
returnQCoreApplication::translate( "Processing", "A file parameter, for use with non-map layer file sources." );
315
315
}
316
316
317
317
virtual QString name() constoverride
@@ -346,7 +346,7 @@ class CORE_EXPORT QgsProcessingParameterTypeField : public QgsProcessingParamete
0 commit comments