Fix doxymentation also in sip

This commit is contained in:
Matthias Kuhn 2015-12-10 15:57:21 +01:00
parent 0fdfad4283
commit ac5ff0c2ca

View File

@ -184,8 +184,7 @@ class QgsSymbolV2
QgsSymbolV2( SymbolType type, const QgsSymbolLayerV2List& layers /Transfer/ ); // can't be instantiated
/**
* Creates a point in screen coordinates from a wkb string in map
* coordinates
Creates a point in screen coordinates from a QgsPoint in map coordinates
*/
static void _getPoint( QPointF& pt /Out/, QgsRenderContext& context, const QgsPoint& point );
/**