#9254: define overloaded wellKnownMarkerFromSld function in sip

in sip
This commit is contained in:
ahuarte47 2014-01-01 03:04:26 +01:00 committed by Alvaro Huarte
parent 17464511f0
commit 183dd8eed6

View File

@ -122,11 +122,9 @@ class QgsSymbolLayerV2Utils
static bool wellKnownMarkerFromSld( QDomElement &element,
QString &name, QColor &color, QColor &borderColor,
double &borderWidth, double &size ) /Deprecated/ ;
/** TODO: Enable to override deprecated wellKnownMarkerFromSld function
static bool wellKnownMarkerFromSld( QDomElement &element,
QString &name, QColor &color, QColor &borderColor, Qt::PenStyle &borderStyle,
double &borderWidth, double &size );
*/
double &borderWidth, double &size ) /PyName=wellKnownMarkerFromSld2/ ;
static void externalMarkerToSld( QDomDocument &doc, QDomElement &element,
QString path, QString format, int *markIndex = 0,