Skip to content

Commit

Permalink
Fix doxymentation also in sip
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Dec 10, 2015
1 parent 0fdfad4 commit ac5ff0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/core/symbology-ng/qgssymbolv2.sip
Expand Up @@ -184,8 +184,7 @@ class QgsSymbolV2
QgsSymbolV2( SymbolType type, const QgsSymbolLayerV2List& layers /Transfer/ ); // can't be instantiated QgsSymbolV2( SymbolType type, const QgsSymbolLayerV2List& layers /Transfer/ ); // can't be instantiated


/** /**
* Creates a point in screen coordinates from a wkb string in map Creates a point in screen coordinates from a QgsPoint in map coordinates
* coordinates
*/ */
static void _getPoint( QPointF& pt /Out/, QgsRenderContext& context, const QgsPoint& point ); static void _getPoint( QPointF& pt /Out/, QgsRenderContext& context, const QgsPoint& point );
/** /**
Expand Down

0 comments on commit ac5ff0c

Please sign in to comment.