comparison transform/Transform.h @ 1580:c01cbe41aeb5 fix-static-analysis

Use override throughout
author Chris Cannam
date Mon, 26 Nov 2018 13:48:45 +0000
parents d094598f84bd
children ad5f892c0c4d
comparison
equal deleted inserted replaced
1579:232d6ddf257d 1580:c01cbe41aeb5
138 138
139 sv_samplerate_t getSampleRate() const; // 0 -> as input 139 sv_samplerate_t getSampleRate() const; // 0 -> as input
140 void setSampleRate(sv_samplerate_t rate); 140 void setSampleRate(sv_samplerate_t rate);
141 141
142 void toXml(QTextStream &stream, QString indent = "", 142 void toXml(QTextStream &stream, QString indent = "",
143 QString extraAttributes = "") const; 143 QString extraAttributes = "") const override;
144 144
145 /** 145 /**
146 * Set the main transform data from the given XML attributes. 146 * Set the main transform data from the given XML attributes.
147 * This does not set the parameters or configuration, which are 147 * This does not set the parameters or configuration, which are
148 * exported to separate XML elements rather than attributes of the 148 * exported to separate XML elements rather than attributes of the