Mercurial > hg > svgui
diff 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 |
line wrap: on
line diff
--- a/layer/SpectrumLayer.h Wed Jan 09 14:41:52 2019 +0000 +++ b/layer/SpectrumLayer.h Wed Jan 09 15:24:51 2019 +0000 @@ -101,7 +101,7 @@ void setShowPeaks(bool); bool getShowPeaks() const { return m_showPeaks; } - virtual bool needsTextLabelHeight() const { return true; } + bool needsTextLabelHeight() const override { return true; } virtual void toXml(QTextStream &stream, QString indent = "", QString extraAttributes = "") const override;