Skip to content

Commit cc5f7b1

Browse files
committedOct 16, 2017
Fix doxygen warning
1 parent e92e20e commit cc5f7b1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎src/analysis/processing/qgsalgorithmextenttolayer.cpp

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919

2020
///@cond PRIVATE
2121

22+
QString QgsExtentToLayerAlgorithm::name() const
23+
{
24+
return QStringLiteral( "extenttolayer" );
25+
}
26+
2227
void QgsExtentToLayerAlgorithm::initAlgorithm( const QVariantMap & )
2328
{
2429
addParameter( new QgsProcessingParameterExtent( QStringLiteral( "INPUT" ), QObject::tr( "Extent" ) ) );
@@ -64,7 +69,3 @@ QVariantMap QgsExtentToLayerAlgorithm::processAlgorithm( const QVariantMap &para
6469

6570
///@endcond
6671

67-
68-
69-
70-
QString QgsExtentToLayerAlgorithm::name() const { return QStringLiteral( "extenttolayer" ); }

0 commit comments

Comments
 (0)