Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Apr 9, 2016
1 parent 6ea74d6 commit 2ee6200
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/effects/qgsimageoperation.cpp
Expand Up @@ -30,6 +30,8 @@

#define INF 1E20

/// @cond PRIVATE

template <typename PixelOperation>
void QgsImageOperation::runPixelOperation( QImage &image, PixelOperation& operation )
{
Expand Down Expand Up @@ -173,6 +175,8 @@ void QgsImageOperation::runBlockOperationInThreads( QImage &image, BlockOperatio
}


///@endcond

//
//operation specific code
//
Expand Down

0 comments on commit 2ee6200

Please sign in to comment.