Skip to content
Permalink
Browse files
#9254: define overloaded wellKnownMarkerFromSld function in sip
 in sip
  • Loading branch information
ahuarte47 committed Jan 2, 2014
1 parent 1746451 commit 183dd8e
Showing 1 changed file with 1 addition and 3 deletions.
@@ -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,

0 comments on commit 183dd8e

Please sign in to comment.