Skip to content

Commit

Permalink
Make travis happy again
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 21, 2019
1 parent 9fec8ed commit 25acd79
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -18,6 +18,8 @@

#include "qgsalgorithmdensifygeometriesbyinterval.h"

///@cond PRIVATE

QString QgsDensifyGeometriesByIntervalAlgorithm::name() const
{
return QStringLiteral( "densifygeometriesgivenaninterval" );
Expand Down Expand Up @@ -110,3 +112,5 @@ bool QgsDensifyGeometriesByIntervalAlgorithm::prepareAlgorithm( const QVariantMa

return true;
}

///@endcond PRIVATE

0 comments on commit 25acd79

Please sign in to comment.