Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
#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.
4 changes: 1 addition & 3 deletions python/core/symbology-ng/qgssymbollayerv2utils.sip
Expand Up @@ -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,
Expand Down

0 comments on commit 183dd8e

Please sign in to comment.