Skip to content

Commit b2275df

Browse files
Gustrynyalldawson
authored andcommitted
add missing text in processing parameter
1 parent d952ba4 commit b2275df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/processing/qgsprocessingparametertypeimpl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ class CORE_EXPORT QgsProcessingParameterTypeEnum : public QgsProcessingParameter
355355

356356
QString description() const override
357357
{
358-
return QCoreApplication::translate( "Processing", "TODO." );
358+
return QCoreApplication::translate( "Processing", "An enumerated type parameter." );
359359
}
360360

361361
QString name() const override

0 commit comments

Comments
 (0)