Skip to content

Commit

Permalink
Fix doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 16, 2017
1 parent e92e20e commit cc5f7b1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/analysis/processing/qgsalgorithmextenttolayer.cpp
Expand Up @@ -19,6 +19,11 @@

///@cond PRIVATE

QString QgsExtentToLayerAlgorithm::name() const
{
return QStringLiteral( "extenttolayer" );
}

void QgsExtentToLayerAlgorithm::initAlgorithm( const QVariantMap & )
{
addParameter( new QgsProcessingParameterExtent( QStringLiteral( "INPUT" ), QObject::tr( "Extent" ) ) );
Expand Down Expand Up @@ -64,7 +69,3 @@ QVariantMap QgsExtentToLayerAlgorithm::processAlgorithm( const QVariantMap &para

///@endcond




QString QgsExtentToLayerAlgorithm::name() const { return QStringLiteral( "extenttolayer" ); }

0 comments on commit cc5f7b1

Please sign in to comment.