diff layer/TextLayer.h @ 1324:13d9b422f7fe zoom

Merge from default branch
author Chris Cannam
date Mon, 17 Sep 2018 13:51:31 +0100
parents a34a2a25907c
children a18e78b9c78b
line wrap: on
line diff
--- a/layer/TextLayer.h	Mon Dec 12 15:18:52 2016 +0000
+++ b/layer/TextLayer.h	Mon Sep 17 13:51:31 2018 +0100
@@ -37,8 +37,8 @@
     virtual QString getFeatureDescription(LayerGeometryProvider *v, QPoint &) const;
 
     virtual bool snapToFeatureFrame(LayerGeometryProvider *v, sv_frame_t &frame,
-				    int &resolution,
-				    SnapType snap) const;
+                                    int &resolution,
+                                    SnapType snap) const;
 
     virtual void drawStart(LayerGeometryProvider *v, QMouseEvent *);
     virtual void drawDrag(LayerGeometryProvider *v, QMouseEvent *);
@@ -71,7 +71,7 @@
     virtual int getPropertyRangeAndValue(const PropertyName &,
                                          int *min, int *max, int *deflt) const;
     virtual QString getPropertyValueLabel(const PropertyName &,
-					  int value) const;
+                                          int value) const;
     virtual void setProperty(const PropertyName &, int value);
 
     virtual bool isLayerScrollable(const LayerGeometryProvider *v) const;