Skip to content

Commit

Permalink
Remove some yellow squiggly lines from QtCreator
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 1, 2017
1 parent 2b470d2 commit 0438afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgsmaprendererjob.h
Expand Up @@ -110,12 +110,12 @@ class CORE_EXPORT QgsMapRendererJob : public QObject
//! each LayerRenderJob.
//! Ownership is not transferred and the provider must not be deleted
//! before the render job.
void setFeatureFilterProvider( const QgsFeatureFilterProvider *f ) { mFeatureFilterProvider = f; };
void setFeatureFilterProvider( const QgsFeatureFilterProvider *f ) { mFeatureFilterProvider = f; }

//! @note Added in QGIS 3.0
//! Returns the feature filter provider used by the QgsRenderContext of
//! each LayerRenderJob.
const QgsFeatureFilterProvider* featureFilterProvider() const { return mFeatureFilterProvider; };
const QgsFeatureFilterProvider* featureFilterProvider() const { return mFeatureFilterProvider; }

struct Error
{
Expand Down

0 comments on commit 0438afc

Please sign in to comment.