Skip to content

Commit af3c18a

Browse files
author
mhugent
committed
Forgot to commit the header
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13148 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8114089 commit af3c18a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/plugins/point_displacement_renderer/qgspointdisplacementrenderer.h

+3
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ class QgsPointDisplacementRenderer: public QgsFeatureRendererV2
8686
/**Sets the center symbol (takes ownership)*/
8787
void setCenterSymbol( QgsMarkerSymbolV2* symbol );
8888

89+
void setTolerance( double t ) { mTolerance = t; }
90+
double tolerance() const { return mTolerance; }
91+
8992
private:
9093

9194
/**Embedded renderer. Like This, it is possible to use a classification together with point displacement*/

0 commit comments

Comments
 (0)