comparison plugin/PluginXml.h @ 1580:c01cbe41aeb5 fix-static-analysis

Use override throughout
author Chris Cannam
date Mon, 26 Nov 2018 13:48:45 +0000
parents 4c000e196bf1
children ad5f892c0c4d
comparison
equal deleted inserted replaced
1579:232d6ddf257d 1580:c01cbe41aeb5
28 virtual ~PluginXml(); 28 virtual ~PluginXml();
29 29
30 /** 30 /**
31 * Export plugin settings to XML. 31 * Export plugin settings to XML.
32 */ 32 */
33 virtual void toXml(QTextStream &stream, 33 void toXml(QTextStream &stream,
34 QString indent = "", 34 QString indent = "",
35 QString extraAttributes = "") const; 35 QString extraAttributes = "") const override;
36 36
37 /** 37 /**
38 * Set the parameters and program of a plugin from a set of XML 38 * Set the parameters and program of a plugin from a set of XML
39 * attributes. This is a partial inverse of toXml. 39 * attributes. This is a partial inverse of toXml.
40 */ 40 */