Skip to content

Commit

Permalink
cond
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Dec 18, 2015
1 parent 070a352 commit 13ba27e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/qgsfeatureiterator.cpp
Expand Up @@ -20,6 +20,8 @@

#include <algorithm>


/// @cond
class QgsExpressionSorter
{
public:
Expand Down Expand Up @@ -113,6 +115,7 @@ class QgsExpressionSorter
QList<QgsFeatureRequest::OrderByClause> mPreparedOrderBys;
};

/// @endcond

QgsAbstractFeatureIterator::QgsAbstractFeatureIterator( const QgsFeatureRequest& request )
: mRequest( request )
Expand Down

0 comments on commit 13ba27e

Please sign in to comment.