Sip file test

This commit is contained in:
Marco Hugentobler 2016-01-15 14:44:54 +01:00
parent 9c5029ba2e
commit a47ae27859
2 changed files with 2 additions and 3 deletions

View File

@ -89,8 +89,7 @@ class QgsMapSettings
UseRenderingOptimization, //!< Enable vector simplification and other rendering optimizations
DrawSelection, //!< Whether vector selections should be shown in the rendered map
DrawSymbolBounds, //!< Draw bounds of symbols (for debugging/testing)
RenderMapTile,
// TODO: ignore scale-based visibility (overview)
RenderMapTile
};
typedef QFlags<QgsMapSettings::Flag> Flags;

View File

@ -19,7 +19,7 @@ class QgsRenderContext
UseRenderingOptimization, //!< Enable vector simplification and other rendering optimizations
DrawSelection, //!< Whether vector selections should be shown in the rendered map
DrawSymbolBounds, //!< Draw bounds of symbols (for debugging/testing)
RenderMapTile, //!< Draw map such that there are no problems between adjacent tiles
RenderMapTile
};
typedef QFlags<QgsRenderContext::Flag> Flags;