Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix warning
  • Loading branch information
nyalldawson committed May 29, 2014
1 parent b751722 commit 0ae53ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/composer/qgsatlascomposition.h
Expand Up @@ -286,9 +286,6 @@ class CORE_EXPORT QgsAtlasComposition : public QObject
// current atlas feature number
int mCurrentFeatureNo;

QString mFilenameParserError;
QString mFilterParserError;

public:
typedef QMap< QgsFeatureId, QVariant > SorterKeys;

Expand All @@ -313,6 +310,9 @@ class CORE_EXPORT QgsAtlasComposition : public QObject
// bounding box of the current feature transformed into map crs
QgsRectangle mTransformedFeatureBounds;

QString mFilenameParserError;
QString mFilterParserError;

//forces all atlas enabled maps to redraw
void updateAtlasMaps();

Expand Down

0 comments on commit 0ae53ae

Please sign in to comment.