diff layer/SpectrumLayer.h @ 1266:a34a2a25907c

Untabify
author Chris Cannam
date Thu, 01 Mar 2018 18:02:22 +0000
parents b7d3bd4ff43b
children b4cb11ca8233
line wrap: on
line diff
--- a/layer/SpectrumLayer.h	Thu Mar 01 14:43:53 2018 +0000
+++ b/layer/SpectrumLayer.h	Thu Mar 01 18:02:22 2018 +0000
@@ -51,7 +51,7 @@
     virtual void paint(LayerGeometryProvider *v, QPainter &paint, QRect rect) const override;
 
     virtual VerticalPosition getPreferredFrameCountPosition() const override {
-	return PositionTop;
+        return PositionTop;
     }
 
     virtual PropertyList getProperties() const override;
@@ -62,7 +62,7 @@
     virtual int getPropertyRangeAndValue(const PropertyName &,
                                          int *min, int *max, int *deflt) const override;
     virtual QString getPropertyValueLabel(const PropertyName &,
-					  int value) const override;
+                                          int value) const override;
     virtual RangeMapper *getNewPropertyRangeMapper(const PropertyName &) const override;
     virtual void setProperty(const PropertyName &, int value) override;
     virtual void setProperties(const QXmlAttributes &) override;