comparison layer/SpectrumLayer.h @ 1414:fa986b91d77f

Merge from branch fix-static-analysis
author Chris Cannam
date Wed, 09 Jan 2019 15:24:51 +0000
parents a18e78b9c78b
children 696e569ff21b
comparison
equal deleted inserted replaced
1413:0930a27ebea2 1414:fa986b91d77f
99 WindowType getWindowType() const { return m_windowType; } 99 WindowType getWindowType() const { return m_windowType; }
100 100
101 void setShowPeaks(bool); 101 void setShowPeaks(bool);
102 bool getShowPeaks() const { return m_showPeaks; } 102 bool getShowPeaks() const { return m_showPeaks; }
103 103
104 virtual bool needsTextLabelHeight() const { return true; } 104 bool needsTextLabelHeight() const override { return true; }
105 105
106 virtual void toXml(QTextStream &stream, QString indent = "", 106 virtual void toXml(QTextStream &stream, QString indent = "",
107 QString extraAttributes = "") const override; 107 QString extraAttributes = "") const override;
108 108
109 virtual double getFrequencyForX(const LayerGeometryProvider *, double x) 109 virtual double getFrequencyForX(const LayerGeometryProvider *, double x)